WP Multibyte Patch

Multibyte functionality enhancement for the WordPress Japanese package.

v2.9.3Seisuke KuraishiUpdated Added 1m+ installs100% rating
39
Score
24
Errors
55
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability72

Top Issues by Category

security42
maintainability30
i18n6
repo_compliance1

Issues Details

79 issues found in latest scan

WARNING11
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['s']

WARNING9
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING8
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$debug_suffix".

WARNING7
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['s'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR7
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR5
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$required_version'.

ERROR4
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR4
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING3
trademarked_term

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.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "multibyte_patch".

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER['CONTENT_TYPE']. Check that the array index exists before using it.

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_file".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_mblength".

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_wp_debug_backtrace_summary

wp_debug_backtrace_summary() found. Debug code should not normally be used in production.

WARNING1
WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting

error_reporting() can lead to full path disclosure.

WARNING1
WordPress.WP.DeprecatedFunctions.seems_utf8Found

seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead.

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR1
library_core_files

Library files that are already in the WordPress core are not permitted.

ERROR1
no_license

Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.

ERROR1
wp_function_not_compatible_with_requires_wp

Function "wp_is_valid_utf8()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.2.0.

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

Related Plugins