Skip to main content

telnyx-numbers-curl

Enables management of phone numbers through Telnyx API using curl, facilitating search, ordering, and status checks.

Install this skill

or
28/100

Security score

The telnyx-numbers-curl skill was audited on May 13, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/available_phone_numbers"
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/available_phone_numbers"
medium line 132

Curl to non-GitHub URL

SourceSKILL.md
132curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/number_orders/550e8400-e29b-41d4-a716-446655440000"
medium line 197

Curl to non-GitHub URL

SourceSKILL.md
197curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/number_reservations/550e8400-e29b-41d4-a716-446655440000"
medium line 215

Curl to non-GitHub URL

SourceSKILL.md
215curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/advanced_orders"
medium line 299

Curl to non-GitHub URL

SourceSKILL.md
299curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/advanced_orders/{order_id}"
medium line 321

Curl to non-GitHub URL

SourceSKILL.md
321curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/available_phone_number_blocks"
medium line 347

Curl to non-GitHub URL

SourceSKILL.md
347curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/comments"
medium line 51

Webhook reference - potential data exfiltration

SourceSKILL.md
51Do not invent Telnyx parameters, enums, response fields, or webhook fields.
medium line 366

Webhook reference - potential data exfiltration

SourceSKILL.md
366Use the core tasks above first. The operations below are indexed here with exact SDK methods and required params; use [references/api-details.md](references/api-details.md) for full optional params, r
medium line 408

Webhook reference - potential data exfiltration

SourceSKILL.md
408### Other Webhook Events
medium line 416

Webhook reference - potential data exfiltration

SourceSKILL.md
416For exhaustive optional parameters, full response schemas, and complete webhook payloads, see [references/api-details.md](references/api-details.md).
low line 37

External URL reference

SourceSKILL.md
37curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/available_phone_numbers"
low line 69

External URL reference

SourceSKILL.md
69curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/available_phone_numbers"
low line 110

External URL reference

SourceSKILL.md
110"https://api.telnyx.com/v2/number_orders"
low line 132

External URL reference

SourceSKILL.md
132curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/number_orders/550e8400-e29b-41d4-a716-446655440000"
low line 175

External URL reference

SourceSKILL.md
175"https://api.telnyx.com/v2/number_reservations"
low line 197

External URL reference

SourceSKILL.md
197curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/number_reservations/550e8400-e29b-41d4-a716-446655440000"
low line 215

External URL reference

SourceSKILL.md
215curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/advanced_orders"
low line 247

External URL reference

SourceSKILL.md
247"https://api.telnyx.com/v2/advanced_orders"
low line 277

External URL reference

SourceSKILL.md
277"https://api.telnyx.com/v2/advanced_orders/{advanced-order-id}/requirement_group"
low line 299

External URL reference

SourceSKILL.md
299curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/advanced_orders/{order_id}"
low line 321

External URL reference

SourceSKILL.md
321curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/available_phone_number_blocks"
low line 347

External URL reference

SourceSKILL.md
347curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/comments"
Scanned on May 13, 2026
View Security Dashboard
Installation guide →
GitHub Stars 176
Rate this skill
Categorymarketing
UpdatedJune 10, 2026
team-telnyx/ai