MainWP Child Reports

The MainWP Child Report plugin tracks changes to Child sites for the Pro Reports Extension.

v2.3.1mainwpUpdated Added 100k+ installs86% rating
35
Score
49
Errors
116
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance97
Maintainability52

Top Issues by Category

maintainability65
security56
i18n37
performance2

Issues Details

165 issues found in latest scan

WARNING18
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'jetpack_module_configurable_' . $slug".

WARNING17
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR13
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING11
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING11
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['order']

WARNING11
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'mainwp-child-reports' but got 'default'.

WARNING10
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING7
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

ERROR6
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.

ERROR6
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: 'Akismet already keeps statistics for comment attempts that it blocks as SPAM. By default, ' . $branding_name . ' Reports does not track these attempts unless you opt-in here. Enabling this is not necessary or recommended for most sites.'

ERROR5
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR5
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'mainwp-child-reports' but got 'mainwp-child'.

ERROR4
WordPress.WP.I18n.MissingArgDomain

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

WARNING3
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING3
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT DISTINCT $column FROM $wpdb->mainwp_stream"

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR3
missing_direct_file_access_protection

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

WARNING3
trademarked_term

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

ERROR2
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $sql_meta

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST['plugin']. Check that the array index exists before using it.

ERROR2
WordPress.WP.I18n.TranslatorsCommentWrongStyle

A "translators:" comment must be a "/* */" style comment. Docblock comments will not be picked up by the tools to generate a ".pot" file.

WARNING2
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

WARNING2
update_modification_detected

Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_themes

Latest Snapshot

Findings

165

Errors

49

Warnings

116

Score History

First score snapshot

First scan completed

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

v2.3.1

35

Latest

Findings
165
Errors
49
Warnings
116
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins