Skip to main content

telnyx-texml-java

Enables developers to build voice applications using TeXML with Java SDK examples for managing calls and applications.

Install this skill

or
0/100

Security score

The telnyx-texml-java 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

medium line 654

Webhook reference - potential data exfiltration

SourceSKILL.md
654## Webhooks
medium line 656

Webhook reference - potential data exfiltration

SourceSKILL.md
656The following webhook events are sent to your configured webhook URL.
medium line 657

Webhook reference - potential data exfiltration

SourceSKILL.md
657All webhooks include `telnyx-timestamp` and `telnyx-signature-ed25519` headers for verification (Standard Webhooks compatible).
medium line 661

Webhook reference - potential data exfiltration

SourceSKILL.md
661| `TexmlCallAnsweredWebhook` | TeXML Call Answered. Webhook sent when a TeXML call is answered |
medium line 662

Webhook reference - potential data exfiltration

SourceSKILL.md
662| `TexmlCallCompletedWebhook` | TeXML Call Completed. Webhook sent when a TeXML call is completed |
medium line 663

Webhook reference - potential data exfiltration

SourceSKILL.md
663| `TexmlCallInitiatedWebhook` | TeXML Call Initiated. Webhook sent when a TeXML call is initiated |
medium line 664

Webhook reference - potential data exfiltration

SourceSKILL.md
664| `TexmlCallRingingWebhook` | TeXML Call Ringing. Webhook sent when a TeXML call is ringing |
medium line 665

Webhook reference - potential data exfiltration

SourceSKILL.md
665| `TexmlCallAmdWebhook` | TeXML Call AMD. Webhook sent when Answering Machine Detection (AMD) completes during a TeXML call |
medium line 666

Webhook reference - potential data exfiltration

SourceSKILL.md
666| `TexmlCallDtmfWebhook` | TeXML Call DTMF. Webhook sent when a DTMF digit is received during a TeXML call |
medium line 667

Webhook reference - potential data exfiltration

SourceSKILL.md
667| `TexmlGatherWebhook` | TeXML Gather. Webhook sent when a Gather command completes (sent to the action URL) |
medium line 668

Webhook reference - potential data exfiltration

SourceSKILL.md
668| `TexmlHttpRequestWebhook` | TeXML HTTP Request. Webhook sent as response to an HTTP Request instruction |
medium line 669

Webhook reference - potential data exfiltration

SourceSKILL.md
669| `TexmlAiGatherWebhook` | TeXML AI Gather. Webhook sent when AI Gather completes with transcription results |
medium line 670

Webhook reference - potential data exfiltration

SourceSKILL.md
670| `TexmlConferenceJoinWebhook` | TeXML Conference Join. Webhook sent when a participant joins a TeXML conference |
medium line 671

Webhook reference - potential data exfiltration

SourceSKILL.md
671| `TexmlConferenceLeaveWebhook` | TeXML Conference Leave. Webhook sent when a participant leaves a TeXML conference |
medium line 672

Webhook reference - potential data exfiltration

SourceSKILL.md
672| `TexmlConferenceSpeakerWebhook` | TeXML Conference Speaker. Webhook sent when a participant starts or stops speaking in a TeXML conference |
medium line 673

Webhook reference - potential data exfiltration

SourceSKILL.md
673| `TexmlConferenceEndWebhook` | TeXML Conference End. Webhook sent when a TeXML conference ends |
medium line 674

Webhook reference - potential data exfiltration

SourceSKILL.md
674| `TexmlConferenceStartWebhook` | TeXML Conference Start. Webhook sent when a TeXML conference starts |
medium line 675

Webhook reference - potential data exfiltration

SourceSKILL.md
675| `TexmlQueueWebhook` | TeXML Queue. Webhook sent for queue status events (triggered by Enqueue command waitUrl) |
medium line 676

Webhook reference - potential data exfiltration

SourceSKILL.md
676| `TexmlRecordingCompletedWebhook` | TeXML Recording Completed. Webhook sent when a recording is completed during a TeXML call (triggered by recordingStatusCallbackEvent) |
medium line 677

Webhook reference - potential data exfiltration

SourceSKILL.md
677| `TexmlRecordingInProgressWebhook` | TeXML Recording In-Progress. Webhook sent when a recording starts during a TeXML call (triggered by recordingStatusCallbackEvent) |
medium line 678

Webhook reference - potential data exfiltration

SourceSKILL.md
678| `TexmlSiprecWebhook` | TeXML SIPREC. Webhook sent for SIPREC session status updates |
medium line 679

Webhook reference - potential data exfiltration

SourceSKILL.md
679| `TexmlStreamWebhook` | TeXML Stream. Webhook sent for media streaming status updates |
medium line 680

Webhook reference - potential data exfiltration

SourceSKILL.md
680| `TexmlTranscriptionWebhook` | TeXML Transcription. Webhook sent when a recording transcription is completed |
low line 60

External URL reference

SourceSKILL.md
60.voiceUrl("https://example.com")
low line 91

External URL reference

SourceSKILL.md
91.voiceUrl("https://example.com")
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →