Skip to main content

telnyx-account-java

Manages account balance, payments, and invoices using Java SDK examples for Telnyx, enhancing backend integration capabilities.

Install this skill

or
59/100

Security score

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

Categories Tested

Security Issues

medium line 4

Webhook reference - potential data exfiltration

SourceSKILL.md
4Manage account balance, payments, invoices, webhooks, and view audit logs and
medium line 136

Webhook reference - potential data exfiltration

SourceSKILL.md
136## List webhook deliveries
medium line 138

Webhook reference - potential data exfiltration

SourceSKILL.md
138Lists webhook_deliveries for the authenticated user
medium line 140

Webhook reference - potential data exfiltration

SourceSKILL.md
140`GET /webhook_deliveries`
low line 143

Webhook reference - potential data exfiltration

SourceSKILL.md
143import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryListPage;
low line 144

Webhook reference - potential data exfiltration

SourceSKILL.md
144import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryListParams;
low line 146

Webhook reference - potential data exfiltration

SourceSKILL.md
146WebhookDeliveryListPage page = client.webhookDeliveries().list();
medium line 149

Webhook reference - potential data exfiltration

SourceSKILL.md
149## Find webhook_delivery details by ID
medium line 151

Webhook reference - potential data exfiltration

SourceSKILL.md
151Provides webhook_delivery debug data, such as timestamps, delivery status and attempts.
medium line 153

Webhook reference - potential data exfiltration

SourceSKILL.md
153`GET /webhook_deliveries/{id}`
low line 156

Webhook reference - potential data exfiltration

SourceSKILL.md
156import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryRetrieveParams;
low line 157

Webhook reference - potential data exfiltration

SourceSKILL.md
157import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryRetrieveResponse;
low line 159

Webhook reference - potential data exfiltration

SourceSKILL.md
159WebhookDeliveryRetrieveResponse webhookDelivery = client.webhookDeliveries().retrieve("C9C0797E-901D-4349-A33C-C2C8F31A92C2");
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →