test-iterate-loop
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes untrusted data from the local environment while possessing high-privilege capabilities.
- Ingestion points: The agent reads source code files, test files, and capture test failure logs (stdout/stderr) using the
ReadandBashtools. - Boundary markers: The instructions lack explicit boundary markers or directives for the agent to ignore instructions embedded within the codebase or logs it analyzes.
- Capability inventory: The skill allows file modifications via
WriteandEdit, and command execution viaBash(for tools likepytest,docker, andmake). - Sanitization: There is no evidence of sanitization or validation of the test output before the agent uses it to generate and apply code fixes.
- [COMMAND_EXECUTION]: The skill configuration allows the execution of various powerful development and orchestration tools including
docker,make,uv, andgitthrough theBashtool. While these are appropriate for the skill's purpose, they provide a significant execution surface that could be exploited if the agent follows instructions injected into codebase data or test logs.
Audit Metadata