telnyx-voice-streaming-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates legitimate usage of the official Telnyx SDK for voice streaming, forking, and transcription tasks.
- [CREDENTIALS_UNSAFE]: No hardcoded API keys or secrets were detected. The examples correctly use
process.env['TELNYX_API_KEY']to manage authentication. - [EXTERNAL_DOWNLOADS]: The skill references the standard
telnyxpackage from the npm registry, which is the official library for the skill's author. - [SAFE]: The skill includes a 'Webhook Verification' section that demonstrates how to validate incoming requests using Ed25519 signatures, which is a recommended security practice for handling external data.
Audit Metadata