self-improvement
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion and persistence of external data (user corrections, error messages, and tool outputs) into the agent's project-specific instructions and memory files.
- Ingestion points: Information is gathered from user feedback in conversation and from the output of shell commands (monitored by the
error-detector.shhook). - Boundary markers: The captured data is stored in
.learnings/*.mdfiles and promoted to instruction files likeCLAUDE.mdorAGENTS.md. The templates used for logging do not include specific delimiters or warnings to ignore embedded instructions within the logged content. - Capability inventory: The skill performs file-write operations to log data and modify project instruction files. It also includes the
extract-skill.shscript for scaffolding new skill directories. - Sanitization: There is no explicit sanitization or filtering of the content being logged. Malicious instructions embedded in a failed command's output or a deceptive user correction could be persisted and later followed by the agent when it references these recorded learnings.
Audit Metadata