Back to plugin

Security audit

Memory Graph

Security checks across malware telemetry and agentic risk

Overview

This memory-graph plugin is mostly coherent, but it automatically captures and stores conversation content, can inject recalled context into future prompts, may send text to configured LLM or embedding endpoints, and can modify OpenClaw configuration, so users should review it before installing.

Review this plugin as a sensitive memory system, not just a graph query helper. Install it only if you are comfortable with conversation content being captured, stored locally for later recall, inserted into future prompts, and potentially sent to configured LLM or embedding services. Consider disabling auto-ingest/session summaries or using only local endpoints for confidential work, and inspect the setup/config changes before granting conversation-hook access.

VirusTotal

62/62 vendors flagged this plugin as clean.

View on VirusTotal

Static analysis

Detected: suspicious.env_credential_access

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
dist/plugin/entry.js:5678
Evidence
apiKey: opts?.apiKey || process.env.OPENAI_API_KEY || process.env.MEMORY_GRAPH_API_KEY || "sk-local",

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
dist/src/extract/extractor.js:53
Evidence
if (process.env.OPENAI_API_KEY)