telnyx-networking-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the 'telnyx' Python package, which is the official SDK for the service provider.
- [COMMAND_EXECUTION]: The installation process involves a standard shell command ('pip install telnyx') to fetch the necessary dependencies.
- [SAFE]: The skill demonstrates secure credential management by retrieving the API key from environment variables ('os.environ.get("TELNYX_API_KEY")') rather than hardcoding sensitive information.
- [SAFE]: The provided code examples are representative of the skill's stated purpose—managing networking resources via the Telnyx API—and do not exhibit any malicious patterns such as obfuscation, exfiltration, or unauthorized code execution.
Audit Metadata