Env credential access
Critical
- Finding
- Environment variable access combined with network send.
- Skill content
const v = process.env[envVar];
Security checks across static analysis, malware telemetry, and agentic risk
No risk analysis has been recorded yet.
const v = process.env[envVar];
apiKey: [REDACTED],
const apiKey = [REDACTED]();
const apiKey = [REDACTED](options.remote?.apiKey, "remote.apiKey") ||
60/60 vendors flagged this plugin as clean.
No visible risk-analysis findings were reported for this release.