telnyx-ai-assistants-python
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the official 'telnyx' Python package from the standard package registry. This is an expected dependency for a Telnyx integration skill.
- [COMMAND_EXECUTION]: Provides standard shell commands for package installation ('pip install telnyx') and demonstrates environment variable access for API key management.
- [DATA_EXFILTRATION]: Facilitates data transfer to Telnyx API endpoints for AI assistant operations, such as creating assistants and sending chat messages. These operations are directed to the vendor's legitimate infrastructure and align with the skill's primary purpose.
- [PROMPT_INJECTION]: The skill exposes ingestion points for untrusted data through the assistant
chatandsend_smsmethods. While this represents a potential surface for indirect prompt injection (where malicious content in messages could attempt to override assistant instructions), it is an inherent characteristic of AI communication tools rather than a malicious defect in the skill itself. The skill allows for management of assistant instructions and tool definitions, which are sensitive capabilities but are standard for assistant administrative tools.
Audit Metadata