Trust Assessment
comanda received a trust score of 94/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include 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 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned dependency in installation instructions The installation instructions for `comanda` using `go install` specify `@latest` for the package `github.com/kris-hansen/comanda`. This means the installation will always pull the most recent version, which could introduce breaking changes or malicious code if the upstream repository is compromised, without explicit user review. It is generally safer to pin to a specific version or commit hash. Pin the Go module dependency to a specific version or commit hash, e.g., `go install github.com/kris-hansen/comanda@v1.0.1` or `go install github.com/kris-hansen/comanda@<commit_hash>`. | LLM | SKILL.md:20 |
Scan History
Embed Code
[](https://skillshield.io/report/a965af21757b6db8)
Powered by SkillShield