self-improving-agent
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core functionality of processing untrusted data.
- Ingestion points: The skill reads
MEMORY.mdand associated topic files in~/.claude/projects/, which contain records of arbitrary command outputs and conversation history that may be influenced by external project files or data. - Boundary markers: Instructions in
agents/memory-analyst.mdandskills/review/SKILL.mddo not implement explicit delimiters or escaping for the content being analyzed from the memory files. - Capability inventory: The skill includes commands to write to sensitive project configuration files (
CLAUDE.mdand.claude/rules/) viaskills/promote/SKILL.mdand generates new skill files viaskills/extract/SKILL.md. - Sanitization: There is no evidence of sanitization or validation of the content extracted from memory before it is proposed as a permanent project rule.
Audit Metadata