Trust Assessment
clawcredit 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 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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Dependency in Installation Instructions The skill instructs users to install an npm package without specifying a version or version range. This can lead to supply chain risks if a malicious or vulnerable version of the package is published in the future, as `npm install` will fetch the latest available version by default. It is best practice to pin dependencies to a specific version or use a caret/tilde range to ensure stability and security. Pin the dependency to a specific version or a safe version range. For example, `npm install @t54-labs/clawcredit-sdk@^1.0.0` or `npm install @t54-labs/clawcredit-sdk@1.2.3`. | LLM | SKILL.md:68 |
Scan History
Embed Code
[](https://skillshield.io/report/601850266d8afb1d)
Powered by SkillShield