Page scroll to id

Create links that scroll the page smoothly to any id within the document.

v1.7.9malihuUpdated 2026-06-09Added Jun 6, 2012100k+ installs98% rating100% support resolved
37
Score
38
Errors
120
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability68

Top Issues by Category

security97
maintainability39
i18n20
repo_compliance2

Issues Details

158 issues found in latest scan

WARNING36
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING22
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_ENV["ps2id_p_pl_pfx"]

WARNING20
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_ENV["ps2id_p_pl_pfx"]. Check that the array index exists before using it.

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING15
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST[$this->db_prefix.$i.'_clickedClass'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR9
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: $this->plugin_slug

ERROR8
missing_direct_file_access_protection

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

ERROR7
WordPress.WP.I18n.MissingArgDomain

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

ERROR4
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $this->plugin_name

ERROR3
Generic.PHP.ForbiddenFunctions.Found

The use of function create_function() is forbidden

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING2
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

ERROR2
wp_function_not_compatible_with_requires_wp

Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.0.

ERROR1
PluginCheck.CodeAnalysis.Offloading.OffloadedContent

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_var_export

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

WARNING1
WordPress.WP.DeprecatedFunctions.screen_iconFound

screen_icon() has been deprecated since WordPress version 3.8.0.

ERROR1
invalid_license

Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.

ERROR1
license_mismatch

Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.

WARNING1
upgrade_notice_limit

The upgrade notice for "1.7.8" exceeds the limit of 300 characters.

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

Related Plugins