Skip to main content

telnyx-cli

Integrates with Telnyx API via CLI for messaging, phone number management, and account access, enhancing communication workflows.

Install this skill

or
48/100

Security score

The telnyx-cli skill was audited on Mar 1, 2026 and we found 16 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Telnyx API integration via CLI. Send SMS/MMS/WhatsApp messages, manage phone numbers, query call logs, debug webhooks, and access your Telnyx account. Use when interacting with Telnyx API
medium line 9

Webhook reference - potential data exfiltration

SourceSKILL.md
9Telnyx API integration for OpenClaw: messaging, phone numbers, webhooks, and account management.
medium line 48

Webhook reference - potential data exfiltration

SourceSKILL.md
48| **Webhooks** | `telnyx webhook list` | List webhooks |
medium line 49

Webhook reference - potential data exfiltration

SourceSKILL.md
49| | `telnyx debugger list` | View webhook events |
medium line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50| | `telnyx debugger retry` | Retry failed webhooks |
medium line 84

Webhook reference - potential data exfiltration

SourceSKILL.md
84### Webhooks & Debugging
low line 87

Webhook reference - potential data exfiltration

SourceSKILL.md
87# List webhooks
low line 88

Webhook reference - potential data exfiltration

SourceSKILL.md
88telnyx webhook list
medium line 132

Webhook reference - potential data exfiltration

SourceSKILL.md
132### Monitor Webhooks
low line 138

Webhook reference - potential data exfiltration

SourceSKILL.md
138[ "$FAILED" -gt 0 ] && echo "⚠️ $FAILED failed webhooks"
medium line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27Saves to `~/.config/telnyx/config.json` (persistent).
medium line 158

Access to hidden dotfiles in home directory

SourceSKILL.md
158- API Key location: `~/.config/telnyx/config.json`
low line 187

Access to hidden dotfiles in home directory

SourceSKILL.md
187cat ~/.config/telnyx/config.json
low line 25

External URL reference

SourceSKILL.md
25Paste your API key from: https://portal.telnyx.com/#/app/api-keys
low line 198

External URL reference

SourceSKILL.md
198- Telnyx Docs: https://developers.telnyx.com
low line 199

External URL reference

SourceSKILL.md
199- API Portal: https://portal.telnyx.com
Scanned on Mar 1, 2026
View Security Dashboard