telnyx-fax-python
Enables programmatic sending and receiving of faxes using the Telnyx API with Python SDK examples.
Install this skill
or
71/100
Security score
The telnyx-fax-python 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 52
Webhook reference - potential data exfiltration
SourceSKILL.md
| 52 | `POST /fax_applications` — Required: `application_name`, `webhook_event_url` |
low line 57
Webhook reference - potential data exfiltration
SourceSKILL.md
| 57 | webhook_event_url="https://example.com", |
medium line 79
Webhook reference - potential data exfiltration
SourceSKILL.md
| 79 | `PATCH /fax_applications/{id}` — Required: `application_name`, `webhook_event_url` |
low line 85
Webhook reference - potential data exfiltration
SourceSKILL.md
| 85 | webhook_event_url="https://example.com", |
medium line 177
Webhook reference - potential data exfiltration
SourceSKILL.md
| 177 | ## Webhooks |
medium line 179
Webhook reference - potential data exfiltration
SourceSKILL.md
| 179 | The following webhook events are sent to your configured webhook URL. |
medium line 180
Webhook reference - potential data exfiltration
SourceSKILL.md
| 180 | All webhooks include `telnyx-timestamp` and `telnyx-signature-ed25519` headers for verification (Standard Webhooks compatible). |
low line 57
External URL reference
SourceSKILL.md
| 57 | webhook_event_url="https://example.com", |
low line 85
External URL reference
SourceSKILL.md
| 85 | webhook_event_url="https://example.com", |
Scanned on Mar 1, 2026
View Security Dashboard