Trust Assessment
blucli received a trust score of 85/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 18, 2026 (commit b62bd290). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned Go module dependency The skill installs the 'blucli' Go module using '@latest', which means the version is unpinned. This introduces a supply chain risk as future updates to the upstream repository (github.com/steipete/blucli) could introduce breaking changes, vulnerabilities, or even malicious code without explicit review. It's best practice to pin dependencies to a specific version or commit hash. Pin the Go module dependency to a specific version or commit hash (e.g., `github.com/steipete/blucli/cmd/blu@v1.2.3` or `github.com/steipete/blucli/cmd/blu@<commit_hash>`) instead of `@latest`. | Static | Manifest:1 |
Scan History
Embed Code
[](https://skillshield.io/report/fb281a7a2b615268)
Powered by SkillShield