telnyx-tts-python
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
telnyxPython package usingpip. This is the official library provided by the skill author (team-telnyx) and is a standard requirement for the skill's functionality. - [CREDENTIALS_UNSAFE]: The documentation follows security best practices by demonstrating how to load sensitive credentials like
TELNYX_API_KEYfrom environment variables usingos.environ.get, rather than hardcoding secrets. - [INDIRECT_PROMPT_INJECTION]: The skill provides an interface to process text for speech synthesis via the
textparameter and CLI flags. While this is a data ingestion surface, it is the primary purpose of a Text-to-Speech tool and does not present elevated risk in this context. - Ingestion points: The
textparameter in theclient.text_to_speech.generatemethod and the--textargument in thetelnyx-agent ttsCLI command. - Boundary markers: None explicitly defined in the provided code snippets.
- Capability inventory: Performs network requests to the Telnyx API and third-party TTS providers.
- Sanitization: Standard handling by the
telnyxlibrary is expected, though not explicitly detailed in the documentation body.
Audit Metadata