twilio-email-send
Enables sending emails via Twilio's API, supporting batch sends and Liquid personalization for enhanced communication.
Install this skill
or
86/100
Security score
The twilio-email-send skill was audited on May 26, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 57
Curl to non-GitHub URL
SourceSKILL.md
| 57 | curl -X POST "https://comms.twilio.com/v1/Emails" \ |
medium line 25
Webhook reference - potential data exfiltration
SourceSKILL.md
| 25 | | **Status tracking** | Operation resource (poll `operationLocation`) | Event Webhooks (async POST) | |
low line 20
External URL reference
SourceSKILL.md
| 20 | | **Base URL** | `https://comms.twilio.com/v1/emails` | `https://api.sendgrid.com/v3/mail/send` | |
low line 52
External URL reference
SourceSKILL.md
| 52 | `POST https://comms.twilio.com/v1/Emails` |
low line 57
External URL reference
SourceSKILL.md
| 57 | curl -X POST "https://comms.twilio.com/v1/Emails" \ |
low line 83
External URL reference
SourceSKILL.md
| 83 | "operationLocation": "https://comms.twilio.com/v1/Emails/Operations/..." |
Scanned on May 26, 2026
View Security Dashboard