AMP

An easier path to great Page Experience for everyone. Powered by AMP.

v2.5.5Weston RuterUpdated 2025-04-10Added Oct 8, 2015400k+ installs76% rating0% support resolved
43
Score
63
Errors
362
Warnings
+0
Change

Category Scores

Security25
Repo89
Performance100
Maintainability27

Top Issues by Category

maintainability380
security31
i18n12
repo_compliance2

Issues Details

425 issues found in latest scan

WARNING126
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING82
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING62
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING55
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR35
missing_direct_file_access_protection

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

ERROR21
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

WARNING12
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'amp' but got 'default'.

WARNING9
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

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

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AMP_QUERY_VAR".

ERROR2
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNING2
PluginCheck.CodeAnalysis.ShortURL.Found

Short URL detected (goo.gl). Use full URLs instead of URL shorteners.

WARNING1
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING1
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedTraitFound

Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;AMP_Noscript_Fallback&quot;.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;orderby&#039;]. Check that the array index exists before using it.

ERROR1
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR1
WordPress.WP.DeprecatedParameters.Wp_count_termsParam2Found

The parameter "$args" at position #2 of wp_count_terms() has been deprecated since WordPress version 5.6.0. Instead do not pass the parameter.

ERROR1
library_core_files

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

WARNING1
missing_composer_json_file

The &quot;/vendor&quot; directory using composer exists, but &quot;composer.json&quot; file is missing.

ERROR1
outdated_tested_upto_header

Tested up to: 6.7 < 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.

ERROR1
plugin_header_unsupported_plugin_name

The "Plugin Name" header in the plugin file is not valid. It needs to contain at least 5 latin letters (a-Z) and/or numbers. This is necessary because the initial plugin slug is generated from the name.

Latest Snapshot

Findings

425

Errors

63

Warnings

362

Score History

First score snapshot

First scan completed Jun 19, 2026

v2.5.5 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v2.5.5

43

Latest

Findings
425
Errors
63
Warnings
362
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins