Calculated Fields Form: complete WordPress form builder for contact,booking,quote,payment forms & more,with built-in dynamic calculation capabilities.
Category Scores
Top Issues by Category
maintainability590
security122
Issues Details
768 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CP_CALCULATEDFIELDSF_DEFAULT_DEFER_SCRIPTS_LOADING".
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CFF_AUXILIARY_NONCE".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Processing form data without nonce verification.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cpcff_text_index'.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
error_log() found. Debug code should not normally be used in production.
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CFFBeaver".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
$_GET['cff_iframe'] not unslashed before sanitization. Use wp_unslash() or similar
Use placeholders and $wpdb->prepare(); found $include_desc
Detected usage of a non-sanitized input variable: $_GET['cff_iframe']
error_reporting() can lead to full path disclosure.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "codepeople_add_promote_banner".
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Unescaped parameter $name used in $wpdb->query()\n$name assigned unsafely at line 162.
Detected usage of a possibly undefined superglobal array index: $_POST['_cpcff_ai_assistant_context']. Check that the array index exists before using it.
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Mismatched text domain. Expected 'calculated-fields-form' but got 'calculated-field-form'.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cff_akismet_discarded".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CP_CALCULATEDFIELDSF_DEFAULT_DEFER_SCRIPTS_LOADING". | 221 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5. | 98 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CFF_AUXILIARY_NONCE". | 88 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 36 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 36 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 35 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cpcff_text_index'. | 32 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 29 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 26 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header. | 15 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CFFBeaver". | 13 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 12 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['cff_iframe'] not unslashed before sanitization. Use wp_unslash() or similar | 12 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $include_desc | 11 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['cff_iframe'] | 10 |
| WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting | WARNING | error_reporting() can lead to full path disclosure. | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "codepeople_add_promote_banner". | 6 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 6 |
| PluginCheck.CodeAnalysis.Offloading.OffloadedContent | ERROR | Offloading images, js, css, and other scripts to your servers or any remote service is disallowed. | 5 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $name used in $wpdb->query()\n$name assigned unsafely at line 162. | 5 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['_cpcff_ai_assistant_context']. Check that the array index exists before using it. | 5 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching. | 5 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 5 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'calculated-fields-form' but got 'calculated-field-form'. | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cff_akismet_discarded". | 4 |
Latest Snapshot
Findings
768
Errors
243
Warnings
525
Score History
First score snapshot
First scan completed Jun 20, 2026
v5.4.8.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v5.4.8.3
24
Latest
- Findings
- 768
- Errors
- 243
- Warnings
- 525
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 24 | 768 | 243 | 525 | v5.4.8.3 | 2.0.0 | 2026.06-mvp-static-v2 |