telnyx-sip-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official 'telnyx' Python package from the standard PyPI registry. This package is the authoritative SDK provided by the vendor.
- [CREDENTIALS_UNSAFE]: The documentation correctly demonstrates retrieving the Telnyx API key from an environment variable (
os.environ.get('TELNYX_API_KEY')). While the code examples for creating SIP credentials contain hardcoded strings for usernames and passwords, these are clearly non-functional placeholders intended for illustrative purposes in documentation.
Audit Metadata