Trust Assessment
base-wallet received a trust score of 90/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 3 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Unpinned npm dependency version, Node lockfile missing, Unpinned dependency for 'ethers'.
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 12, 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 'ethers' is not pinned to an exact version ('^6.0.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/daaab/base-wallet/package.json | |
| 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/daaab/base-wallet/package.json | |
| INFO | Unpinned dependency for 'ethers' The 'package.json' specifies the 'ethers' dependency with a caret ('^') version range ('^6.0.0'). This allows for automatic updates to new minor and patch versions, which could potentially introduce breaking changes, vulnerabilities, or unexpected behavior. For security-sensitive applications like crypto wallet management, it is generally recommended to pin dependencies to exact versions to ensure deterministic builds and reduce supply chain risks. Pin the 'ethers' dependency to an exact version (e.g., "ethers": "6.0.0") or use a tilde range (e.g., "ethers": "~6.0.0") to restrict updates to patch versions only. | LLM | package.json:8 |
Scan History
Embed Code
[](https://skillshield.io/report/05da43427bd4d74f)
Powered by SkillShield