Trust Assessment
ghostbot-aclm received a trust score of 84/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 3 findings: 0 critical, 0 high, 2 medium, and 1 low severity. Key findings include Unpinned npm dependency version, Node lockfile missing, Unpinned Dependency in package.json.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned npm dependency version Dependency 'viem' is not pinned to an exact version ('^2.20.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/aqiljaafree/ghostbot-aclm/scripts/package.json | |
| MEDIUM | Unpinned Dependency in package.json The 'viem' dependency in 'scripts/package.json' uses a caret (^) version range, allowing minor and patch updates. This introduces a supply chain risk as a malicious or vulnerable update to 'viem' could be automatically installed, compromising the skill. Best practice is to pin dependencies to exact versions for reproducibility and security. Pin the 'viem' dependency to an exact version (e.g., "viem": "2.20.0") to ensure consistent and secure builds. Regularly audit and manually update dependencies after verifying their integrity. | LLM | scripts/package.json:5 | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/aqiljaafree/ghostbot-aclm/scripts/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/55fca90a73ea00ff)
Powered by SkillShield