critical
suspicious.dangerous_exec
- Location
- dist/client-BCJaLwdZ.js:69
- Finding
- Shell command execution detected (child_process).
- Evidence
return spawn(invocation.command, invocation.args, {
AdvisoryAudited by Static analysis on May 20, 2026.
Detected: suspicious.dangerous_exec, suspicious.exposed_secret_literal
return spawn(invocation.command, invocation.args, {const child = spawn(invocation.command, invocation.args, {const authToken = [REDACTED](config.authToken);
apiKey: [REDACTED],
apiKey: [REDACTED],
apiKey: [REDACTED],
const authToken = [REDACTED] ?? "";
const apiKey = [REDACTED](resolveCodexAppServerSpawnEnv(params.startOptions, params.baseEnv ?? process.env, params.platform ?? process.platform), CODEX_APP_SERV...