Trust Assessment
sonoscli 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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned Go module dependency The skill installs the `github.com/steipete/sonoscli/cmd/sonos` Go module using the `@latest` tag. This means the skill will always fetch the most recent version of the module. If a malicious update is pushed to the upstream repository, or if the maintainer introduces vulnerabilities, it could be automatically installed without explicit user review, leading to a supply chain compromise. Pin the Go module dependency to a specific, immutable version (e.g., a semantic version tag like `@v1.2.3` or a commit hash) to ensure deterministic and secure builds. Regularly review and update the pinned version. | Static | SKILL.md:4 |
Scan History
Embed Code
[](https://skillshield.io/report/11ae2b30ed137902)
Powered by SkillShield