Trust Assessment
gifgrep received a trust score of 93/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 Go 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 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 | |
|---|---|---|---|---|
| MEDIUM | Unpinned Go dependency in installation instructions The skill's installation instructions for Go specify `@latest` for the `gifgrep` module. This means that any future `go install` command will fetch the most recent version, which could introduce vulnerabilities or malicious code if the upstream repository is compromised, without requiring an update to the skill definition itself. Pinning dependencies to specific versions or commit hashes is a best practice for supply chain security. Pin the Go module dependency to a specific version or commit hash (e.g., `@v1.2.3` or `@abcdef12345`) to ensure reproducible and secure installations. | Static | Manifest:10 |
Scan History
Embed Code
[](https://skillshield.io/report/8762fafcc61db495)
Powered by SkillShield