Skip to main content

twilio-cli-reference

Provides a comprehensive reference for managing Twilio resources via CLI, enabling SMS, email, and webhook configurations.

Install this skill

or
0/100

Security score

The twilio-cli-reference skill was audited on May 24, 2026 and we found 25 security issues across 3 threat categories, including 6 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 6

Webhook reference - potential data exfiltration

SourceSKILL.md
6sending SMS and email, webhook configuration, local development with
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
16The Twilio CLI lets you manage Twilio resources, send messages, configure webhooks, and deploy serverless functions directly from the terminal. AI coding agents can use CLI commands to provision resou
low line 66

Webhook reference - potential data exfiltration

SourceSKILL.md
66# Set webhooks on a number
medium line 109

Webhook reference - potential data exfiltration

SourceSKILL.md
109## Webhook Development
low line 112

Webhook reference - potential data exfiltration

SourceSKILL.md
112# Set webhook URLs on a number
low line 115

Webhook reference - potential data exfiltration

SourceSKILL.md
115# Emulate webhook events locally (requires plugin)
low line 116

Webhook reference - potential data exfiltration

SourceSKILL.md
116twilio plugins:install @twilio-labs/plugin-webhook
low line 117

Webhook reference - potential data exfiltration

SourceSKILL.md
117twilio webhook:invoke http://localhost:3000/sms --type sms
medium line 120

Webhook reference - potential data exfiltration

SourceSKILL.md
120**Local development:** The CLI rejects `localhost` URLs directly. Tunneling services such as ngrok are not bundled with twilio-cli. install one separately, then set the public tunnel URL as your webho
medium line 124

Webhook reference - potential data exfiltration

SourceSKILL.md
124- Start tunnel: ngrok http 3000, then use the provided URL for webhook
medium line 180

Webhook reference - potential data exfiltration

SourceSKILL.md
180| `@twilio-labs/plugin-webhook` | Emulate webhook events for local testing |
medium line 224

Webhook reference - potential data exfiltration

SourceSKILL.md
224- **Cannot use localhost URLs for webhooks** — use a tunneling service, such as ngrok, installed separately.
medium line 234

Webhook reference - potential data exfiltration

SourceSKILL.md
234- **Webhook architecture and signature validation:** `twilio-webhook-architecture`
high line 120

Ngrok tunnel reference

SourceSKILL.md
120**Local development:** The CLI rejects `localhost` URLs directly. Tunneling services such as ngrok are not bundled with twilio-cli. install one separately, then set the public tunnel URL as your webho
high line 122

Ngrok tunnel reference

SourceSKILL.md
122** ngrok is NOT included in the CLI — install separately: npm install -g ngrok
high line 123

Ngrok tunnel reference

SourceSKILL.md
123or via https://ngrok.com
high line 124

Ngrok tunnel reference

SourceSKILL.md
124- Start tunnel: ngrok http 3000, then use the provided URL for webhook
high line 224

Ngrok tunnel reference

SourceSKILL.md
224- **Cannot use localhost URLs for webhooks** — use a tunneling service, such as ngrok, installed separately.
high line 226

Ngrok tunnel reference

SourceSKILL.md
226- ** ngrok is not bundled with twilio-cli**, install separately
medium line 211

Access to hidden dotfiles in home directory

SourceSKILL.md
211Config stored at `~/.twilio-cli/config.json`.
low line 68

External URL reference

SourceSKILL.md
68--sms-url "https://example.com/sms" \
low line 69

External URL reference

SourceSKILL.md
69--voice-url "https://example.com/voice"
low line 113

External URL reference

SourceSKILL.md
113twilio phone-numbers:update +14155551234 --sms-url "https://your-tunnel-url.example.com/sms"
low line 117

External URL reference

SourceSKILL.md
117twilio webhook:invoke http://localhost:3000/sms --type sms
low line 123

External URL reference

SourceSKILL.md
123or via https://ngrok.com
Scanned on May 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1.2K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
openai/plugins