Mooberry Book Manager

Sell books via Amazon and other retailers directly from your author website with this easy-to-use system. Creates book pages, widgets, and book grids.

v4.16.2mooberrydreamsUpdated Added 1k+ installs92% rating
21
Score
1,040
Errors
399
Warnings
+0
Change

Category Scores

Security0
Repo72
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,439 findings

Security

637

11 issue groups

I18n

500

3 issue groups

Maintainability

240

11 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'mooberry-book-manager' but got 'cmb2'.313
Category
I18n
Occurrences
313
Severity
error

Sample message

Mismatched text domain. Expected 'mooberry-book-manager' but got 'cmb2'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class='nav-tab $class' href='?page=$page&tab=$tab'>$name</a>"'.294
Category
Security
Occurrences
294
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class='nav-tab $class' href='?page=$page&tab=$tab'>$name</a>"'.

ERRORI18nMissing Translators CommentA 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.140
Category
I18n
Occurrences
140
Severity
error

Sample message

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.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.71
Category
Security
Occurrences
71
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.53
Category
Security
Occurrences
53
Severity
error

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.8.0.49
Category
Maintainability
Occurrences
49
Severity
error

Sample message

Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.8.0.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().47
Category
I18n
Occurrences
47
Severity
error

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET[&#039;_mbdb_summary&#039;] not unslashed before sanitization. Use wp_unslash() or similar45
Category
Security
Occurrences
45
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;mbdb_import_file&#039;][&#039;name&#039;]43
Category
Security
Occurrences
43
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;mbdb_import_file&#039;][&#039;name&#039;]

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.35
Category
Maintainability
Occurrences
35
Severity
warning

Sample message

Use of a direct database call is discouraged.

Show 15 more
WARNINGMaintainabilityNo Caching34
Category
Maintainability
Occurrences
34
Severity
warning

Sample message

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

WARNINGSecurityInterpolated SQL is not prepared32
Category
Security
Occurrences
32
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $column at &quot;SELECT * FROM $table WHERE $column = %s LIMIT 1;&quot;

ERRORMaintainabilitystrip tags strip tags28
Category
Maintainability
Occurrences
28
Severity
error

Sample message

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

ERRORMaintainabilityMissing direct file access protection27
Category
Maintainability
Occurrences
27
Severity
error

Sample message

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

WARNINGSecurityNonce verification recommended26
Category
Security
Occurrences
26
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validated25
Category
Security
Occurrences
25
Severity
warning

Sample message

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

ERRORSecurityException output is not escaped21
Category
Security
Occurrences
21
Severity
error

Sample message

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

WARNINGMaintainabilityNot In Footer18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

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.

ERRORSecurityDatabase parameter is not escaped15
Category
Security
Occurrences
15
Severity
error

Sample message

Unescaped parameter $column used in $wpdb->get_results()\n$column assigned unsafely at line 163.

WARNINGMaintainabilityDynamic hook name13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$filter&quot;.

ERRORSecuritySQL query is not prepared12
Category
Security
Occurrences
12
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed hook name12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;content_save_pre&quot;.

WARNINGMaintainabilityMissing Version10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

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.

WARNINGMaintainabilityslow db query meta query7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORMaintainabilitydate date7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

34 domains

Outbound calls

233

External assets

5

Incoming endpoints

22

Notable Domains

cmb2.io111 · outbound
v2.wp-api.org6 · outbound
somewebsite.com5 · outbound
docs.jquery.com4 · outbound
jquery.org4 · outbound

Platform / Reference Domains

github.com20 · platform/reference
opensource.org15 · platform/reference
wordpress.org11 · platform/reference
core.trac.wordpress.org4 · platform/reference
schema.org2 · platform/reference

External Asset Domains

ajax.googleapis.com8 · asset + outbound
read.amazon.com1 · asset

Incoming Endpoints

wp_ajax_nopriv_cmb2_oembed_handlerpublic

wp_ajax

wp_ajax_nopriv_public

wp_ajax

Admin AJAX endpoints18
wp_ajax_cmb2_oembed_handlerauthenticated

wp_ajax

wp_ajax_bulk_quick_save_bulk_editauthenticated

wp_ajax

wp_ajax_mbdb_3_4_12_updateauthenticated

wp_ajax

wp_ajax_mbdb_add_tax_grid_pageauthenticated

wp_ajax

wp_ajax_mbdb_admin_3_1_remigrateauthenticated

wp_ajax

wp_ajax_mbdb_admin_notice_dismissauthenticated

wp_ajax

wp_ajax_mbdb_book_grid_placeholder_dismissauthenticated

wp_ajax

wp_ajax_mbdb_cancel_importauthenticated

wp_ajax

wp_ajax_mbdb_exportauthenticated

wp_ajax

wp_ajax_mbdb_export_csvauthenticated

wp_ajax

wp_ajax_mbdb_importauthenticated

wp_ajax

wp_ajax_mbdb_import_novelistauthenticated

wp_ajax

6 more hidden

Score History

First score snapshot

v4.16.2

21

Latest

Findings
1,439
Errors
1,040
Warnings
399
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Hide/Remove Metadata

20k+ active installs

100
Author Bio Box

1k+ active installs

98
Change Author Link Structure

800 active installs

98
Comment Email Reply

600 active installs

98
Guest Author

5k+ active installs

98
Remove Author Pages

3k+ active installs

98