Trust Assessment
repo received a trust score of 10/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 7 findings: 4 critical, 1 high, 2 medium, and 0 low severity. Key findings include Network egress to untrusted endpoints, Arbitrary command execution, Missing required field: name.
The analysis covered 4 layers: manifest_analysis, llm_behavioral_safety, dependency_graph, static_code_analysis. The manifest_analysis layer scored lowest at 10/100, indicating areas for improvement.
Last analyzed on February 11, 2026 (commit dc2fd16b). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings7
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Network egress to untrusted endpoints HTTP request to raw IP address 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. | Unknown | /tmp/skillscan-clone-muj_9dwm/repo/SKILL.md:156 | |
| CRITICAL | Network egress to untrusted endpoints HTTP request to raw IP address 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. | Unknown | /tmp/skillscan-clone-muj_9dwm/repo/scripts/install.sh:71 | |
| CRITICAL | Arbitrary command execution Remote code download piped to interpreter Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Unknown | /tmp/skillscan-clone-muj_9dwm/repo/scripts/install.sh:6 | |
| CRITICAL | Remote code execution: curl/wget pipe to shell Detected a pattern that downloads and immediately executes remote code. This is a primary malware delivery vector. Never pipe curl/wget output directly to a shell interpreter. | Unknown | /tmp/skillscan-clone-muj_9dwm/repo/scripts/install.sh:6 | |
| HIGH | Indirect Prompt Injection in Risk Analysis The `performAIAnalysis` function directly embeds unsanitized user-controlled input (username, hostname, terminal) into the LLM prompt. An attacker can craft a malicious username (e.g., during an SSH login attempt) containing instructions to override the risk assessment logic. This could allow an attacker to mask a high-risk intrusion as a low-risk event or inject misleading information into the security alert summary. Sanitize and delimit user inputs within the prompt (e.g., using XML tags like <user_input>). Instruct the model to treat enclosed content purely as data. Consider validating inputs against a strict allowlist of characters. | Unknown | src/risk.ts:91 | |
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Unknown | /tmp/skillscan-clone-muj_9dwm/repo/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency '@types/node' is not pinned to an exact version ('^22.0.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Unknown | /tmp/skillscan-clone-muj_9dwm/repo/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/d5a4ae6ca9de4d9f)
Powered by SkillShield