WP-ServerInfo

Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.

v1.66Lester ChanUpdated 2023-08-09Added Jan 21, 200710k+ installs96% rating
38
Score
162
Errors
55
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance100
Maintainability78

Top Issues by Category

security184
maintainability26
repo_compliance4
i18n3

Issues Details

217 issues found in latest scan

ERROR129
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h2>MYSQL $sqlversion</h2>\n"'.

ERROR22
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING11
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER[&#039;DOCUMENT_ROOT&#039;]

WARNING11
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING11
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_SERVER[&#039;DOCUMENT_ROOT&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING8
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING8
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING3
trademarked_term

The plugin name includes a restricted term. Your chosen plugin name - "WP-ServerInfo" - contains the restricted term "wp" which cannot be used at all in your plugin name.

WARNING2
WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_phpinfo

phpinfo() can lead to full path disclosure.

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fread

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

ERROR1
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'wp-serverinfo' but got 'wp-postratings'.

ERROR1
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s @ %s'.

ERROR1
missing_direct_file_access_protection

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

ERROR1
no_license

Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.

ERROR1
outdated_tested_upto_header

Tested up to: 6.3 < 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_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

Latest Snapshot

Findings

217

Errors

162

Warnings

55

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.66 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.66

38

Latest

Findings
217
Errors
162
Warnings
55
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins