Skip to main content

telnyx-texml-javascript

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

Install this skill

or
0/100

Security score

The telnyx-texml-javascript skill was audited on Mar 1, 2026 and we found 27 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 557

Webhook reference - potential data exfiltration

SourceSKILL.md
557## Webhooks
medium line 559

Webhook reference - potential data exfiltration

SourceSKILL.md
559The following webhook events are sent to your configured webhook URL.
medium line 560

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Access to .env file

SourceSKILL.md
30apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
low line 30

Reading sensitive environment variables

SourceSKILL.md
30apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
low line 58

External URL reference

SourceSKILL.md
58voice_url: 'https://example.com',
low line 85

External URL reference

SourceSKILL.md
85voice_url: 'https://example.com',
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
team-telnyx/telnyx-toolkit