Email Override for SendGrid Security & Risk Analysis

wordpress.org/plugins/email-override-for-sendgrid

Replaces WordPress wp_mail() with SendGrid's API. Adds a settings page to manage API key, sender info, and test email functionality.

0 active installs v1.0.1 PHP 7.2+ WP 5.0+ Updated Dec 7, 2025
apiemailsendgridsmtpwp_mail
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Email Override for SendGrid Safe to Use in 2026?

Generally Safe

Score 100/100

Email Override for SendGrid has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The "email-override-for-sendgrid" plugin v1.0.1 exhibits a generally good security posture based on the provided static analysis and vulnerability history. The plugin demonstrates strong adherence to secure coding practices by exclusively using prepared statements for SQL queries and ensuring all output is properly escaped. The absence of direct file operations and dangerous function usage further bolsters its security. The presence of a nonce check on the single AJAX handler is also a positive indicator, mitigating common cross-site request forgery vulnerabilities.

However, a notable concern is the complete lack of capability checks on the AJAX handler. While a nonce check is present, it does not verify user permissions, meaning any authenticated user could potentially trigger the AJAX action regardless of their role. Furthermore, the plugin makes an external HTTP request, which, while not inherently insecure, represents a potential attack vector if the target endpoint is compromised or if the request is not handled with extreme care regarding input validation and output sanitization from the external source. The absence of known vulnerabilities and the clean taint analysis are positive, suggesting a lack of complex or critical security flaws in this version. The overall assessment is that the plugin is relatively secure but has a specific area of concern regarding authorization for its AJAX endpoint.

In conclusion, the plugin's strengths lie in its robust SQL and output handling, and its lack of historical vulnerabilities. The primary weakness is the missing capability check on the AJAX handler, which requires immediate attention to ensure proper authorization controls are in place. The external HTTP request also warrants careful consideration and review to ensure it's handled securely.

Key Concerns

  • Missing capability checks on AJAX handler
Vulnerabilities
None known

Email Override for SendGrid Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

Email Override for SendGrid Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
22 escaped
Nonce Checks
1
Capability Checks
0
File Operations
0
External Requests
1
Bundled Libraries
0

Output Escaping

100% escaped22 total outputs
Attack Surface

Email Override for SendGrid Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_sendgrid_send_test_emailsendgrid.php:27
WordPress Hooks 4
actionadmin_menusendgrid.php:23
actionadmin_initsendgrid.php:24
filterpre_wp_mailsendgrid.php:25
actionadmin_enqueue_scriptssendgrid.php:26
Maintenance & Trust

Email Override for SendGrid Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 7, 2025
PHP min version7.2
Downloads184

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Email Override for SendGrid Developer Profile

BaiatuLuTata

3 plugins · 100 total installs

94
trust score
Avg Security Score
100/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Email Override for SendGrid

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/email-override-for-sendgrid/sendgrid-admin.js
Script Paths
/wp-content/plugins/email-override-for-sendgrid/sendgrid-admin.js
Version Parameters
/wp-content/plugins/email-override-for-sendgrid/sendgrid-admin.js?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
sendgrid-test-email-tosendgrid-test-email
Data Attributes
id="sendgrid-test-email-to"id="sendgrid-test-email"id="sendgrid-test-result"
JS Globals
sendgrid_ajax
FAQ

Frequently Asked Questions about Email Override for SendGrid