Skip to main content

telnyx-messaging-curl

Enables sending and receiving SMS/MMS using Telnyx API with curl for notifications and messaging applications.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

medium line 4

Webhook reference - potential data exfiltration

SourceSKILL.md
4Send and receive SMS/MMS, handle opt-outs and delivery webhooks. Use for
medium line 63

Webhook reference - potential data exfiltration

SourceSKILL.md
63- Delivery webhooks are asynchronous. Treat the send response as acceptance of the request, not final carrier delivery.
medium line 67

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
71- Before reading or matching webhook fields beyond the inline examples, read [the webhook payload reference](references/api-details.md#webhook-payload-fields).
medium line 88

Webhook reference - potential data exfiltration

SourceSKILL.md
88| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 124

Webhook reference - potential data exfiltration

SourceSKILL.md
124| `webhook_url` | string (URL) | No | Callback URL for delivery status updates. |
medium line 125

Webhook reference - potential data exfiltration

SourceSKILL.md
125| `webhook_failover_url` | string (URL) | No | Failover callback URL for delivery status updates. |
medium line 126

Webhook reference - potential data exfiltration

SourceSKILL.md
126| `use_profile_webhooks` | boolean | No | If true, use the messaging profile's webhook settings. |
medium line 152

Webhook reference - potential data exfiltration

SourceSKILL.md
152### Webhook Verification
medium line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154Telnyx signs webhooks with Ed25519. Each request includes `telnyx-signature-ed25519`
low line 158

Webhook reference - potential data exfiltration

SourceSKILL.md
158# Telnyx signs webhooks with Ed25519 (asymmetric — NOT HMAC/Standard Webhooks).
low line 159

Webhook reference - potential data exfiltration

SourceSKILL.md
159# Headers sent with each webhook:
low line 164

Webhook reference - potential data exfiltration

SourceSKILL.md
164# Use the Telnyx SDK in your language for verification (client.webhooks.unwrap).
medium line 169

Webhook reference - potential data exfiltration

SourceSKILL.md
169## Webhooks
medium line 171

Webhook reference - potential data exfiltration

SourceSKILL.md
171These webhook payload fields are inline because they are part of the primary integration path.
medium line 199

Webhook reference - potential data exfiltration

SourceSKILL.md
199If you need webhook fields that are not listed inline here, read [the webhook payload reference](references/api-details.md#webhook-payload-fields) before writing the handler.
medium line 218

Webhook reference - potential data exfiltration

SourceSKILL.md
218| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 219

Webhook reference - potential data exfiltration

SourceSKILL.md
219| `webhook_failover_url` | string (URL) | No | The failover URL where webhooks related to this message will... |
medium line 256

Webhook reference - potential data exfiltration

SourceSKILL.md
256| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 257

Webhook reference - potential data exfiltration

SourceSKILL.md
257| `webhook_failover_url` | string (URL) | No | The failover URL where webhooks related to this message will... |
medium line 292

Webhook reference - potential data exfiltration

SourceSKILL.md
292| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 293

Webhook reference - potential data exfiltration

SourceSKILL.md
293| `webhook_failover_url` | string (URL) | No | The failover URL where webhooks related to this message will... |
medium line 328

Webhook reference - potential data exfiltration

SourceSKILL.md
328| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 329

Webhook reference - potential data exfiltration

SourceSKILL.md
329| `webhook_failover_url` | string (URL) | No | The failover URL where webhooks related to this message will... |
medium line 364

Webhook reference - potential data exfiltration

SourceSKILL.md
364| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 401

Webhook reference - potential data exfiltration

SourceSKILL.md
401| `webhook_url` | string (URL) | No | The URL where webhooks related to this message will be sent. |
medium line 428

Webhook reference - potential data exfiltration

SourceSKILL.md
428Use 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 454

Webhook reference - potential data exfiltration

SourceSKILL.md
454### Other Webhook Events
medium line 462

Webhook reference - potential data exfiltration

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

External URL reference

SourceSKILL.md
47"https://api.telnyx.com/v2/messages"
low line 101

External URL reference

SourceSKILL.md
101"https://api.telnyx.com/v2/messages"
low line 139

External URL reference

SourceSKILL.md
139"https://api.telnyx.com/v2/messages/alphanumeric_sender_id"
low line 234

External URL reference

SourceSKILL.md
234"https://api.telnyx.com/v2/messages/group_mms"
low line 270

External URL reference

SourceSKILL.md
270"https://api.telnyx.com/v2/messages/long_code"
low line 306

External URL reference

SourceSKILL.md
306"https://api.telnyx.com/v2/messages/number_pool"
low line 342

External URL reference

SourceSKILL.md
342"https://api.telnyx.com/v2/messages/short_code"
low line 378

External URL reference

SourceSKILL.md
378"https://api.telnyx.com/v2/messages/schedule"
low line 413

External URL reference

SourceSKILL.md
413"https://api.telnyx.com/v2/messages/whatsapp"
Scanned on May 13, 2026
View Security Dashboard
Installation guide →
GitHub Stars 176
Rate this skill
Categorysales
UpdatedJune 10, 2026
team-telnyx/ai