Create links that scroll the page smoothly to any id within the document.
Category Scores
Top Issues by Category
security97
maintainability39
i18n20
Issues Details
158 issues found in latest scan
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_ENV["ps2id_p_pl_pfx"]
Detected usage of a possibly undefined superglobal array index: $_ENV["ps2id_p_pl_pfx"]. Check that the array index exists before using it.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blog_ids".
$_POST[$this->db_prefix.$i.'_clickedClass'] not unslashed before sanitization. Use wp_unslash() or similar
The $domain parameter must be a single text string literal. Found: $this->plugin_slug
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The $text parameter must be a single text string literal. Found: $this->plugin_name
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "malihuPageScroll2id".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Processing form data without nonce verification.
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.0.
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
var_export() found. Debug code should not normally be used in production.
screen_icon() has been deprecated since WordPress version 3.8.0.
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 36 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_ENV["ps2id_p_pl_pfx"] | 22 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_ENV["ps2id_p_pl_pfx"]. Check that the array index exists before using it. | 20 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blog_ids". | 15 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST[$this->db_prefix.$i.'_clickedClass'] not unslashed before sanitization. Use wp_unslash() or similar | 15 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: $this->plugin_slug | 9 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 8 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_attr_e(). | 7 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $this->plugin_name | 4 |
| Generic.PHP.ForbiddenFunctions.Found | ERROR | The use of function create_function() is forbidden | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "malihuPageScroll2id". | 3 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 2 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 2 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.0. | 2 |
| PluginCheck.CodeAnalysis.Offloading.OffloadedContent | ERROR | Offloading images, js, css, and other scripts to your servers or any remote service is disallowed. | 1 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 1 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_var_export | WARNING | var_export() found. Debug code should not normally be used in production. | 1 |
| WordPress.WP.DeprecatedFunctions.screen_iconFound | WARNING | screen_icon() has been deprecated since WordPress version 3.8.0. | 1 |
| invalid_license | ERROR | Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier. | 1 |
| license_mismatch | ERROR | Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier. | 1 |
| upgrade_notice_limit | WARNING | The upgrade notice for "1.7.8" exceeds the limit of 300 characters. | 1 |
Latest Snapshot
Findings
158
Errors
38
Warnings
120
Score History
First score snapshot
First scan completed Jun 19, 2026
v1.7.9 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v1.7.9
37
Latest
- Findings
- 158
- Errors
- 38
- Warnings
- 120
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 37 | 158 | 38 | 120 | v1.7.9 | 2.0.0 | 2026.06-mvp-static-v2 |