Easily integrate the Spreadshop system into your WordPress blog or business page, instantly adding a powerful merchandise channel that perfectly fits …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
132
8 issue groups
Security
54
8 issue groups
Repo Compliance
3
3 issue groups
ERRORMaintainabilitywp function not compatible with requires wpFunction "add_action()" requires WordPress 1.2.0, but your plugin minimum supported version is WordPress 1.0.0.98
- Category
- Maintainability
- Occurrences
- 98
- Severity
- error
Sample message
Function "add_action()" requires WordPress 1.2.0, but your plugin minimum supported version is WordPress 1.0.0.
ERRORMaintainabilityEcho FoundShort PHP opening tag used with echo; expected "<?php echo $formId ..." but found "<?= $formId ..."25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
Short PHP opening tag used with echo; expected "<?php echo $formId ..." but found "<?= $formId ..."
WARNINGSecurityMissingProcessing form data without nonce verification.12
- Category
- Security
- Occurrences
- 12
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityregister setting MissingSanitization missing for register_setting().10
- Category
- Security
- Occurrences
- 10
- Severity
- error
Sample message
Sanitization missing for register_setting().
WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_POST['locale']. Check that the array index exists before using it.10
- Category
- Security
- Occurrences
- 10
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['locale']. Check that the array index exists before using it.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_POST['locale']7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['locale']
WARNINGSecurityMissing Unslash$_POST['locale'] not unslashed before sanitization. Use wp_unslash() or similar7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
$_POST['locale'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$formId'.5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$formId'.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityRecommendedProcessing form data without nonce verification.2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 9 moreShow less
ERRORMaintainabilityOffloaded Content1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
WARNINGSecuritywp redirect wp redirect1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
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.
WARNINGMaintainabilityMissing Version1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
ERRORMaintainabilityNon Enqueued Script1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
WARNINGMaintainabilitymismatched plugin name1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Spreadshop Plugin" is different from the name declared in plugin header "Spreadshop".
ERRORRepo Complianceoutdated tested upto header1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.4 < 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.
WARNINGRepo Compliancereadme parser warnings too many tags1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
WARNINGRepo Compliancereadme parser warnings trimmed short description1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
WARNINGMaintainabilitytrademarked term1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Spreadshop Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Score History
First score snapshot
v1.6.6
35
Latest
- Findings
- 189
- Errors
- 145
- Warnings
- 44
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 189 | 145 | 44 | v1.6.6 | 2.0.0 |