sendgrid
Facilitates sending transactional and marketing emails using the SendGrid API, with support for templates and analytics.
Install this skill
or
75/100
Security score
The sendgrid skill was audited on Feb 9, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 20
Curl to non-GitHub URL
SourceSKILL.md
| 20 | curl -X POST "https://api.sendgrid.com/v3/mail/send" \ |
medium line 34
Curl to non-GitHub URL
SourceSKILL.md
| 34 | curl -X POST "https://api.sendgrid.com/v3/mail/send" \ |
medium line 50
Curl to non-GitHub URL
SourceSKILL.md
| 50 | curl "https://api.sendgrid.com/v3/templates?generations=dynamic" \ |
medium line 57
Curl to non-GitHub URL
SourceSKILL.md
| 57 | curl "https://api.sendgrid.com/v3/stats?start_date=2024-01-01" \ |
low line 20
External URL reference
SourceSKILL.md
| 20 | curl -X POST "https://api.sendgrid.com/v3/mail/send" \ |
low line 34
External URL reference
SourceSKILL.md
| 34 | curl -X POST "https://api.sendgrid.com/v3/mail/send" \ |
low line 50
External URL reference
SourceSKILL.md
| 50 | curl "https://api.sendgrid.com/v3/templates?generations=dynamic" \ |
low line 57
External URL reference
SourceSKILL.md
| 57 | curl "https://api.sendgrid.com/v3/stats?start_date=2024-01-01" \ |
low line 62
External URL reference
SourceSKILL.md
| 62 | - Console: https://app.sendgrid.com |
Scanned on Feb 9, 2026
View Security Dashboard