critical
suspicious.env_credential_access
- Location
- index.js:173
- Finding
- Environment variable access combined with network send.
- Evidence
const v = process.env[envVar];
AdvisoryAudited by Static analysis on May 20, 2026.
Detected: suspicious.env_credential_access, suspicious.exposed_secret_literal
const v = process.env[envVar];
apiKey: [REDACTED],
const apiKey = [REDACTED]();
const apiKey = [REDACTED](options.remote?.apiKey, "remote.apiKey") ||