telnyx-voice-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates secure credential management by retrieving the Telnyx API key from environment variables (
process.env['TELNYX_API_KEY']) rather than hardcoding it. - [SAFE]: Webhook security is addressed through a dedicated verification section that utilizes the official SDK's
webhooks.unwrapmethod to validate Ed25519 signatures, protecting against forged events. - [SAFE]: All identified external references and dependencies, such as the
telnyxnpm package, are official resources of the Telnyx platform, aligning with the skill's stated purpose and author. - [SAFE]: No patterns of prompt injection, obfuscation, or unauthorized data exfiltration were detected within the skill's instructions or supporting files.
Audit Metadata