telnyx-sip-integrations-python
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official
telnyxPython package from the standard registry for core functionality. - [COMMAND_EXECUTION]: Instructs the user to run
pip install telnyxfor environment setup. - [DATA_EXFILTRATION]: Facilitates the management of sensitive credentials, including cloud storage (S3, GCS, Azure) and Dialogflow service account keys, through official SDK methods. No unauthorized exfiltration logic was detected.
- [PROMPT_INJECTION]: Identifies an indirect prompt injection surface where the agent processes transcription data.
- Ingestion points:
client.recording_transcriptions.list()andretrieve()inSKILL.md. - Boundary markers: None.
- Capability inventory: Full call control and credential management via the Telnyx API.
- Sanitization: No sanitization of transcription content is demonstrated in example code.
Audit Metadata