telnyx-voice-gather-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides legitimate instructions and code examples for interacting with the Telnyx telephony platform.
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure credential management by using
os.environ.get("TELNYX_API_KEY")to load secrets from the environment rather than hardcoding them. - [EXTERNAL_DOWNLOADS]: The skill references the official
telnyxPython package available on the standard PyPI registry. - [DATA_EXFILTRATION]: No unauthorized data transmission or sensitive file access was observed. The network operations described are restricted to official Telnyx API endpoints.
- [COMMAND_EXECUTION]: No suspicious command execution or shell injection patterns were found. The use of
pip installis standard for library installation.
Audit Metadata