Trust Assessment
carapace received a trust score of 75/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 4 findings: 0 critical, 0 high, 4 medium, and 0 low severity. Key findings include Unpinned npm dependencies in installation instructions.
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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned npm dependencies in installation instructions The skill recommends installing npm packages (`@clawdactual/carapace-mcp-server`, `@clawdactual/chitin`) using `npm install -g` without specifying a version. This practice can lead to supply chain vulnerabilities, as a future malicious or vulnerable version of the package could be installed automatically. It is best practice to pin dependencies to specific versions or at least major versions to ensure stability and security. Update the installation instructions to include specific version pinning (e.g., `npm install -g @clawdactual/carapace-mcp-server@1.0.0`) or at least major version pinning (e.g., `npm install -g @clawdactual/carapace-mcp-server@^1.0.0`) to mitigate risks from unexpected or malicious updates. | LLM | SKILL.md:19 | |
| MEDIUM | Unpinned npm dependencies in installation instructions The skill recommends installing npm packages (`@clawdactual/carapace-mcp-server`, `@clawdactual/chitin`) using `npm install -g` without specifying a version. This practice can lead to supply chain vulnerabilities, as a future malicious or vulnerable version of the package could be installed automatically. It is best practice to pin dependencies to specific versions or at least major versions to ensure stability and security. Update the installation instructions to include specific version pinning (e.g., `npm install -g @clawdactual/chitin@1.0.0`) or at least major version pinning (e.g., `npm install -g @clawdactual/chitin@^1.0.0`) to mitigate risks from unexpected or malicious updates. | LLM | SKILL.md:23 | |
| MEDIUM | Unpinned npm dependencies in installation instructions The skill recommends installing npm packages (`@clawdactual/carapace-mcp-server`, `@clawdactual/chitin`) using `npm install -g` without specifying a version. This practice can lead to supply chain vulnerabilities, as a future malicious or vulnerable version of the package could be installed automatically. It is best practice to pin dependencies to specific versions or at least major versions to ensure stability and security. Update the installation instructions to include specific version pinning (e.g., `npm install -g @clawdactual/carapace-mcp-server@1.0.0`) or at least major version pinning (e.g., `npm install -g @clawdactual/carapace-mcp-server@^1.0.0`) to mitigate risks from unexpected or malicious updates. | LLM | SKILL.md:50 | |
| MEDIUM | Unpinned npm dependencies in installation instructions The skill recommends installing npm packages (`@clawdactual/carapace-mcp-server`, `@clawdactual/chitin`) using `npm install -g` without specifying a version. This practice can lead to supply chain vulnerabilities, as a future malicious or vulnerable version of the package could be installed automatically. It is best practice to pin dependencies to specific versions or at least major versions to ensure stability and security. Update the installation instructions to include specific version pinning (e.g., `npm install -g @clawdactual/chitin@1.0.0`) or at least major version pinning (e.g., `npm install -g @clawdactual/chitin@^1.0.0`) to mitigate risks from unexpected or malicious updates. | LLM | SKILL.md:60 |
Scan History
Embed Code
[](https://skillshield.io/report/c9e993c921a16c6b)
Powered by SkillShield