Trust Assessment
anyone-proxy received a trust score of 94/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Unpinned NPM 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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned NPM dependency in installation instructions The skill documentation instructs users to install the `@anyone-protocol/anyone-client` NPM package globally using `npm install -g` without specifying a version. This practice can lead to supply chain risks, as a future compromised or vulnerable version of the package could be inadvertently installed. It is best practice to pin dependencies to specific versions or at least major versions to ensure stability and security. Specify a version for the `@anyone-protocol/anyone-client` package in the installation instructions, for example, `npm install -g @anyone-protocol/anyone-client@1.2.3` or `npm install -g @anyone-protocol/anyone-client@^1.0.0`. This ensures that a known, tested version is installed, mitigating risks from future malicious updates or breaking changes. | LLM | SKILL.md:15 |
Scan History
Embed Code
[](https://skillshield.io/report/d668ba1193164699)
Powered by SkillShield