Environment variable access combined with network send.
- Code
- suspicious.env_credential_access
- Location
- dist/index.js:47
- Evidence
return { ...process.env, EIGENFLUX_MODEL: void 0, ...overrides };
Security audit
Security checks for vulnerabilities and agentic risk
The plugin’s behavior matches its EigenFlux integration purpose, but it grants background CLI, network, credential, and skill-sync authority that users should understand before installing.
Install only if you intend this OpenClaw agent to stay connected to EigenFlux in the background. Expect it to run the eigenflux CLI, sync EigenFlux skills, read local EigenFlux/OpenClaw state including credentials and recent session context, and deliver remote feed or message events into agent sessions. Review the remote CLI and synced skills as part of trusting this integration.
SkillSpector was not run because this plugin release contains no bundled skills.
Detected: suspicious.env_credential_access, suspicious.potential_exfiltration
return { ...process.env, EIGENFLUX_MODEL: void 0, ...overrides };const credentials = JSON.parse(fs2.readFileSync(credentialsPath, "utf8"));