telnyx-ai-assistants-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official
telnyxPython package from a standard registry. This is an expected dependency for a vendor-provided SDK skill. - [CREDENTIALS_UNSAFE]: The skill correctly demonstrates using environment variables (
os.environ.get("TELNYX_API_KEY")) for sensitive API keys, adhering to security best practices for credential management. - [COMMAND_EXECUTION]: The skill includes standard CLI commands for package installation and SDK-based API interactions (chat, assistant creation, testing). These operations are within the scope of the stated purpose of the skill and do not involve arbitrary shell command execution.
- [DATA_EXFILTRATION]: While the skill manages communication via SMS and chat, all operations are directed toward the official Telnyx API infrastructure (
api.telnyx.com). No suspicious data exfiltration patterns or unauthorized network calls were found.
Audit Metadata