telnyx-sip-python
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the official
telnyxPython SDK from the public PyPI registry, which is the expected method for interacting with the Telnyx API. - [CREDENTIALS_UNSAFE]: Retrieves the
TELNYX_API_KEYfrom environment variables, which is a recommended security practice for handling authentication tokens. The code examples use a placeholder password (my123secure456password789) when demonstrating how to create credential connections, which serves purely as a dummy illustrative value.
Audit Metadata