simplify
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to the way it interpolates untrusted data into sub-agent prompts.
- Ingestion points: The
$ARGUMENTSvariable is directly interpolated into theAgent()dispatch prompts withinSKILL.md(e.g., "Simplify the code at: $ARGUMENTS"). - Boundary markers: Absent. There are no delimiters (like triple quotes or XML tags) or instructions to ignore embedded commands within the interpolated text.
- Capability inventory: The skill has access to potentially impactful tools including
Edit,Bash, and the ability to dispatch furtherAgenttasks. - Sanitization: There is no evidence of input validation or sanitization of the
$ARGUMENTScontent before it is processed by the sub-agent.
Audit Metadata