Trust Assessment
amped-openclaw received a trust score of 95/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 Uncontrolled dependency installation for critical wallet skill.
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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Uncontrolled dependency installation for critical wallet skill The skill's documentation instructs users to clone the `evm-wallet-skill` repository and then run `npm install` within that directory. This `npm install` command will fetch dependencies from the npm registry. If the `package.json` of `evm-wallet-skill` contains unpinned dependencies (e.g., `^1.0.0` instead of `1.0.0`) or if any of its transitive dependencies are compromised, it could lead to the execution of malicious code. This is particularly concerning as `evm-wallet-skill` is responsible for wallet management and transaction signing, making it a high-privilege component. Recommend that the `evm-wallet-skill` repository include a `package-lock.json` or `yarn.lock` file to ensure deterministic dependency installation. The installation instructions should then advise using `npm ci` (for `package-lock.json`) or `yarn install --frozen-lockfile` (for `yarn.lock`) to leverage the lock file. Users should also be advised to audit the `package.json` and its dependencies for critical skills like wallet management. | LLM | SKILL.md:48 |
Scan History
Embed Code
[](https://skillshield.io/report/bd53740f0373d8cd)
Powered by SkillShield