remember
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides a mechanism to save user-supplied information into a persistent
MEMORY.mdfile. Because this file is designed to be read by the agent at the start of every session, it creates a surface for instructions to be persisted and subsequently followed by the agent in a different context. - Ingestion points: User input parsed and stored via the
/si:remembercommand described inSKILL.md. - Boundary markers: No delimiters or explicit instructions to ignore embedded commands are used when writing the entry to
MEMORY.md. - Capability inventory: The skill has the ability to append to local files (
MEMORY.md) and execute shell commands (grep,sed) to manage this data. - Sanitization: There is no evidence of sanitization or validation of the input string before it is appended to the memory file.
- [COMMAND_EXECUTION]: The skill uses shell commands to check for duplicate entries and determine the correct path for memory storage.
- The duplicate check in Step 2 uses
grepon keywords derived from user input. If the platform does not properly escape these keywords before passing them to the shell, it could lead to argument injection or command manipulation. - The skill uses
pwdandsedto dynamically construct the path to the memory directory.
Audit Metadata