twilio-sendgrid-suppressions
Manages SendGrid email suppressions to maintain sender reputation and optimize email delivery, including bounces and unsubscribe management.
Install this skill
or
92/100
Security score
The twilio-sendgrid-suppressions skill was audited on May 26, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 102
Webhook reference - potential data exfiltration
SourceSKILL.md
| 102 | - **Delivery tracking:** `twilio-sendgrid-webhooks` |
low line 41
External URL reference
SourceSKILL.md
| 41 | response = requests.get("https://api.sendgrid.com/v3/suppression/bounces", headers=headers) |
low line 48
External URL reference
SourceSKILL.md
| 48 | requests.delete(f"https://api.sendgrid.com/v3/suppression/bounces/{email}", headers=headers) |
low line 61
External URL reference
SourceSKILL.md
| 61 | requests.post("https://api.sendgrid.com/v3/asm/groups", |
Scanned on May 26, 2026
View Security Dashboard