Trust Assessment
bottyfans received a trust score of 86/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned dependencies for external packages.
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 Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned dependencies for external packages The skill recommends installing `@bottyfans/mcp` (via `npx`) and `@bottyfans/sdk` (via `npm install`) without specifying a version. This allows for arbitrary code execution if a malicious or vulnerable update is published to these packages, potentially leading to credential harvesting or data exfiltration. The `npx -y` command automatically confirms installation, increasing the risk. Pin the versions of `@bottyfans/mcp` and `@bottyfans/sdk` to a specific, trusted version (e.g., `"@bottyfans/mcp@1.2.3"` or `npm install @bottyfans/sdk@^1.0.0`). Regularly review and update pinned versions after verifying their integrity. | LLM | skill.md:38 |
Scan History
Embed Code
[](https://skillshield.io/report/4dbd0c34b1f8d592)
Powered by SkillShield