critical
suspicious.env_credential_access
- Location
- dist/graph-users-9uQJepqr.js:1068
- Finding
- Environment variable access combined with network send.
- Evidence
const env = params.env ?? process.env;
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.env_credential_access, suspicious.exposed_secret_literal, suspicious.potential_exfiltration
const env = params.env ?? process.env;
clientSecret: [REDACTED],
clientSecret: [REDACTED],
client_secret: [REDACTED],
clientSecret: [REDACTED]
accessToken: [REDACTED],
const content = readFileSync(resolveDelegatedTokenPath(), "utf8");