telnyx-voice-conferencing-javascript
Fail
Audited by Snyk on Mar 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W008: Secret detected in skill content (API keys, tokens, passwords).
- Secret detected (high risk: 1.00). I scanned the prompt for literal high-entropy values that could grant access.
Flagged:
- The string "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg" appears multiple times. It is a long, random-looking token with a "v3:" prefix and is used as a call_control_id / connection id in examples — a value that can be used to issue Call Control commands. This meets the "high-entropy, literal value that provides access" definition, so I treat it as a real credential.
Ignored (not flagged) and why:
- UUIDs like "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" and "c46e06d7-b78f-4b13-96b6-c576af9640ff" are resource identifiers (UUIDs). They are not high-entropy secrets that grant direct access on their own, so I did not flag them.
- process.env['TELNYX_API_KEY'] is an environment variable placeholder (no literal key provided) — ignored per policy.
- Simple/example values such as DTMF digits '1234#' are low-entropy / example values and ignored.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata