Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder

WordPress form builder to create lightweight contact forms, survey forms, feedback forms, booking forms, etc., right inside the block editor.

v1.9.0Saad IqbalUpdated 2026-05-22Added Aug 30, 202220k+ installs92% rating
37
Score
83
Errors
113
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability66

Top Issues by Category

security125
maintainability65
i18n5
repo_compliance1

Issues Details

196 issues found in latest scan

ERROR34
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $action_query

WARNING33
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING19
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING17
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT COUNT(form_id) FROM $table_name"

ERROR16
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $action_query used in $wpdb->query()\n$action_query assigned unsafely at line 113.

WARNING15
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR15
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arrow_image".

ERROR6
wp_function_not_compatible_with_requires_wp

Function "get_user()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.5.0.

ERROR5
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING4
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $this->store->table_gutenaforms_entries used in $wpdb->get_results()

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR2
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING2
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR2
block_api_version_too_low

Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.

ERROR1
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_gutena_forms_pro".

ERROR1
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_REQUEST['form_entry_id']

WARNING1
mismatched_plugin_name

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".

ERROR1
outdated_tested_upto_header

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.

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

Related Plugins