telnyx-stt-python
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill securely handles the API key by retrieving it from environment variables using
os.environ.get('TELNYX_API_KEY'), preventing credential exposure in the code. - [INDIRECT_PROMPT_INJECTION]: 1. Ingestion points: The
urlparameter in the transcription methods withinSKILL.mdallows processing of external audio files. 2. Boundary markers: None are present to delimit the transcription output. 3. Capability inventory: The skill performs network requests to the Telnyx API but does not execute the returned text. 4. Sanitization: No sanitization is performed on the transcription output. As a standard transcription wrapper, this represents a low-risk attack surface. - [SAFE]: The skill relies on the official
telnyxPython package and thetelnyx-agentCLI, which are legitimate vendor resources. No obfuscation or persistence mechanisms were detected.
Audit Metadata