telnyx-numbers-services-python
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
telnyxPython package viapip install telnyx. This is the official SDK provided by the vendor (team-telnyx) and is a standard requirement for the skill's functionality. - [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential handling by retrieving the
TELNYX_API_KEYfrom environment variables usingos.environ.get(), rather than hardcoding sensitive information. - [COMMAND_EXECUTION]: Code examples include standard API calls using the Telnyx SDK to manage voice channels, emergency addresses, and voicemail settings. These operations are within the stated scope of the skill's purpose.
Audit Metadata