Skip to main content

telnyx-whatsapp-java

Integrates with the Telnyx WhatsApp Business API to send messages and manage templates using Java.

Install this skill

or
53/100

Security score

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

Categories Tested

Security Issues

medium line 95

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
116| `webhookUrl` | string (URL) | No | Callback URL for delivery status updates |
medium line 275

Webhook reference - potential data exfiltration

SourceSKILL.md
275### Webhook Verification
medium line 277

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
280import com.telnyx.sdk.webhooks.Webhook;
low line 282

Webhook reference - potential data exfiltration

SourceSKILL.md
282var event = Webhook.constructEvent(
medium line 290

Webhook reference - potential data exfiltration

SourceSKILL.md
290## Webhooks
medium line 292

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
331| Configure webhooks | `client.whatsapp().businessAccounts().settings().update()` | Subscribe to events |
medium line 344

Webhook reference - potential data exfiltration

SourceSKILL.md
344| Configure webhooks | `client.whatsapp().businessAccounts().settings().update()` | `PATCH /v2/whatsapp/business_accounts/:id/settings` | `wabaId` |
Scanned on May 13, 2026
View Security Dashboard
Installation guide →