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
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
Template literal with variable interpolation in command context
| 66 | console.log(`Sent: ${message.sid}`); |
Template literal with variable interpolation in command context
| 192 | console.log(`Subaccount SID: ${subaccount.sid}`); |
Webhook reference - potential data exfiltration
| 130 | The CLI is useful for quick operations and local webhook testing. |
Webhook reference - potential data exfiltration
| 267 | - **Receive incoming messages:** `twilio-messaging-webhooks` |
Webhook reference - potential data exfiltration
| 269 | - **Webhook setup:** `twilio-webhook-architecture` |
Access to .env file
| 59 | const client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN); |
Access to .env file
| 123 | const client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN); |
External URL reference
| 23 | 1. Sign up at [twilio.com/try-twilio](https://www.twilio.com/try-twilio) -- enter name, email, password |
External URL reference
| 25 | 3. Get your credentials from [Console > Account > API keys & tokens](https://console.twilio.com/us1/account/keys-credentials/api-keys): |
External URL reference
| 32 | 4. Buy a phone number at [Console > Phone Numbers > Buy a number](https://console.twilio.com/us1/develop/phone-numbers/search) |
External URL reference
| 79 | 1. Go to [Console > Phone Numbers > Verified Caller IDs](https://console.twilio.com/us1/develop/phone-numbers/verified-caller-ids) |
External URL reference
| 90 | | AI Assistants | [Console > Explore Products > AI Assistants](https://console.twilio.com/us1/develop/ai-assistants) > **Get started** | |
External URL reference
| 91 | | Conversations | [Console > Conversations > Manage > Overview](https://console.twilio.com/us1/develop/conversations/manage/overview) > **Enable Conversations** | |
External URL reference
| 92 | | Verify | [Console > Verify > Services](https://console.twilio.com/us1/verify/services) > **Create new** | |
External URL reference
| 93 | | WhatsApp (sandbox) | [Console > Messaging > Try it out > Send a WhatsApp message](https://console.twilio.com/us1/develop/sms/try-it-out/whatsapp-learn) | |
External URL reference
| 94 | | ConversationRelay | [Console > Voice > ConversationRelay](https://console.twilio.com/us1/voice/conversation-relay) > complete onboarding form | |
External URL reference
| 206 | url="https://yourapp.com/voice" |
External URL reference
| 226 | 1. Click **Upgrade** at the top of the Console, or go to [Console > Admin > Account billing](https://console.twilio.com/us1/admin/billing) |