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 telnyx Python package using pip. 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_KEY from environment variables using os.environ.get, rather than hardcoding secrets.
  • [INDIRECT_PROMPT_INJECTION]: The skill provides an interface to process text for speech synthesis via the text parameter 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 text parameter in the client.text_to_speech.generate method and the --text argument in the telnyx-agent tts CLI 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 telnyx library is expected, though not explicitly detailed in the documentation body.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 26, 2026, 07:47 PM
Security Audit — agent-trust-hub — telnyx-tts-python