Skip to main content

twilio-account-setup

Guides users through setting up a Twilio account, including trial signup, SDK installation, and making the first API call.

Install this skill

or
62/100

Security score

The twilio-account-setup skill was audited on May 24, 2026 and we found 18 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 66

Template literal with variable interpolation in command context

SourceSKILL.md
66console.log(`Sent: ${message.sid}`);
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192console.log(`Subaccount SID: ${subaccount.sid}`);
medium line 130

Webhook reference - potential data exfiltration

SourceSKILL.md
130The CLI is useful for quick operations and local webhook testing.
medium line 267

Webhook reference - potential data exfiltration

SourceSKILL.md
267- **Receive incoming messages:** `twilio-messaging-webhooks`
medium line 269

Webhook reference - potential data exfiltration

SourceSKILL.md
269- **Webhook setup:** `twilio-webhook-architecture`
low line 59

Access to .env file

SourceSKILL.md
59const client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN);
low line 123

Access to .env file

SourceSKILL.md
123const client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN);
low line 23

External URL reference

SourceSKILL.md
231. Sign up at [twilio.com/try-twilio](https://www.twilio.com/try-twilio) -- enter name, email, password
low line 25

External URL reference

SourceSKILL.md
253. Get your credentials from [Console > Account > API keys & tokens](https://console.twilio.com/us1/account/keys-credentials/api-keys):
low line 32

External URL reference

SourceSKILL.md
324. Buy a phone number at [Console > Phone Numbers > Buy a number](https://console.twilio.com/us1/develop/phone-numbers/search)
low line 79

External URL reference

SourceSKILL.md
791. Go to [Console > Phone Numbers > Verified Caller IDs](https://console.twilio.com/us1/develop/phone-numbers/verified-caller-ids)
low line 90

External URL reference

SourceSKILL.md
90| AI Assistants | [Console > Explore Products > AI Assistants](https://console.twilio.com/us1/develop/ai-assistants) > **Get started** |
low line 91

External URL reference

SourceSKILL.md
91| Conversations | [Console > Conversations > Manage > Overview](https://console.twilio.com/us1/develop/conversations/manage/overview) > **Enable Conversations** |
low line 92

External URL reference

SourceSKILL.md
92| Verify | [Console > Verify > Services](https://console.twilio.com/us1/verify/services) > **Create new** |
low line 93

External URL reference

SourceSKILL.md
93| WhatsApp (sandbox) | [Console > Messaging > Try it out > Send a WhatsApp message](https://console.twilio.com/us1/develop/sms/try-it-out/whatsapp-learn) |
low line 94

External URL reference

SourceSKILL.md
94| ConversationRelay | [Console > Voice > ConversationRelay](https://console.twilio.com/us1/voice/conversation-relay) > complete onboarding form |
low line 206

External URL reference

SourceSKILL.md
206url="https://yourapp.com/voice"
low line 226

External URL reference

SourceSKILL.md
2261. Click **Upgrade** at the top of the Console, or go to [Console > Admin > Account billing](https://console.twilio.com/us1/admin/billing)
Scanned on May 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1.2K
Rate this skill
Categorymarketing
UpdatedJune 10, 2026
openai/plugins