telnyx-account-java
Manages account balance, payments, and invoices using Java SDK examples for Telnyx, enhancing backend integration capabilities.
Install this skill
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
Webhook reference - potential data exfiltration
| 4 | Manage account balance, payments, invoices, webhooks, and view audit logs and |
Webhook reference - potential data exfiltration
| 136 | ## List webhook deliveries |
Webhook reference - potential data exfiltration
| 138 | Lists webhook_deliveries for the authenticated user |
Webhook reference - potential data exfiltration
| 140 | `GET /webhook_deliveries` |
Webhook reference - potential data exfiltration
| 143 | import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryListPage; |
Webhook reference - potential data exfiltration
| 144 | import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryListParams; |
Webhook reference - potential data exfiltration
| 146 | WebhookDeliveryListPage page = client.webhookDeliveries().list(); |
Webhook reference - potential data exfiltration
| 149 | ## Find webhook_delivery details by ID |
Webhook reference - potential data exfiltration
| 151 | Provides webhook_delivery debug data, such as timestamps, delivery status and attempts. |
Webhook reference - potential data exfiltration
| 153 | `GET /webhook_deliveries/{id}` |
Webhook reference - potential data exfiltration
| 156 | import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryRetrieveParams; |
Webhook reference - potential data exfiltration
| 157 | import com.telnyx.sdk.models.webhookdeliveries.WebhookDeliveryRetrieveResponse; |
Webhook reference - potential data exfiltration
| 159 | WebhookDeliveryRetrieveResponse webhookDelivery = client.webhookDeliveries().retrieve("C9C0797E-901D-4349-A33C-C2C8F31A92C2"); |