Age Gator Security & Risk Analysis

wordpress.org/plugins/age-gate-plus

Age Gator is a Wordpress plugin specifically designed to guard sensitive content (alcohol, gambling, x-rated, etc) from underage users.

400 active installs v1.06 PHP 5.6+ WP 5.0+ Updated Jan 18, 2020
adults-onlyageage-verificationage-verifymodal
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Age Gator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "age-gate-plus" v1.06 plugin demonstrates a generally strong security posture, adhering to several best practices. The absence of known CVEs, critical or high severity taint flows, and the use of prepared statements for all SQL queries are significant strengths. Furthermore, the plugin implements nonce and capability checks for its sole AJAX handler, indicating an awareness of securing entry points.

However, there are a few areas that warrant attention. While the attack surface is minimal, the presence of one AJAX handler without explicit authentication checks (as indicated by '0 without auth checks') is a potential concern. Although the static analysis reports no unsanitized paths in taint flows, the single file operation could be a vector if not handled securely. The output escaping, while at 80%, means that 20% of outputs are not properly escaped, which could lead to cross-site scripting vulnerabilities if the unescaped data originates from user input.

Overall, "age-gate-plus" v1.06 appears to be a relatively secure plugin, especially given its lack of vulnerability history. The identified strengths, such as prepared SQL statements and checks on the AJAX handler, are commendable. The primary areas for improvement lie in ensuring all AJAX handlers have appropriate authentication checks and thoroughly sanitizing all outputs, particularly those derived from external sources, to mitigate any potential XSS risks.

Key Concerns

  • AJAX handler without auth check
  • Unescaped output detected
Vulnerabilities
None known

Age Gator Security Vulnerabilities

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

Age Gator Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

80% escaped5 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
postFeedback (AgeGator.php:177)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Age Gator Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_postFeedbackAgeGator.php:34
WordPress Hooks 9
actioncustomize_registerAgeGator.php:23
actioncustomize_controls_enqueue_scriptsAgeGator.php:27
actioninitAgeGator.php:31
actionadmin_initAgeGator.php:32
actionload-plugins.phpAgeGator.php:33
actionadmin_footerAgeGator.php:202
actionadmin_enqueue_scriptsAgeGator.php:203
actionwp_enqueue_scriptsAgeGator.php:265
actionwp_footerAgeGator.php:266
Maintenance & Trust

Age Gator Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedJan 18, 2020
PHP min version5.6
Downloads5K

Community Trust

Rating100/100
Number of ratings5
Active installs400
Developer Profile

Age Gator Developer Profile

Chris Geelhoed

1 plugin · 400 total installs

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

How We Detect Age Gator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/age-gate-plus/dist/js/app.min.js/wp-content/plugins/age-gate-plus/dist/css/app.min.css/wp-content/plugins/age-gate-plus/dist/js/customizer.min.js/wp-content/plugins/age-gate-plus/dist/js/feedback.min.js/wp-content/plugins/age-gate-plus/dist/css/feedback.min.css
Script Paths
dist/js/app.min.jsdist/js/customizer.min.jsdist/js/feedback.min.js
Version Parameters
age-gate-plus/dist/js/app.min.js?ver=age-gate-plus/dist/css/app.min.css?ver=age-gate-plus/dist/js/customizer.min.js?ver=age-gate-plus/dist/js/feedback.min.js?ver=age-gate-plus/dist/css/feedback.min.css?ver=

HTML / DOM Fingerprints

CSS Classes
age-gator-modalage-gator-modal-closeage-gator-modal-contentage-gator-modal-headerage-gator-modal-bodyage-gator-modal-footerage-gator-buttonage-gator-input+15 more
HTML Comments
<!-- Age Gator Modal --><!-- Age Gator Feedback Modal -->
Data Attributes
data-age-gator-modaldata-age-gator-closedata-age-gator-formdata-age-gator-inputdata-age-gator-checkboxdata-age-gator-radio+9 more
JS Globals
ageGatorageGatorCustomizer
FAQ

Frequently Asked Questions about Age Gator