security-review
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Prompt Injection (HIGH): The skill is highly vulnerable to Indirect Prompt Injection because it is designed to analyze external, untrusted source code while holding powerful execution capabilities.
- Ingestion points: External code and configuration files are accessed using the
Read,Grep, andGlobtools as defined inSKILL.md. - Boundary markers: Absent. The skill lacks instructions or delimiters to isolate ingested file content from the agent's core instructions.
- Capability inventory: The inclusion of the
Bashtool provides a direct execution vector for any malicious instructions discovered within ingested files. - Sanitization: Absent. There is no logic provided to validate, filter, or escape the content of files before the agent processes them.
- Command Execution (HIGH): The skill explicitly permits the
Bashtool in theallowed-toolssection ofSKILL.md. Although theTooling Notessuggest using only read-only commands, there are no technical constraints or enforcements to prevent the agent from executing destructive commands, modifying files, or establishing network connections if manipulated.
Recommendations
- AI detected serious security threats
Audit Metadata