critical
suspicious.dangerous_exec
- Location
- dist/index.js:611
- Finding
- Shell command execution detected (child_process).
- Evidence
const spawnFn = params.spawn ?? ((command, args, options) => spawn(command, args, options));
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.dangerous_exec, suspicious.exposed_secret_literal
const spawnFn = params.spawn ?? ((command, args, options) => spawn(command, args, options));
accessToken: [REDACTED],
const clientSecret = [REDACTED]?.trim() || config.oauth.clientSecret;
clientSecret: [REDACTED](raw.clientSecret) ?? config.oauth.clientSecret,
clientSecret: [REDACTED](oauth.clientSecret) ?? [REDACTED](auth.clientSecret) ?? readEnvString(env, GOOGLE_MEET_CLIENT_SECRET_KEYS),
const accessToken = [REDACTED]?.trim();