retro
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection due to its data-handling workflow.
- Ingestion points: The skill reads content from multiple files including
bets/bets.md,experiments/archive/*,reviews/weekly/*, andstrategy/learnings.mdusingstate_readcalls inSKILL.md. - Boundary markers: Content from these external sources is stored in variables (e.g.,
BETS,LEARNINGS,REVIEWS) and concatenated into the agent's context without delimiters or instructions to ignore embedded commands. - Capability inventory: The skill possesses the capability to write and append to files (
retros/,playbooks/, andstrategy/learnings.md) usingstate_writeandstate_appendcommands. - Sanitization: There is no evidence of data validation, escaping, or filtering of the content retrieved from the state files before it is processed by the agent.
Audit Metadata