Adds breadcrumb navigation showing the visitor's path to their current location.
Category Scores
Top Issues by Category
maintainability113
i18n51
security48
repo_compliance1
Issues Details
213 issues found in latest scan
The $domain parameter must be a single text string literal. Found: $this->identifier
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bcn_add_post_type_arg".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$extras_escaped'.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->unique_prefix . '_after_settings_tab_general'".
Processing form data without nonce verification.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$breadcrumb_navxt".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bcn_display".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "bcn_admin".
Detected usage of a non-sanitized input variable: $_FILES[$this->unique_prefix . '_admin_import_file']['tmp_name']
Processing form data without nonce verification.
$_POST[$this->unique_prefix . '_options'] not unslashed before sanitization. Use wp_unslash() or similar
var_export() found. Debug code should not normally be used in production.
Detected usage of a possibly undefined superglobal array index: $_POST['uid']. Check that the array index exists before using it.
set_error_handler() found. Debug code should not normally be used in production.
Mismatched text domain. Expected 'breadcrumb-navxt' but got 'mtekk_adminKit'.
Tested up to: 6.9 < 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.
Function "wp_is_serving_rest_request()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 5.8.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: $this->identifier | 50 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bcn_add_post_type_arg". | 39 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 27 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$extras_escaped'. | 22 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->unique_prefix . '_after_settings_tab_general'". | 15 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 12 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$breadcrumb_navxt". | 11 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bcn_display". | 9 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "bcn_admin". | 8 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_FILES[$this->unique_prefix . '_admin_import_file']['tmp_name'] | 6 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 3 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST[$this->unique_prefix . '_options'] not unslashed before sanitization. Use wp_unslash() or similar | 3 |
| WordPress.PHP.DevelopmentFunctions.error_log_var_export | WARNING | var_export() found. Debug code should not normally be used in production. | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['uid']. Check that the array index exists before using it. | 2 |
| WordPress.PHP.DevelopmentFunctions.error_log_set_error_handler | WARNING | set_error_handler() found. Debug code should not normally be used in production. | 1 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'breadcrumb-navxt' but got 'mtekk_adminKit'. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 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 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_is_serving_rest_request()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 5.8.0. | 1 |
Latest Snapshot
Findings
213
Errors
102
Warnings
111
Score History
First score snapshot
First scan completed Jun 19, 2026
v7.5.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v7.5.1
36
Latest
- Findings
- 213
- Errors
- 102
- Warnings
- 111
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 36 | 213 | 102 | 111 | v7.5.1 | 2.0.0 | 2026.06-mvp-static-v2 |