Secure Signups Security & Risk Analysis

wordpress.org/plugins/secure-signups

Secure Signups helps to filter user registrations based on email domain, enabling a secure and controlled signup process.

0 active installs v1.0.3 PHP 7.3+ WP 5.0+ Updated Jun 20, 2024
anti-spamdomain-whitelistingsecure-signupsuser-registrationwordpress-security
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Secure Signups Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "secure-signups" plugin v1.0.3 demonstrates a strong security posture based on the provided static analysis. The absence of any critical or high-severity taint flows, coupled with 100% output escaping and a high percentage of prepared statements for SQL queries, indicates good development practices. The plugin also shows a commitment to security by implementing nonce and capability checks for its AJAX handlers, which are the only identified entry points.

However, a closer examination of the attack surface reveals 5 AJAX handlers. While the analysis states 0 are unprotected, it is crucial to ensure these checks are robust and correctly implemented to prevent any bypass. The presence of file operations, although not flagged as problematic, warrants attention in a real-world scenario as they can sometimes be vectors for vulnerabilities if not handled with extreme care.

The plugin's vulnerability history is exceptionally clean, with zero recorded CVEs. This suggests a mature and well-maintained codebase, or at least a lack of significant, exploitable flaws discovered to date. While this is a positive indicator, it doesn't guarantee future immunity. The overall assessment is that the plugin is currently secure with good fundamental practices, but vigilance regarding the implementation details of its AJAX handler protections and file operations is still advised.

Vulnerabilities
None known

Secure Signups Security Vulnerabilities

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

Secure Signups Release Timeline

v1.0.3Current
v1.0.2
v1.0.1
v1.0.0
Code Analysis
Analyzed Mar 17, 2026

Secure Signups Code Analysis

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

SQL Query Safety

93% prepared43 total queries

Output Escaping

100% escaped21 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
secure_signups_save_new_domain (function.php:274)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Secure Signups Attack Surface

Entry Points5
Unprotected0

AJAX Handlers 5

authwp_ajax_secure_signups_save_settingsfunction.php:198
authwp_ajax_secure_signups_save_new_domainfunction.php:272
authwp_ajax_secure_signups_get_domain_listfunction.php:341
authwp_ajax_secure_signups_update_domain_statusfunction.php:367
authwp_ajax_secure_signups_update_domain_namefunction.php:407
WordPress Hooks 5
filterregistration_errorsapply_secure_signups.php:8
actionadmin_enqueue_scriptsfunction.php:33
actionadmin_enqueue_scriptsfunction.php:55
actionadmin_menufunction.php:183
actionadmin_post_submit_domainfunction.php:366
Maintenance & Trust

Secure Signups Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedJun 20, 2024
PHP min version7.3
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs0
Developer Profile

Secure Signups Developer Profile

daffodilweb

1 plugin · 0 total installs

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

How We Detect Secure Signups

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/secure-signups/css/secure_signups_styles.css/wp-content/plugins/secure-signups/js/custom-script.js
Script Paths
/wp-content/plugins/secure-signups/js/custom-script.js
Version Parameters
secure_signups_stylessecure-signups-custom-script

HTML / DOM Fingerprints

CSS Classes
secure_signups_settings_wrapsecure_signups_form_fieldsecure_signups_table_wrapsecure_signups_domain_inputsecure_signups_domain_status
HTML Comments
<!-- AJAX handler for saving settings --><!-- AJAX handler for updating domain status --><!-- AJAX handler for updating domain name --><!-- AJAX handler for deleting a domain -->
Data Attributes
data-nonce="secure-signups-ajax-nonce"data-update-domain-status-nonce="secure_signups_update_domain_status"data-update-domain-name-nonce="secure_signups_update_domain_name"data-delete-domain-nonce="secure_signups_delete_domain"
JS Globals
secure_signups_ajax
FAQ

Frequently Asked Questions about Secure Signups