WordPress form builder to create lightweight contact forms, survey forms, feedback forms, booking forms, etc., right inside the block editor.
Category Scores
Top Issues by Category
security125
maintainability65
repo_compliance1
Issues Details
196 issues found in latest scan
Use placeholders and $wpdb->prepare(); found $action_query
Processing form data without nonce verification.
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT COUNT(form_id) FROM $table_name"
Unescaped parameter $action_query used in $wpdb->query()\n$action_query assigned unsafely at line 113.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arrow_image".
Function "get_user()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.5.0.
Unescaped parameter $this->store->table_gutenaforms_entries used in $wpdb->get_results()
Detected usage of meta_key, possible slow query.
Detected usage of meta_value, possible slow query.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
$_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_gutena_forms_pro".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Detected usage of a non-sanitized input variable: $_REQUEST['form_entry_id']
Plugin name "Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder" is different from the name declared in plugin header "Gutena Forms - Contact Forms Block".
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $action_query | 34 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 33 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 19 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT COUNT(form_id) FROM $table_name" | 17 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $action_query used in $wpdb->query()\n$action_query assigned unsafely at line 113. | 16 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 15 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'. | 15 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arrow_image". | 12 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_user()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.5.0. | 6 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 5 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $this->store->table_gutenaforms_entries used in $wpdb->get_results() | 4 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 3 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_value | WARNING | Detected usage of meta_value, possible slow query. | 3 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 2 |
| WordPress.Security.SafeRedirect.wp_redirect_wp_redirect | WARNING | wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed. | 2 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar | 2 |
| block_api_version_too_low | ERROR | Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility. | 2 |
| PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent | ERROR | Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_gutena_forms_pro". | 1 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_REQUEST['form_entry_id'] | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder" is different from the name declared in plugin header "Gutena Forms - Contact Forms Block". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
Latest Snapshot
Findings
196
Errors
83
Warnings
113
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.9.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.9.0
37
Latest
- Findings
- 196
- Errors
- 83
- Warnings
- 113
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 37 | 196 | 83 | 113 | v1.9.0 | 2.0.0 | 2026.06-mvp-static-v2 |