Top Issues by Category
security56
maintainability6
repo_compliance6
Issues Details
71 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"&tab=$tab'>$name</a>"'.
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Detected usage of a non-sanitized input variable: $_REQUEST['choice']
$_REQUEST['choice'] not unslashed before sanitization. Use wp_unslash() or similar
Processing form data without nonce verification.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "request_home_url".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$options".
Using __FILE__ for menu slugs risks exposing filesystem structure.
Plugin name "Uptolike Social Share Buttons" is different from the name declared in plugin header "UpToLike Social Share Buttons".
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Tested up to: 4.7 < 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.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
The readme description contains unofficial language. It must be written in standard English.
Mismatched Requires at least: 3.0.1 != 4.1. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"&tab=$tab'>$name</a>"'. | 27 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it. | 9 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_REQUEST['choice'] | 8 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_REQUEST['choice'] not unslashed before sanitization. Use wp_unslash() or similar | 8 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 3 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| PluginCheck.CodeAnalysis.Heredoc.NotAllowed | ERROR | Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "request_home_url". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$options". | 1 |
| WordPress.Security.PluginMenuSlug.Using__FILE__ | WARNING | Using __FILE__ for menu slugs risks exposing filesystem structure. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Uptolike Social Share Buttons" is different from the name declared in plugin header "UpToLike Social Share Buttons". | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 4.7 < 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 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| readme_description_non_official_language | ERROR | The readme description contains unofficial language. It must be written in standard English. | 1 |
| readme_mismatched_header_requires | ERROR | Mismatched Requires at least: 3.0.1 != 4.1. "Requires at least" needs to be exactly the same with that in your main plugin file's header. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
71
Errors
38
Warnings
33
Score History
First score snapshot
First scan completed
v1.5.9 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v1.5.9
39
Latest
- Findings
- 71
- Errors
- 38
- Warnings
- 33
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 39 | 71 | 38 | 33 | v1.5.9 | 2.0.0 | 2026.06-mvp-static-v2 |