SimpleForm reCAPTCHA Security & Risk Analysis

wordpress.org/plugins/simpleform-recaptcha

Protect your contact form from spam with Google reCAPTCHA before submission.

10 active installs v1.2.0 PHP 7.4+ WP 5.9+ Updated Jul 25, 2024
antispamcontact-formrecaptchasimpleform-addonspam
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is SimpleForm reCAPTCHA Safe to Use in 2026?

Generally Safe

Score 92/100

SimpleForm reCAPTCHA 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 static analysis of the "simpleform-recaptcha" v1.2.0 plugin reveals a generally strong security posture with several good practices in place. The absence of any recorded vulnerabilities (CVEs) in its history is a significant positive indicator, suggesting a well-maintained and secure codebase over time. Furthermore, the code signals show a low number of SQL queries, with a decent percentage (40%) utilizing prepared statements, and a very high rate of output escaping (94%), which mitigates many common injection-related risks. The lack of file operations and external HTTP requests also reduces the potential for certain types of attacks.

However, there are areas that warrant attention. The analysis indicates 20 SQL queries, and while 40% use prepared statements, the remaining 60% are not explicitly stated as prepared. This presents a potential risk of SQL injection if these queries are constructed with user-supplied input without proper sanitization. Additionally, the plugin has one external HTTP request, which, although a single instance, could be a vector for certain attacks if the target endpoint is compromised or if sensitive data is sent unencrypted. The limited scope of the taint analysis (0 flows analyzed) means that complex or subtle vulnerabilities might have been missed, and a more comprehensive taint analysis would provide greater assurance.

Overall, "simpleform-recaptcha" v1.2.0 appears to be a relatively secure plugin, especially given its clean vulnerability history. The primary concerns stem from the potential for SQL injection in non-prepared queries and the single external HTTP request. While the absence of critical or high severity issues in the static analysis and the lack of historical CVEs are strengths, the potential for unaddressed SQL queries and the single external call mean that it's not entirely without risk. A thorough review of the SQL queries and the external HTTP request is recommended for complete peace of mind.

Key Concerns

  • SQL queries without prepared statements
  • External HTTP request
Vulnerabilities
None known

SimpleForm reCAPTCHA Security Vulnerabilities

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

SimpleForm reCAPTCHA Code Analysis

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

SQL Query Safety

40% prepared20 total queries

Output Escaping

94% escaped17 total outputs
Attack Surface

SimpleForm reCAPTCHA Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 22
actionadmin_noticesincludes\class-simpleform-recaptcha.php:142
actionplugins_loadedincludes\class-simpleform-recaptcha.php:192
filterplugin_action_linksincludes\class-simpleform-recaptcha.php:194
filterplugin_row_metaincludes\class-simpleform-recaptcha.php:196
actionadmin_footer_textincludes\class-simpleform-recaptcha.php:198
actionin_plugin_update_message-simpleform-akismet/simpleform-akismet.phpincludes\class-simpleform-recaptcha.php:200
filterplugin_row_metaincludes\class-simpleform-recaptcha.php:205
actionin_plugin_update_message-simpleform-recaptcha/simpleform-recaptcha.phpincludes\class-simpleform-recaptcha.php:207
actionadmin_enqueue_scriptsincludes\class-simpleform-recaptcha.php:229
filterrecaptcha_settings_fieldsincludes\class-simpleform-recaptcha.php:231
filterrecaptcha_validation_messagesincludes\class-simpleform-recaptcha.php:233
filterrecaptcha_settings_validationincludes\class-simpleform-recaptcha.php:235
filterrecaptcha_settings_storingincludes\class-simpleform-recaptcha.php:237
filterrecaptcha_editor_fieldsincludes\class-simpleform-recaptcha.php:239
filterhide_captcha_labelincludes\class-simpleform-recaptcha.php:241
filterrecaptcha_attributes_storingincludes\class-simpleform-recaptcha.php:243
filterrecaptcha_usageincludes\class-simpleform-recaptcha.php:265
filterrecaptcha_spam_detectionincludes\class-simpleform-recaptcha.php:267
filterrecaptcha_error_detectionincludes\class-simpleform-recaptcha.php:269
actionwp_enqueue_scriptspublic\class-simpleform-recaptcha-public.php:24
filterscript_loader_tagpublic\class-simpleform-recaptcha-public.php:26
actionwp_insert_sitesimpleform-recaptcha.php:63
Maintenance & Trust

SimpleForm reCAPTCHA Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedJul 25, 2024
PHP min version7.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

SimpleForm reCAPTCHA Developer Profile

WPSForm

2 plugins · 40 total installs

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

How We Detect SimpleForm reCAPTCHA

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simpleform-recaptcha/css/admin.css/wp-content/plugins/simpleform-recaptcha/js/admin.js/wp-content/plugins/simpleform-recaptcha/js/simpleform-recaptcha.js
Script Paths
/wp-content/plugins/simpleform-recaptcha/js/admin.js/wp-content/plugins/simpleform-recaptcha/js/simpleform-recaptcha.js
Version Parameters
simpleform-recaptcha/css/admin.css?ver=simpleform-recaptcha/js/admin.js?ver=simpleform-recaptcha/js/simpleform-recaptcha.js?ver=

HTML / DOM Fingerprints

CSS Classes
sform-recaptcha-notice
HTML Comments
<!-- SimpleForm reCAPTCHA Settings -->
Data Attributes
data-sitekeydata-themedata-sizedata-badge
JS Globals
sform_recaptcha_object
FAQ

Frequently Asked Questions about SimpleForm reCAPTCHA