Environment variable access combined with network send.
Critical
- Code
- suspicious.env_credential_access
- Location
- context-engine.js:29
- Evidence
const raw = process.env[name];
Security audit
Security checks for vulnerabilities and agentic risk
Lethe is a disclosed persistent-memory plugin that stores and recalls agent context through a configured Lethe server, with no evidence of hidden exfiltration or destructive behavior.
Install this only if you want an agent memory layer. Keep the endpoint local unless you intentionally trust a remote Lethe server, avoid recording secrets or sensitive personal data, and review the stored memory periodically because recalled summaries and events can influence future agent behavior.
SkillSpector was not run because this plugin release contains no bundled skills.
Detected: suspicious.env_credential_access
const raw = process.env[name];
const raw = process.env[name];