Multibyte functionality enhancement for the WordPress Japanese package.
Category Scores
Top Issues by Category
security42
maintainability30
i18n6
repo_compliance1
Issues Details
79 issues found in latest scan
Detected usage of a non-sanitized input variable: $_GET['s']
Processing form data without nonce verification.
Processing form data without nonce verification.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$debug_suffix".
$_GET['s'] not unslashed before sanitization. Use wp_unslash() or similar
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$required_version'.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The plugin name includes a restricted term. Your chosen plugin name - "WP Multibyte Patch" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "multibyte_patch".
Detected usage of a possibly undefined superglobal array index: $_SERVER['CONTENT_TYPE']. Check that the array index exists before using it.
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_file".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_mblength".
wp_debug_backtrace_summary() found. Debug code should not normally be used in production.
error_reporting() can lead to full path disclosure.
seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead.
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.
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Function "wp_is_valid_utf8()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.2.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['s'] | 11 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 9 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$debug_suffix". | 7 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['s'] not unslashed before sanitization. Use wp_unslash() or similar | 7 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 7 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$required_version'. | 5 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 4 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 4 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WP Multibyte Patch" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "multibyte_patch". | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['CONTENT_TYPE']. Check that the array index exists before using it. | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_file". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_mblength". | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_wp_debug_backtrace_summary | WARNING | wp_debug_backtrace_summary() found. Debug code should not normally be used in production. | 1 |
| WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting | WARNING | error_reporting() can lead to full path disclosure. | 1 |
| WordPress.WP.DeprecatedFunctions.seems_utf8Found | WARNING | seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead. | 1 |
| 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. | 1 |
| library_core_files | ERROR | Library files that are already in the WordPress core are not permitted. | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_is_valid_utf8()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.2.0. | 1 |
Latest Snapshot
Findings
79
Errors
24
Warnings
55
Score History
First score snapshot
First scan completed
v2.9.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v2.9.3
39
Latest
- Findings
- 79
- Errors
- 24
- Warnings
- 55
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 39 | 79 | 24 | 55 | v2.9.3 | 2.0.0 | 2026.06-mvp-static-v2 |