Email Me Security & Risk Analysis

wordpress.org/plugins/email-me

Creates an email link from the shortcode [emailme] that spam bots don't find. Has clever parameters for convenience...

30 active installs v1.0 PHP + WP 3.0.1+ Updated Jan 7, 2013
emailjavascriptobfuscateshortlink
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Email Me Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

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
Vulnerabilities
None known

Email Me Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Email Me Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Email Me Code Analysis

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

Email Me Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[emailme] emailme.php:34
Maintenance & Trust

Email Me Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJan 7, 2013
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Email Me Developer Profile

robertkay

3 plugins · 90 total installs

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

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

HTML Comments
<!-- -->
JS Globals
var namevar domainvar disp
Shortcode Output
<script language="JavaScript">document.write("<a href=\"mailto:" + name + "@" + domain + "\">");document.write(disp + "</a>");</script>
FAQ

Frequently Asked Questions about Email Me