telnyx-fax-java
Enables programmatic sending and receiving of faxes using Java SDK with Telnyx, managing fax applications and media efficiently.
Install this skill
or
71/100
Security score
The telnyx-fax-java skill was audited on Mar 1, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 51
Webhook reference - potential data exfiltration
SourceSKILL.md
| 51 | `POST /fax_applications` — Required: `application_name`, `webhook_event_url` |
low line 59
Webhook reference - potential data exfiltration
SourceSKILL.md
| 59 | .webhookEventUrl("https://example.com") |
medium line 81
Webhook reference - potential data exfiltration
SourceSKILL.md
| 81 | `PATCH /fax_applications/{id}` — Required: `application_name`, `webhook_event_url` |
low line 90
Webhook reference - potential data exfiltration
SourceSKILL.md
| 90 | .webhookEventUrl("https://example.com") |
medium line 186
Webhook reference - potential data exfiltration
SourceSKILL.md
| 186 | ## Webhooks |
medium line 188
Webhook reference - potential data exfiltration
SourceSKILL.md
| 188 | The following webhook events are sent to your configured webhook URL. |
medium line 189
Webhook reference - potential data exfiltration
SourceSKILL.md
| 189 | All webhooks include `telnyx-timestamp` and `telnyx-signature-ed25519` headers for verification (Standard Webhooks compatible). |
low line 59
External URL reference
SourceSKILL.md
| 59 | .webhookEventUrl("https://example.com") |
low line 90
External URL reference
SourceSKILL.md
| 90 | .webhookEventUrl("https://example.com") |
Scanned on Mar 1, 2026
View Security Dashboard