A simple lightweight plugin that adds a breadcrumbs module in the Divi theme.
Category Scores
Top Issues by Category
i18n37
maintainability28
security16
repo_compliance1
Issues Details
82 issues found in latest scan
Mismatched text domain. Expected 'breadcrumbs-divi-module' but got 'et_builder'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "lwp_breadcrumbs_add_action_links".
Processing form data without nonce verification.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dependency_interface_path".
$_POST['before_text'] not unslashed before sanitization. Use wp_unslash() or similar
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LWP_DiviBreadcrumbs".
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LWP_BREADCRUMBS_PATH".
Detected usage of a non-sanitized input variable: $_POST['post_id']
The $text parameter must be a single text string literal. Found: $_before_text
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_title".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() 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.
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.
The "Text Domain" header in the plugin file does not match the slug. Found "lwp-divi-breadcrumbs", expected "breadcrumbs-divi-module".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'breadcrumbs-divi-module' but got 'et_builder'. | 29 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "lwp_breadcrumbs_add_action_links". | 13 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 9 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dependency_interface_path". | 4 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['before_text'] not unslashed before sanitization. Use wp_unslash() or similar | 4 |
| 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 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LWP_DiviBreadcrumbs". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LWP_BREADCRUMBS_PATH". | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['post_id'] | 2 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $_before_text | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_title". | 1 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 1 |
| WordPress.WP.AlternativeFunctions.parse_url_parse_url | ERROR | parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() 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 |
| five_star_reviews_detected | ERROR | Linking directly to 5 stars reviews is not allowed. | 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 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "lwp-divi-breadcrumbs", expected "breadcrumbs-divi-module". | 1 |
Latest Snapshot
Findings
82
Errors
44
Warnings
38
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.0.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.0.0
67
Latest
- Findings
- 82
- Errors
- 44
- Warnings
- 38
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 67 | 82 | 44 | 38 | v2.0.0 | 2.0.0 | 2026.06-mvp-static-v2 |