Trust Assessment
erc-800claw received a trust score of 87/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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Unpinned dependency 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 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned dependency in installation instructions The skill instructs users to install `erc-800claw` via `npm install` and `pip install` without specifying a version. This can lead to supply chain vulnerabilities if a malicious or incompatible version of the package is published in the future, as the latest version will always be installed. It also risks breaking changes. Pin the dependency to a specific major or minor version (e.g., `npm install erc-800claw@^1.0.0` or `pip install erc-800claw==1.0.0`) to ensure consistent and secure installations. | LLM | SKILL.md:30 | |
| MEDIUM | Unpinned dependency in installation instructions The skill instructs users to install `erc-800claw` via `npm install` and `pip install` without specifying a version. This can lead to supply chain vulnerabilities if a malicious or incompatible version of the package is published in the future, as the latest version will always be installed. It also risks breaking changes. Pin the dependency to a specific major or minor version (e.g., `npm install erc-800claw@^1.0.0` or `pip install erc-800claw==1.0.0`) to ensure consistent and secure installations. | LLM | SKILL.md:34 |
Scan History
Embed Code
[](https://skillshield.io/report/2435bc19d6563bfc)
Powered by SkillShield