retro
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes session transcripts and historical work to generate retrospective briefs and improvement proposals. If session logs contain malicious instructions, they could potentially influence the agent's summaries or proposed actions.
- Ingestion points: The
ax retro briefcommand reads session transcripts to populate retrospective tasks;ax improve listreads proposals derived from previous agent activity. - Boundary markers: The instructions do not specify the use of clear delimiters or instructions to ignore embedded commands when processing transcript content.
- Capability inventory: The skill can execute
axCLI commands, write files (specifically scaffoldingSKILL.mdfiles), and dispatch subagents for retrospective review. - Sanitization: There is no evidence of content sanitization for processed transcripts prior to analysis by the agent or subagents.
- [COMMAND_EXECUTION]: The skill performs multiple shell command executions via the local
axCLI to manage the experiment graph and project state. - It uses commands like
ax improve list,ax improve accept, andax improve verdictto query and update local project metadata. - These operations are essential for the skill's purpose as a management interface for the
axtoolchain. - The instructions explicitly assume the
axbinary is already present in the user's environment.
Audit Metadata