telnyx-voice-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Mentions the installation of the
telnyxpackage via NPM. This is the official SDK provided by the vendor and is considered a safe and necessary dependency for the skill's intended functionality. - [CREDENTIALS_UNSAFE]: The code snippets correctly demonstrate the use of environment variables (
process.env['TELNYX_API_KEY']) to manage sensitive API credentials, avoiding the risk of hardcoded secrets. - [DATA_EXFILTRATION]: No patterns of unauthorized data access or exfiltration were detected. Network operations are directed towards the legitimate Telnyx API service for call control purposes.
- [PROMPT_INJECTION]: No malicious instructions, bypass attempts, or injection patterns were found in the skill metadata or instructional text.
- [SAFE]: The skill provides standard documentation and implementation examples for call lifecycle management, including robust error handling and explicit examples of cryptographic signature verification for webhooks.
Audit Metadata