knowledge-graph
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
@modelcontextprotocol/server-memorypackage from the NPM registry using thenpx -ycommand. This automates the execution of remote code to provide the memory server functionality. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute configuration commands and run the MCP memory server, which involves creating local directories and setting environment variables for storage paths. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and stores untrusted data as observations.
- Ingestion points: Untrusted text enters the system through the
create_entitiesandadd_observationstools as documented inSKILL.md. - Boundary markers: No explicit delimiters or instructions are used to isolate stored observations from the agent's system instructions when the graph is read back into context.
- Capability inventory: The agent possesses powerful tools including
Bash,Write,Edit, andGrep, which could be misused if malicious instructions are retrieved from the knowledge graph. - Sanitization: There is no evidence of input validation or escaping for the observation content before it is stored or processed.
Audit Metadata