Skip to main content

telnyx-whatsapp-ruby

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

Install this skill

or
52/100

Security score

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

Categories Tested

Security Issues

medium line 85

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
265### Webhook Verification
medium line 267

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
270event = Telnyx::Webhook.construct_event(
medium line 278

Webhook reference - potential data exfiltration

SourceSKILL.md
278## Webhooks
medium line 280

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
319| Configure webhooks | `client.whatsapp.business_accounts.settings.update()` | Subscribe to events |
medium line 332

Webhook reference - potential data exfiltration

SourceSKILL.md
332| Configure webhooks | `client.whatsapp.business_accounts.settings.update()` | `PATCH /v2/whatsapp/business_accounts/:id/settings` | `waba_id` |
low line 272

Access to .env file

SourceSKILL.md
272sig_header: request.env["HTTP_TELNYX_SIGNATURE_ED25519"],
low line 273

Access to .env file

SourceSKILL.md
273timestamp: request.env["HTTP_TELNYX_TIMESTAMP"],
Scanned on May 13, 2026
View Security Dashboard
Installation guide →
GitHub Stars 176
Rate this skill
Categorymarketing
UpdatedJune 13, 2026
team-telnyx/ai