agent-memory-mcp
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS] (HIGH): The setup process involves cloning a repository from an untrusted source (
github.com/webzler/agentMemory.git). This source is not on the list of trusted organizations and has not been verified for security. - [REMOTE_CODE_EXECUTION] (HIGH): The skill instructs the agent to perform
npm install,npm run compile, andnpm run start-serveron the cloned code. This is a direct execution path for any malicious code contained in the external repository. - [COMMAND_EXECUTION] (HIGH): The skill requires shell access to build and run an MCP server and a dashboard, which provides an attacker-controlled codebase with full user-level permissions on the host system.
- [DATA_EXFILTRATION] (MEDIUM): The skill is designed to manage 'Architecture, Patterns, and Decisions' which are sensitive data points. The untrusted code has access to this data and the ability to start a web server/dashboard (
localhost:3333), posing a risk of data exfiltration. - [INDIRECT_PROMPT_INJECTION] (MEDIUM): The
memory_writecapability ingests untrustedcontent. If an agent records malicious instructions disguised as 'knowledge' and later retrieves them viamemory_searchormemory_read, it could lead to the agent following unauthorized instructions (Indirect Prompt Injection).
Recommendations
- AI detected serious security threats
Audit Metadata