self-improve
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill instructions define a process for injecting 'lessons' derived from untrusted user feedback into the agent's behavioral instructions (system prompt).
- [PROMPT_INJECTION]: Mandatory Evidence Chain for Indirect Prompt Injection surface:
- Ingestion points: The skill explicitly processes user revisions of output and direct feedback strings to extract preferences (documented in SKILL.md under 'Lesson Sources').
- Boundary markers: The skill recommends using a markdown header ('## Lessons Learned') to separate injected content, which is an insufficient boundary for preventing instruction override or bypass.
- Capability inventory: The agent is granted
file:readandfile:writepermissions to persist these behavioral modifications inworkspace/memory/improvement-log.jsonl. - Sanitization: There is no mechanism described for sanitizing, validating, or filtering the content of these lessons before they are used to define the agent's future behavior.
Audit Metadata