debrief
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill is designed to ingest untrusted data from the current conversation history and use it to update persistent files like
CLAUDE.mdandabout-taylor.md. - Ingestion points: The skill explicitly reviews the entire conversation history for 'memory-worthy moments' and reads existing files such as
.claude/memories/about-taylor.mdandCLAUDE.md. - Boundary markers: There are no explicit instructions to treat extracted content as untrusted or to use delimiters when processing the conversation for new memories.
- Capability inventory: The skill uses the
EditandWritetools to modify the agent's primary instruction file (CLAUDE.md) and profile (about-taylor.md). - Sanitization: No sanitization or validation of the extracted 'memories' is performed before they are proposed for inclusion in persistent storage, relying solely on human review at the presentation phase.
- Command Execution (SAFE): The skill uses the
Bashtool, but it is strictly restricted via the allowed-tools list to thedatecommand (Bash(date:*)), posing no security risk.
Audit Metadata