Hide and Catch Email Security & Risk Analysis

wordpress.org/plugins/hide-and-catch-email

Adds a metabox to post/page and allows you to hide the content, and show only on form submission.

10 active installs v0.4 PHP + WP 3.0+ Updated Dec 17, 2014
catch-emailcontentemailreplaceshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Hide and Catch Email Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "hide-and-catch-email" plugin v0.4 exhibits a generally positive security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface. The code also demonstrates good practices regarding SQL queries, exclusively using prepared statements, and includes both nonce and capability checks, which are essential for secure WordPress development. Furthermore, the plugin has no recorded vulnerability history, indicating a stable and potentially well-maintained codebase.

However, there are a couple of areas that warrant attention. A significant concern is the relatively low rate of proper output escaping, with only 54% of 56 outputs being properly escaped. This could expose the plugin to cross-site scripting (XSS) vulnerabilities if unsanitized user-supplied data is directly outputted without proper encoding. The taint analysis also identified two flows with unsanitized paths, although these did not reach critical or high severity. This suggests a potential for unintended behavior or information leakage, even if not immediately exploitable in a high-impact manner.

In conclusion, while the plugin has a strong foundation with minimal attack vectors and good security checks, the output escaping deficiency and the identified unsanitized paths are specific weaknesses that should be addressed to further strengthen its security. The lack of historical vulnerabilities is a positive indicator, but it does not negate the findings from the current static analysis.

Key Concerns

  • Low output escaping rate
  • Unsanitized paths in taint flows
Vulnerabilities
None known

Hide and Catch Email Security Vulnerabilities

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

Hide and Catch Email Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
26
30 escaped
Nonce Checks
2
Capability Checks
2
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

54% escaped56 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
dashboard_control (library\admin\dashboard.php:147)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Hide and Catch Email Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionplugins_loadedhide-catch-email.php:22
actioninithide-catch-email.php:32
actioninithide-catch-email.php:33
filterthe_contenthide-catch-email.php:34
actionwp_dashboard_setuplibrary\admin\dashboard.php:17
actionadd_meta_boxeslibrary\admin\post-meta-box.php:10
actionadmin_menulibrary\admin\post-meta-box.php:11
actionsave_postlibrary\admin\post-meta-box.php:35
Maintenance & Trust

Hide and Catch Email Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedDec 17, 2014
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Hide and Catch Email Developer Profile

Austin

5 plugins · 25K total installs

80
trust score
Avg Security Score
89/100
Avg Patch Time
47 days
View full developer profile
Detection Fingerprints

How We Detect Hide and Catch Email

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/hide-and-catch-email/library/js/ajax.js
Script Paths
/wp-content/plugins/hide-and-catch-email/library/js/ajax.js
Version Parameters
hide-and-catch-email/library/js/ajax.js?ver=

HTML / DOM Fingerprints

CSS Classes
removedalert
Data Attributes
data-id
JS Globals
check_email_form
Shortcode Output
<!-- BEGIN HIDE & CATCH EMAIL CONTENT --><!-- END HIDE & CATCH EMAIL CONTENT -->
FAQ

Frequently Asked Questions about Hide and Catch Email