Trust Assessment
mintgarden received a trust score of 80/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 3 findings: 0 critical, 0 high, 3 medium, and 0 low severity. Key findings include Missing required field: name, Unpinned npm dependency version, Unpinned dependency in package.json.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/koba42corp/mintgarden/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency 'axios' is not pinned to an exact version ('^1.6.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/koba42corp/mintgarden/package.json | |
| MEDIUM | Unpinned dependency in package.json The `package.json` file specifies `axios: "^1.6.0"`, which allows for minor and patch updates. While `package-lock.json` pins the exact version (1.13.4), relying on the caret (`^`) operator can introduce supply chain risks if a future minor or patch release of `axios` contains a security vulnerability or is compromised. It is best practice to pin exact versions for production dependencies to ensure deterministic builds and prevent unexpected breaking changes or security issues. Change the `axios` dependency in `package.json` from `"^1.6.0"` to `"1.13.4"` (or the desired exact version) to pin it. Run `npm install` afterwards to update `package-lock.json` if necessary. | LLM | package.json:20 |
Scan History
Embed Code
[](https://skillshield.io/report/3df1aa78a7dec11b)
Powered by SkillShield