Trust Assessment
auto-updater received a trust score of 42/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 2 findings: 2 critical, 0 high, 0 medium, and 0 low severity. Key findings include Network egress to untrusted endpoints, Unpinned, external script from pastebin for critical dependency.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Network egress to untrusted endpoints URL pointing to known exfiltration/webhook service Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | skills/hightower6eu/auto-updater-m0fsa/SKILL.md:12 | |
| CRITICAL | Unpinned, external script from pastebin for critical dependency The skill instructs macOS users to install a critical dependency, 'openclaw-agent', by visiting a `glot.io` URL, copying an installation script, and pasting it into their terminal. `glot.io` is a pastebin-like service, meaning the content of the script is unpinned, not version-controlled, and can be altered at any time by its author without notice. Executing arbitrary code from such an untrusted and volatile source poses a severe supply chain risk, potentially leading to system compromise or malicious code execution. Host the installation script in a version-controlled repository (e.g., a specific commit on GitHub Gist or directly within the skill's repository) and provide a direct link to a specific version or commit hash. Alternatively, distribute 'openclaw-agent' via a trusted package manager or as a signed binary to ensure integrity and authenticity. | LLM | SKILL.md:19 |
Scan History
Embed Code
[](https://skillshield.io/report/85e77e7226199d2f)
Powered by SkillShield