Skip to main content

twilio-messaging-services

Facilitates the setup of Twilio Messaging Services for efficient production messaging, including features like sender pools and message scheduling.

Install this skill

or
80/100

Security score

The twilio-messaging-services skill was audited on May 26, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 90

Webhook reference - potential data exfiltration

SourceSKILL.md
90### Create Service with Webhooks and Features
medium line 293

Webhook reference - potential data exfiltration

SourceSKILL.md
293- Alerts via email or webhook
medium line 321

Webhook reference - potential data exfiltration

SourceSKILL.md
321- **Handle inbound SMS:** `twilio-messaging-webhooks`
low line 64

Access to .env file

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

External URL reference

SourceSKILL.md
96inbound_request_url="https://yourapp.com/sms/inbound",
low line 97

External URL reference

SourceSKILL.md
97status_callback="https://yourapp.com/sms/status",
low line 108

External URL reference

SourceSKILL.md
108inboundRequestUrl: "https://yourapp.com/sms/inbound",
low line 109

External URL reference

SourceSKILL.md
109statusCallback: "https://yourapp.com/sms/status",
Scanned on May 26, 2026
View Security Dashboard
Installation guide →