Security Sentinel Ultimate
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
The skill is a security scanner that uses Python's AST module in `scanner.py` to detect dangerous coding patterns, hardcoded secrets, and obfuscation techniques. While the code logic is well-implemented and aligned with its stated purpose, the skill is classified as suspicious due to a critical shell injection vulnerability in `SKILL.md`. The `scan_skill` tool passes the user-provided `path` argument directly into a shell command (`python3 ... "{{path}}"`) without sanitization, which could allow an attacker to execute arbitrary commands by including shell metacharacters (e.g., quotes and semicolons) in the path.
