Trust Assessment
karmabank received a trust score of 61/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 2 high, 1 medium, and 1 low severity. Key findings include Unpinned npm dependency version, Direct source dependency in package.json, Node lockfile missing.
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
Behavioral Risk Signals
Security Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Direct source dependency in package.json Dependency '@circle/openclaw-wallet-skill' uses non-registry source 'file:../skills/circle-wallet', which increases supply-chain risk. Prefer vetted registry releases pinned to exact versions. | Dependencies | skills/abdhilabs/karmabank-usdc/package.json | |
| HIGH | Local file dependency used The `package.json` file specifies a dependency (`@circle/openclaw-wallet-skill`) using a `file:` protocol. This means the dependency is loaded from a local path (`../skills/circle-wallet`) rather than a public package registry. This practice bypasses standard supply chain security measures such as version pinning, integrity checks, and public auditing. It introduces a risk that the local dependency could be unreviewed, malicious, or modified without proper version control, directly impacting the security of this skill. Replace local file dependencies with properly published and versioned packages from a trusted registry (e.g., npm). If the dependency is internal, consider using private registries or monorepo tools that manage internal packages securely with proper versioning and review processes. | LLM | package.json:38 | |
| MEDIUM | Unpinned npm dependency version Dependency '@circle-fin/developer-controlled-wallets' is not pinned to an exact version ('^10.1.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/abdhilabs/karmabank-usdc/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/abdhilabs/karmabank-usdc/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/3978de90b6b6265f)
Powered by SkillShield