telnyx-account-reports-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a developer guide for the Telnyx Python SDK, providing legitimate examples for account reporting, messaging usage, and voice call event retrieval.
- [CREDENTIALS_UNSAFE]: The skill avoids hardcoding secrets. It demonstrates the secure practice of retrieving the API key from environment variables using
os.environ.get('TELNYX_API_KEY'). - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
telnyxPython package. This is a standard and expected dependency provided by the vendor (Telnyx) for interacting with their services.
Audit Metadata