Skip to main content

telnyx-account-javascript

Provides JavaScript SDK examples for managing Telnyx account features like payments, invoices, and webhooks.

Install this skill

or
59/100

Security score

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

Categories Tested

Security Issues

medium line 4

Webhook reference - potential data exfiltration

SourceSKILL.md
4Manage account balance, payments, invoices, webhooks, and view audit logs and
medium line 132

Webhook reference - potential data exfiltration

SourceSKILL.md
132## List webhook deliveries
medium line 134

Webhook reference - potential data exfiltration

SourceSKILL.md
134Lists webhook_deliveries for the authenticated user
medium line 136

Webhook reference - potential data exfiltration

SourceSKILL.md
136`GET /webhook_deliveries`
low line 140

Webhook reference - potential data exfiltration

SourceSKILL.md
140for await (const webhookDeliveryListResponse of client.webhookDeliveries.list()) {
low line 141

Webhook reference - potential data exfiltration

SourceSKILL.md
141console.log(webhookDeliveryListResponse.id);
medium line 145

Webhook reference - potential data exfiltration

SourceSKILL.md
145## Find webhook_delivery details by ID
medium line 147

Webhook reference - potential data exfiltration

SourceSKILL.md
147Provides webhook_delivery debug data, such as timestamps, delivery status and attempts.
medium line 149

Webhook reference - potential data exfiltration

SourceSKILL.md
149`GET /webhook_deliveries/{id}`
low line 152

Webhook reference - potential data exfiltration

SourceSKILL.md
152const webhookDelivery = await client.webhookDeliveries.retrieve(
low line 156

Webhook reference - potential data exfiltration

SourceSKILL.md
156console.log(webhookDelivery.data);
low line 29

Access to .env file

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

Reading sensitive environment variables

SourceSKILL.md
29apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
team-telnyx/telnyx-toolkit