Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- plugin/src/index.ts:139
- Evidence
execFileSync(explicit, ["--version"], { stdio: "ignore" });
Security audit
Security checks for vulnerabilities and agentic risk
EvolveClaw is purpose-aligned but high-impact: it records full agent traces, uses model API credentials, starts a background server, and automatically injects persistent learned instructions into the agent’s system prompt.
Install only if you are comfortable with an automatic prompt-evolution system that observes agent traces, uses model API credentials, and persists learned rules. Use a dedicated API key, keep the sidecar bound to localhost, review stored guidelines regularly, and wait for the bundled .env secret issue to be corrected.
Detected: suspicious.dangerous_exec, suspicious.exposed_secret_literal, suspicious.install_untrusted_source
execFileSync(explicit, ["--version"], { stdio: "ignore" });api_key: [REDACTED],
ANTHROPIC_AUTH_TOKEN=[REDACTED]
"default": "http://127.0.0.1:5757"