Trust Assessment
eightctl received a trust score of 86/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 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned Go module dependency.
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 | |
|---|---|---|---|---|
| HIGH | Unpinned Go module dependency The skill's installation manifest specifies a Go module (`github.com/steipete/eightctl/cmd/eightctl`) using the `@latest` tag. This means that any new version of the module will be installed automatically, including potentially malicious updates, without explicit review. This introduces a supply chain risk as a compromise of the upstream repository could lead to the execution of arbitrary code. Pin the Go module dependency to a specific version or commit hash (e.g., `@v1.2.3` or `@abcdef12345`) to ensure deterministic and reviewable installations. | LLM | SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/6c4920a5a13fc504)
Powered by SkillShield