Trust Assessment
audit-code received a trust score of 10/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 6 findings: 5 critical, 0 high, 1 medium, and 0 low severity. Key findings include Arbitrary command execution, Skill allows Bash tool execution.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Manifest Analysis layer scored lowest at 0/100, indicating areas for improvement.
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 Findings6
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Arbitrary command execution Python shell execution (os.system, subprocess) Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/itsnishi/audit-code/scripts/patterns.py:358 | |
| CRITICAL | Arbitrary command execution Python dynamic code execution (exec/eval/compile) Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/itsnishi/audit-code/scripts/patterns.py:330 | |
| CRITICAL | Arbitrary command execution Python dynamic code execution (exec/eval/compile) Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/itsnishi/audit-code/scripts/patterns.py:337 | |
| CRITICAL | Arbitrary command execution Python dynamic code execution (exec/eval/compile) Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/itsnishi/audit-code/scripts/patterns.py:344 | |
| CRITICAL | Arbitrary command execution Python dynamic code execution (exec/eval/compile) Review all shell execution calls. Ensure commands are static (not built from user input), use absolute paths, and are strictly necessary. Prefer library APIs over shell commands. | Manifest | skills/itsnishi/audit-code/scripts/patterns.py:380 | |
| MEDIUM | Skill allows Bash tool execution The skill's manifest explicitly declares 'Bash' as an allowed tool. This enables the LLM to execute arbitrary shell commands, which can lead to command injection vulnerabilities if the LLM is manipulated or if the skill's usage is not carefully controlled. While the skill's primary function is to run a Python script, the 'Bash' tool grants broad system access. Review the necessity of the 'Bash' tool. If shell execution is critical, ensure all commands are strictly validated and parameterized. Consider using more granular tools or a highly restricted execution environment instead of raw Bash access. If not strictly needed, remove 'Bash' from the `allowed-tools` list. | LLM | SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/9799b7e7d22372e9)
Powered by SkillShield