Trust Assessment
bring-shopping 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 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 | Unpinned Dependency in Installation Instructions The `SKILL.md` file instructs users to install the `bring-shopping` npm package without specifying a version. This means `npm install bring-shopping` will always fetch the latest version. If a future version of `bring-shopping` introduces breaking changes, vulnerabilities, or malicious code, the skill could become unstable or compromised without explicit action from the skill developer. It's best practice to pin dependencies to a specific version or a narrow version range. Pin the dependency to a specific version or a major version range in the installation instructions (e.g., `npm install bring-shopping@1.x.x` or `npm install bring-shopping@1.2.3`). Ideally, include a `package.json` and `package-lock.json` file to ensure deterministic installations. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/f5f6340ce7dc3ce4)
Powered by SkillShield