supermemory-save
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Node.js script located at
~/.codex/supermemory/save-memory.js. This is a vendor-owned resource managed by 'supermemoryai' and is required for the skill's primary function of persisting knowledge. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection that could lead to command injection because it interpolates untrusted conversation content directly into a bash command string.
- Ingestion points: The agent gathers project knowledge and user goals from the conversation history as described in
SKILL.md. - Boundary markers: The skill uses
[SAVE]and[/SAVE]container tags to structure the data, but these do not provide security boundaries against shell breakout. - Capability inventory: The skill is granted access to the
Bashtool to executenodecommands. - Sanitization: The instructions lack requirements for the agent to escape or sanitize the
FORMATTED_CONTENTstring, which could allow a malicious user to execute arbitrary commands by including shell metacharacters in their request.
Audit Metadata