Trust Assessment
hopeids received a trust score of 77/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 4 findings: 0 critical, 0 high, 3 medium, and 1 low severity. Key findings include Missing required field: name, Unpinned npm dependency version, 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 | |
|---|---|---|---|---|
| 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/emberdesire/hopeids/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency 'hopeid' is not pinned to an exact version ('^0.1.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/emberdesire/hopeids/package.json | |
| MEDIUM | Unpinned Dependency in package.json The 'hopeid' dependency in package.json uses a caret (^) version specifier, allowing minor and patch updates. For security-critical components like an Intrusion Detection System, it is best practice to pin dependencies to exact versions to prevent unexpected behavior or the introduction of vulnerabilities through new versions of the dependency. Pin the 'hopeid' dependency to an exact version (e.g., "hopeid": "0.1.0") to ensure deterministic builds and prevent unintended updates that could introduce vulnerabilities. Regularly review and manually update dependencies. | LLM | package.json:8 | |
| 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/emberdesire/hopeids/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/8b01171bfd2f8b3e)
Powered by SkillShield