memory-intake
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes unstructured text provided by the user via the
$ARGUMENTSvariable, which represents a surface for instructions embedded in data. - Ingestion points: Data enters the agent's context through the
$ARGUMENTSparameter in theSKILL.mdinstruction block. - Boundary markers: The instructions do not specify explicit delimiters (like triple-backticks or unique separators) to encapsulate the user input.
- Capability inventory: The skill has the ability to write to persistent storage using the
nmem_remembertool and read from it usingnmem_recallandnmem_context. - Sanitization: The skill implements a robust human-in-the-loop (HITL) control in Phase 5, which explicitly requires the user to review a preview of all gathered memories and provide a 'yes' confirmation before the
nmem_remembertool is executed. This process serves as a critical defense against the unintended execution of malicious instructions found in the raw input.
Audit Metadata