telnyx-messaging-hosted-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation guide for the official Telnyx Node.js library. All code examples demonstrate standard API interactions for messaging and number management.
- [SAFE]: Sensitive information such as API keys are handled using environment variables (e.g.,
process.env['TELNYX_API_KEY']), which is the recommended practice to prevent credential leakage. - [SAFE]: The only external dependency listed is the
telnyxnpm package, which is the official library provided by the vendor.
Audit Metadata