quality-debug
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources to define instructions for secondary agents.
- Ingestion points: The skill reads from
{phase_dir}/uat.md(Gaps section) and accepts user input via command-line arguments ($ARGUMENTS). - Boundary markers: Absent; instructions for sub-agents are generated and interpolated without delimiters or 'ignore embedded instructions' warnings.
- Capability inventory: The skill and its spawned agents have access to
spawn_agents_on_csv,Bash,Write,Edit,Read,Glob, andGreptools. - Sanitization: Input is slugified for use in directory names, but there is no sanitization of the content that eventually forms the agent instructions.
- [DYNAMIC_EXECUTION]: The skill uses the
spawn_agents_on_csvtool to execute agents based on instructions dynamically generated at runtime and stored in CSV files. This creates a risk where malicious content in processed files (likeuat.md) could influence agent behavior. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform file system operations, such as creating session-specific directories (mkdir -p). While slugification is used on the session ID, the underlying pattern involves executing shell commands based on transformed user input.
Audit Metadata