telnyx-voice-conferencing-java
Fail
Audited by Snyk on Mar 12, 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 full skill prompt for literal values that meet the "high-entropy, literal value that provides access to a service" definition.
Findings:
- The string "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg" (appearing multiple times) is a high-entropy literal (long, random-looking, non-truncated) and is not an obvious documentation placeholder. This resembles a Telnyx connection/call_control identifier or token format and could be a real, usable credential — so I flag it.
Ignored items (not flagged) and why:
- UUIDs such as "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" and "c46e06d7-b78f-4b13-96b6-c576af9640ff" are resource identifiers (low-entropy, standard UUID format) and are not considered secrets under the provided definition.
- Generic placeholders like "call_control_id", "id", "queue_name", and other example strings are documentation placeholders and are ignored per the rules.
Conclusion: a high-entropy, likely real credential string (the v3:... value) is present and should be treated as a secret.
Issues (1)
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata