twilio-send-message
Enables sending messages via Twilio's API across SMS, MMS, RCS, and WhatsApp, supporting rich content and templates.
Install this skill
or
92/100
Security score
The twilio-send-message skill was audited on May 26, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 197
Webhook reference - potential data exfiltration
SourceSKILL.md
| 197 | - **Handle inbound messages and status callbacks:** `twilio-messaging-webhooks` |
low line 82
Access to .env file
SourceSKILL.md
| 82 | const client = require("twilio")(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN); |
low line 124
External URL reference
SourceSKILL.md
| 124 | media_url=["https://example.com/invoice.pdf"] |
low line 150
External URL reference
SourceSKILL.md
| 150 | status_callback="https://yourapp.com/status" |
Scanned on May 26, 2026
View Security Dashboard