
Email Me Security & Risk Analysis
wordpress.org/plugins/email-meCreates an email link from the shortcode [emailme] that spam bots don't find. Has clever parameters for convenience...
Is Email Me Safe to Use in 2026?
Generally Safe
Score 85/100Email Me has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "email-me" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, reliance on prepared statements for all SQL queries, and proper output escaping are excellent indicators of secure coding practices. Furthermore, the plugin has no recorded vulnerabilities, including CVEs, which suggests a history of secure development or effective patching.
However, the analysis reveals a significant area of concern: the lack of nonce and capability checks across all entry points. While the attack surface is currently small, with only one shortcode and no AJAX handlers or REST API routes, this absence of authentication and authorization checks creates a potential weakness. If the shortcode's functionality were to be expanded or new, unprotected entry points were introduced in future versions without these checks, it could lead to unauthorized actions or data exposure.
In conclusion, while the current version of "email-me" is likely secure due to its limited functionality and lack of known vulnerabilities, its reliance on unchecked entry points presents a latent risk. The developers should prioritize implementing robust nonce and capability checks on all shortcodes and any future additions to the plugin's attack surface to ensure continued security.
Key Concerns
- Missing nonce checks on entry points
- Missing capability checks on entry points
Email Me Security Vulnerabilities
Email Me Release Timeline
Email Me Code Analysis
Email Me Attack Surface
Shortcodes 1
Maintenance & Trust
Email Me Maintenance & Trust
Maintenance Signals
Community Trust
Email Me Alternatives
Hikari Email & URL Obfuscator
hikari-email-url-obfuscator
Email and normal links are obfuscated, hiding them from spambots. It automatically encodes each link, then uses JavaScript to decode and show them.
Email Address Obfuscation
email-address-obfuscation
Email Address Obfuscation prevents email harvesting by hiding email address appearing in your pages, while remaining visible to your site visitors.
Pixeline's Email Protector
pixelines-email-protector
Write email addresses without worrying about spambots and email harvesters.
TG Email Protection
tg-email-protection
Protect email addresses from being harvested by spammers and spambots, obfuscating them. Your visitors can still see email addresses.
Contact Form 7: Support Deprecated Settings
cf7-support-deprecated-settings
Provide continued support for on_sent_ok and on_submit within Contact Form 7's Additional Settings
Email Me Developer Profile
3 plugins · 90 total installs
How We Detect Email Me
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<!-- -->var namevar domainvar disp<script language="JavaScript">document.write("<a href=\"mailto:" + name + "@" + domain + "\">");document.write(disp + "</a>");</script>