Environment variable access combined with network send.
Critical
- Code
- suspicious.env_credential_access
- Location
- dist/src/services/identity-credentials.js:93
- Evidence
let ak = opts.accessKeyId ?? process.env[ENV_AK] ?? "";
Security audit
Security checks across malware telemetry and agentic risk
This plugin is purpose-aligned for identity and credential management, but it should be reviewed because degraded mode can skip auth checks while credential injection may still run.
Review this before installing in any shared or production agent. Confirm degraded mode fails closed, restrict or disable the local identity server, use least-privileged credentials, and inspect the static secret findings before trusting it with real account tokens.
VirusTotal engine telemetry is currently stale for this artifact.
Detected: suspicious.env_credential_access, suspicious.exposed_resource_identifier, suspicious.exposed_secret_literal (+1 more)
let ak = opts.accessKeyId ?? process.env[ENV_AK] ?? "";
* Plain-text region id from this URL (e.g. http://100.96.0.96/latest/region_id).
* Plain-text region id metadata URL (e.g. http://100.96.0.96/latest/region_id).
"description": "GET this URL for plain-text region id (e.g. http://100.96.0.96/latest/region_id). When endpoint is unset, builds https://id.{region}.volcenginea...- `regionMetadataUrl`(可选):返回 **纯文本 region id**(如 `cn-beijing`)的 HTTP(S) URL。仅当 **未配置 `endpoint`** 时使用:客户端拼接 `https://id.{region}.volcengineapi.com`。单次请求约 10s 超时...- `regionMetadataUrl` (optional): HTTP(S) URL that returns a **plain-text region id** (e.g. `cn-beijing`). Used only when `endpoint` is **unset**: the client bu...
clientSecret: [REDACTED],
accessToken: [REDACTED],
apiKey: [REDACTED],
clientSecret: [REDACTED],
accessToken: [REDACTED],
const accessToken = [REDACTED];
clientSecret: [REDACTED],
const authorization = [REDACTED](accessKeyId, credentialScope, signedHeadersStr, signature);
"description": "GET this URL for plain-text region id (e.g. http://100.96.0.96/latest/region_id). When endpoint is unset, builds https://id.{region}.volcenginea...