critical
suspicious.dangerous_exec
- Location
- scripts/check_open_source_clean.cjs:39
- Finding
- Shell command execution detected (child_process).
- Evidence
return execFileSync('git', args, { encoding: 'utf8' }).trim();
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access, suspicious.exposed_secret_literal
return execFileSync('git', args, { encoding: 'utf8' }).trim();const child = spawn(process.execPath, [serverFile], {const openclawHome = process.env.OPENCLAW_HOME || path.join(os.homedir(), '.openclaw');
const PORT = Number(process.env.PORT || 18788);
this.authToken = [REDACTED];
this.authToken = [REDACTED]();
this.authToken = [REDACTED];
this.authToken = [REDACTED]();
const password = [REDACTED]('password').value.trim();