Skip to main content

telnyx-messaging-javascript

Facilitates SMS/MMS messaging and phone number management using Telnyx's JavaScript SDK for application development.

Install this skill

or
83/100

Security score

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

Categories Tested

Security Issues

medium line 234

Webhook reference - potential data exfiltration

SourceSKILL.md
234## Webhooks
medium line 236

Webhook reference - potential data exfiltration

SourceSKILL.md
236The following webhook events are sent to your configured webhook URL.
medium line 237

Webhook reference - potential data exfiltration

SourceSKILL.md
237All webhooks include `telnyx-timestamp` and `telnyx-signature-ed25519` headers for verification (Standard Webhooks compatible).
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
Scanned on Mar 1, 2026
View Security Dashboard