converge
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill triggers the execution of a local command-line tool
ao convergevia the Bash tool. This is used to manage a bounded loop for automated code fixing and verification. - [DATA_EXPOSURE]: The skill interacts with local project state by reading from and writing to files within the
.agents/directory, specifically.agents/findings/registry.jsonlfor persistent findings and.agents/rpi/KILLas a termination mechanism. - [PROMPT_INJECTION]: The skill presents an 'Indirect Prompt Injection' surface as part of its core functionality:
- Ingestion points: Feedback ('reasons' and 'evidence') produced by external judge models (e.g., Codex or Claude) during the evaluation leg.
- Boundary markers: None explicitly defined in the instructions to separate judge feedback from agent instructions.
- Capability inventory: The agent utilizes
Bash(viaao converge) andReadtools during the loop. - Sanitization: No specific sanitization or filtering of the judge's evidence is mentioned before the orchestrating agent processes it to apply fixes. This is the intended functional loop of the skill.
Audit Metadata