telnyx-voice-conferencing-python
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation for the Telnyx Voice Conferencing API. No malicious patterns, obfuscation, or unauthorized access attempts were detected during the analysis.
- [EXTERNAL_DOWNLOADS]: The skill instructions include installing the official 'telnyx' Python SDK via pip. This is a standard and expected operation for using the service.
- [DATA_EXFILTRATION]: The code examples correctly demonstrate accessing the TELNYX_API_KEY via environment variables (os.environ.get), which is a secure practice for managing credentials.
- [COMMAND_EXECUTION]: The skill documents the use of standard SDK methods (e.g., client.conferences.create) to interact with the Telnyx platform, which is the primary intended function.
Audit Metadata