Select different Themes for one or more WordPress Pages, Posts or other non-Admin pages. Or Site Home.
Category Scores
Top Issues by Category
security129
maintainability23
repo_compliance1
Issues Details
153 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$apache</li></ul>"'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_options".
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.4.0.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Processing form data without nonce verification.
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Unescaped parameter $site_id used in $wpdb->get_results()\n$site_id used without escaping.
Use placeholders and $wpdb->prepare(); found interpolated variable $site_id at "SELECT blog_id FROM {$wpdb->blogs} WHERE site_id = $site_id"
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writeable().
The parameter "'jr_mt_validate_settings'" at position #3 of unregister_setting() has been deprecated since WordPress version 4.7.0. Instead do not pass the parameter.
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.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$apache</li></ul>"'. | 106 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_options". | 12 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name] | 7 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar | 7 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it. | 5 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "attachment_url_to_postid()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.4.0. | 3 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 2 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 2 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header. | 2 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $site_id used in $wpdb->get_results()\n$site_id used without escaping. | 1 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $site_id at "SELECT blog_id FROM {$wpdb->blogs} WHERE site_id = $site_id" | 1 |
| WordPress.WP.AlternativeFunctions.file_system_operations_is_writeable | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writeable(). | 1 |
| WordPress.WP.DeprecatedParameters.Unregister_settingParam3Found | WARNING | The parameter "'jr_mt_validate_settings'" at position #3 of unregister_setting() has been deprecated since WordPress version 4.7.0. Instead do not pass the parameter. | 1 |
| outdated_tested_upto_header | ERROR | 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. | 1 |
Latest Snapshot
Findings
153
Errors
112
Warnings
41
Score History
First score snapshot
First scan completed
v7.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v7.1.1
41
Latest
- Findings
- 153
- Errors
- 112
- Warnings
- 41
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 41 | 153 | 112 | 41 | v7.1.1 | 2.0.0 | 2026.06-mvp-static-v2 |