critical
suspicious.dangerous_exec
- Location
- scripts/install-openclaw-extension.mjs:143
- Finding
- Shell command execution detected (child_process).
- Evidence
const child = spawn(process.execPath, [scriptPath, ...args], {
AdvisoryAudited by Static analysis on May 19, 2026.
Detected: suspicious.dangerous_exec, suspicious.exposed_secret_literal
const child = spawn(process.execPath, [scriptPath, ...args], {api_key = [REDACTED]("WAHA_API_KEY", session_name)const apiKey = [REDACTED];
const apiKey = [REDACTED];