Cost calculator for WordPress: 🌟 Engage visitors and boost conversions with interactive calculations, lead capture, and payment integrations.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
810
8 issue groups
Maintainability
749
14 issue groups
I18n
66
3 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $postMaxAmt M"'.476
- Category
- Security
- Occurrences
- 476
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $postMaxAmt M"'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ShowFormBuilderOnDetails".359
- Category
- Maintainability
- Occurrences
- 359
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ShowFormBuilderOnDetails".
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['scc_attachments']['name'][$i]. Check that the array index exists before using it.101
- Category
- Security
- Occurrences
- 101
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['scc_attachments']['name'][$i]. Check that the array index exists before using it.
WARNINGSecurityRequest data is not unslashed$_GET['accordion'] not unslashed before sanitization. Use wp_unslash() or similar94
- Category
- Security
- Occurrences
- 94
- Severity
- warning
Sample message
$_GET['accordion'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.70
- Category
- Security
- Occurrences
- 70
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.65
- Category
- Maintainability
- Occurrences
- 65
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().65
- Category
- Maintainability
- Occurrences
- 65
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "df_scc_escaped_output_attr_collection".56
- Category
- Maintainability
- Occurrences
- 56
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "df_scc_escaped_output_attr_collection".
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "AiWizardController".44
- Category
- Maintainability
- Occurrences
- 44
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AiWizardController".
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['scc_attachments']['name'][$i]44
- Category
- Security
- Occurrences
- 44
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['scc_attachments']['name'][$i]
Show 15 moreShow less
WARNINGMaintainabilitySchema Change40
- Category
- Maintainability
- Occurrences
- 40
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilitywp function not compatible with requires wp40
- Category
- Maintainability
- Occurrences
- 40
- Severity
- error
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
ERRORI18nNon Singular String Literal Domain32
- Category
- I18n
- Occurrences
- 32
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: $this->localizationDomain
ERRORI18nText Domain Mismatch26
- Category
- I18n
- Occurrences
- 26
- Severity
- error
Sample message
Mismatched text domain. Expected 'stylish-cost-calculator' but got 'df-scc'.
ERRORMaintainabilitybadly named files25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
File and folder names must not contain spaces or special characters.
WARNINGMaintainabilityNon-prefixed constant19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DF_SCC_DEFAULT_FORM_FIELDS".
ERRORSecurityUnsafe printing function14
- Category
- Security
- Occurrences
- 14
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityNon-prefixed hook name9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "df_scc_modify_captcha_config".
WARNINGMaintainabilityerror log error log9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORI18nMissing Translators Comment8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
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.
ERRORMaintainabilityMissing direct file access protection7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityInterpolated SQL is not prepared6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $calc_id at "SELECT setup_wizard_data FROM {$wpdb->prefix}df_scc_forms WHERE id = $calc_id"
WARNINGMaintainabilityNon-prefixed namespace6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "DF_SCC\Admin\Views".
ERRORMaintainabilitydate date5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityMissing nonce verification5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
Processing form data without nonce verification.
Score History
First score snapshot
v8.3.10
25
Latest
- Findings
- 1,663
- Errors
- 647
- Warnings
- 1,016
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,663 | 647 | 1,016 | v8.3.10 | 2.0.0 |