telnyx-porting-in-javascript
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for integrating with Telnyx's porting API using their official Node.js library.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
telnyxpackage from the npm registry, which is the official SDK provided by the vendor. - [CREDENTIALS_UNSAFE]: The code correctly demonstrates using an environment variable (
TELNYX_API_KEY) to manage authentication secrets, adhering to security best practices. - [COMMAND_EXECUTION]: All network operations are performed through the
telnyxlibrary, targeting the official Telnyx API endpoints.
Audit Metadata