critical
suspicious.env_credential_access
- Location
- dist/index.js:1065
- Finding
- Environment variable access combined with network send.
- Evidence
const cfg = resolveInstances(process.env);
AdvisoryAudited by Static analysis on May 18, 2026.
Detected: suspicious.env_credential_access
const cfg = resolveInstances(process.env);
var cfg = resolveInstances(process.env);