Trust Assessment
hevycli received a trust score of 87/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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Missing required field: name, 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
Security Findings2
| 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/nsampre/hevycli/Skill.md:1 | |
| MEDIUM | Unpinned dependency in installation instructions The skill package instructs users to install `hevycli` using `@latest`, which means the dependency is not pinned to a specific version. This introduces a supply chain risk, as future versions of the `hevycli` tool could introduce vulnerabilities, breaking changes, or malicious code without explicit user review. It also affects reproducibility of the skill's environment. Pin the `hevycli` dependency to a specific version or commit hash (e.g., `go install github.com/nsampre/hevycli@v1.2.3` or `@<commit_hash>`) to ensure reproducibility and mitigate risks from unexpected changes in future versions. | LLM | Skill.md:22 |
Scan History
Embed Code
[](https://skillshield.io/report/c25d3dad9c33ef32)
Powered by SkillShield