telnyx-texml-python
Enables developers to build voice applications using TeXML with Python, managing calls, conferences, and recordings seamlessly.
Install this skill
Security score
The telnyx-texml-python skill was audited on Mar 1, 2026 and we found 25 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 567 | ## Webhooks |
Webhook reference - potential data exfiltration
| 569 | The following webhook events are sent to your configured webhook URL. |
Webhook reference - potential data exfiltration
| 570 | All webhooks include `telnyx-timestamp` and `telnyx-signature-ed25519` headers for verification (Standard Webhooks compatible). |
Webhook reference - potential data exfiltration
| 574 | | `TexmlCallAnsweredWebhook` | TeXML Call Answered. Webhook sent when a TeXML call is answered | |
Webhook reference - potential data exfiltration
| 575 | | `TexmlCallCompletedWebhook` | TeXML Call Completed. Webhook sent when a TeXML call is completed | |
Webhook reference - potential data exfiltration
| 576 | | `TexmlCallInitiatedWebhook` | TeXML Call Initiated. Webhook sent when a TeXML call is initiated | |
Webhook reference - potential data exfiltration
| 577 | | `TexmlCallRingingWebhook` | TeXML Call Ringing. Webhook sent when a TeXML call is ringing | |
Webhook reference - potential data exfiltration
| 578 | | `TexmlCallAmdWebhook` | TeXML Call AMD. Webhook sent when Answering Machine Detection (AMD) completes during a TeXML call | |
Webhook reference - potential data exfiltration
| 579 | | `TexmlCallDtmfWebhook` | TeXML Call DTMF. Webhook sent when a DTMF digit is received during a TeXML call | |
Webhook reference - potential data exfiltration
| 580 | | `TexmlGatherWebhook` | TeXML Gather. Webhook sent when a Gather command completes (sent to the action URL) | |
Webhook reference - potential data exfiltration
| 581 | | `TexmlHttpRequestWebhook` | TeXML HTTP Request. Webhook sent as response to an HTTP Request instruction | |
Webhook reference - potential data exfiltration
| 582 | | `TexmlAiGatherWebhook` | TeXML AI Gather. Webhook sent when AI Gather completes with transcription results | |
Webhook reference - potential data exfiltration
| 583 | | `TexmlConferenceJoinWebhook` | TeXML Conference Join. Webhook sent when a participant joins a TeXML conference | |
Webhook reference - potential data exfiltration
| 584 | | `TexmlConferenceLeaveWebhook` | TeXML Conference Leave. Webhook sent when a participant leaves a TeXML conference | |
Webhook reference - potential data exfiltration
| 585 | | `TexmlConferenceSpeakerWebhook` | TeXML Conference Speaker. Webhook sent when a participant starts or stops speaking in a TeXML conference | |
Webhook reference - potential data exfiltration
| 586 | | `TexmlConferenceEndWebhook` | TeXML Conference End. Webhook sent when a TeXML conference ends | |
Webhook reference - potential data exfiltration
| 587 | | `TexmlConferenceStartWebhook` | TeXML Conference Start. Webhook sent when a TeXML conference starts | |
Webhook reference - potential data exfiltration
| 588 | | `TexmlQueueWebhook` | TeXML Queue. Webhook sent for queue status events (triggered by Enqueue command waitUrl) | |
Webhook reference - potential data exfiltration
| 589 | | `TexmlRecordingCompletedWebhook` | TeXML Recording Completed. Webhook sent when a recording is completed during a TeXML call (triggered by recordingStatusCallbackEvent) | |
Webhook reference - potential data exfiltration
| 590 | | `TexmlRecordingInProgressWebhook` | TeXML Recording In-Progress. Webhook sent when a recording starts during a TeXML call (triggered by recordingStatusCallbackEvent) | |
Webhook reference - potential data exfiltration
| 591 | | `TexmlSiprecWebhook` | TeXML SIPREC. Webhook sent for SIPREC session status updates | |
Webhook reference - potential data exfiltration
| 592 | | `TexmlStreamWebhook` | TeXML Stream. Webhook sent for media streaming status updates | |
Webhook reference - potential data exfiltration
| 593 | | `TexmlTranscriptionWebhook` | TeXML Transcription. Webhook sent when a recording transcription is completed | |
External URL reference
| 58 | voice_url="https://example.com", |
External URL reference
| 86 | voice_url="https://example.com", |