Skip to main content

telnyx-numbers-javascript

Enables searching and ordering of phone numbers using Telnyx's JavaScript SDK, enhancing communication capabilities.

Install this skill

or
83/100

Security score

The telnyx-numbers-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 521

Webhook reference - potential data exfiltration

SourceSKILL.md
521## Webhooks
medium line 523

Webhook reference - potential data exfiltration

SourceSKILL.md
523The following webhook events are sent to your configured webhook URL.
medium line 524

Webhook reference - potential data exfiltration

SourceSKILL.md
524All 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
Installation guide →