Skip to main content

telnyx-whatsapp-python

Enables sending WhatsApp messages and managing templates via the Telnyx WhatsApp Business API using Python.

Install this skill

or
58/100

Security score

The telnyx-whatsapp-python skill was audited on May 13, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 89

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
264### Webhook Verification
medium line 266

Webhook reference - potential data exfiltration

SourceSKILL.md
266Telnyx signs webhooks with Ed25519. Always verify signatures in production:
low line 269

Webhook reference - potential data exfiltration

SourceSKILL.md
269from telnyx.webhooks import Webhook
low line 271

Webhook reference - potential data exfiltration

SourceSKILL.md
271event = Webhook.construct_event(
medium line 279

Webhook reference - potential data exfiltration

SourceSKILL.md
279## Webhooks
medium line 281

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
320| Update WABA settings | `client.whatsapp.business_accounts.settings.update()` | Configure webhook URL and events |
Scanned on May 13, 2026
View Security Dashboard
Installation guide →