review
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a vulnerability to indirect prompt injection during its memory processing phases.
- Ingestion points: Phase 4 reads untrusted data from
.memplan/memory/overflow.mem, and Phase 5 processes content fromquestions.memandcheckpoint.mem. - Boundary markers: The instructions do not define delimiters or markers to separate the data content from agent instructions, nor do they specify that the agent should ignore potential commands embedded within the memory entries.
- Capability inventory: The skill utilizes the
Bashtool for environment checks and a local CLI tool (memplan-cli.js) to perform file rewrites, appends, and state updates across multiple files in the.memplandirectory. - Sanitization: There is no evidence of validation or escaping for the content extracted from the memory files before it is interpolated into commands or passed as arguments to the
appendoperation.
Audit Metadata