Trust Assessment
git-stats 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 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Missing required field: name, Incomplete AWK script could hide command injection.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/sa9saq/git-stats/SKILL.md:1 | |
| LOW | Incomplete AWK script could hide command injection The skill includes an incomplete `awk` script (`awk '...'`) in its analysis commands. `awk` scripts can execute arbitrary shell commands using the `system()` function. If the full `awk` script were to contain such calls, especially with unsanitized input, it could lead to command injection. As presented, it's a placeholder, but it represents a potential vector if not carefully implemented. Provide the complete `awk` script for review, ensuring it does not use `system()` calls with untrusted input or for malicious purposes. If `system()` is necessary, ensure all inputs are strictly sanitized. | LLM | SKILL.md:43 |
Scan History
Embed Code
[](https://skillshield.io/report/4e64c18323a5cdd3)
Powered by SkillShield