Skip to main content

telnyx-10dlc-curl

Facilitates 10DLC brand and campaign registration for US A2P messaging compliance using Telnyx API.

Install this skill

or
17/100

Security score

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

Categories Tested

Security Issues

medium line 242

Curl to non-GitHub URL

SourceSKILL.md
242curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/BXXX001"
medium line 265

Curl to non-GitHub URL

SourceSKILL.md
265curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaignBuilder/brand/BXXX001/usecase/{usecase}"
medium line 318

Curl to non-GitHub URL

SourceSKILL.md
318curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaign/CXXX001"
medium line 343

Curl to non-GitHub URL

SourceSKILL.md
343curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand?sort=-identityStatus&brandId=826ef77a-348c-445b-81a5-a9b13c68fbfe&tcrBrandId=BBAND1"
medium line 362

Curl to non-GitHub URL

SourceSKILL.md
362curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/feedback/BXXX001"
medium line 68

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
189### Webhook Verification
medium line 191

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
196# Headers sent with each webhook:
low line 201

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
206## Webhooks
medium line 208

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
223If 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 373

Webhook reference - potential data exfiltration

SourceSKILL.md
373Use 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 413

Webhook reference - potential data exfiltration

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

External URL reference

SourceSKILL.md
49"https://api.telnyx.com/v2/10dlc/brand"
low line 106

External URL reference

SourceSKILL.md
106"https://api.telnyx.com/v2/10dlc/brand"
low line 146

External URL reference

SourceSKILL.md
146"https://api.telnyx.com/v2/10dlc/campaignBuilder"
low line 178

External URL reference

SourceSKILL.md
178"https://api.telnyx.com/v2/10dlc/phoneNumberAssignmentByProfile"
low line 242

External URL reference

SourceSKILL.md
242curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/BXXX001"
low line 265

External URL reference

SourceSKILL.md
265curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaignBuilder/brand/BXXX001/usecase/{usecase}"
low line 296

External URL reference

SourceSKILL.md
296"https://api.telnyx.com/v2/10dlc/phone_number_campaigns"
low line 318

External URL reference

SourceSKILL.md
318curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaign/CXXX001"
low line 343

External URL reference

SourceSKILL.md
343curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand?sort=-identityStatus&brandId=826ef77a-348c-445b-81a5-a9b13c68fbfe&tcrBrandId=BBAND1"
low line 362

External URL reference

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