Environment variable access combined with network send.
- 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",
Security audit
Security checks across malware telemetry and agentic risk
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.
62/62 vendors flagged this plugin as clean.
Detected: suspicious.env_credential_access
apiKey: opts?.apiKey || process.env.OPENAI_API_KEY || process.env.MEMORY_GRAPH_API_KEY || "sk-local",
if (process.env.OPENAI_API_KEY)