WP Umbrella: Update Backup Restore & Monitoring

Everything you need to sell WordPress maintenance and manage multiple sites effortlessly: backup, update, uptime monitoring, and security.

v2.24.4WP Umbrella - Backup WordPressUpdated Added 70k+ installs96% rating
22
Score
918
Errors
916
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,834 findings

Maintainability

788

15 issue groups

Security

596

9 issue groups

I18n

196

1 issue group

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The \"ignoreVCSIgnored\" option cannot be used by the Finder as the \"{$path}\" file is not readable."'.309
Category
Security
Occurrences
309
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The \"ignoreVCSIgnored\" option cannot be used by the Finder as the \"{$path}\" file is not readable."'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'wp-health' but got 'action-scheduler'.196
Category
I18n
Occurrences
196
Severity
error

Sample message

Mismatched text domain. Expected 'wp-health' but got 'action-scheduler'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$name".130
Category
Maintainability
Occurrences
130
Severity
warning

Sample message

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

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

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().112
Category
Maintainability
Occurrences
112
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;72
Category
Maintainability
Occurrences
72
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".61
Category
Maintainability
Occurrences
61
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar61
Category
Security
Occurrences
61
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "UMBRELLA_BACKUP_KEY".55
Category
Maintainability
Occurrences
55
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".52
Category
Maintainability
Occurrences
52
Severity
warning

Sample message

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

Show 15 more
WARNINGMaintainabilityNon-prefixed function51
Category
Maintainability
Occurrences
51
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitized50
Category
Security
Occurrences
50
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['file']['name']

ERRORSecurityOutput is not escaped47
Category
Security
Occurrences
47
Severity
error

Sample message

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

WARNINGSecurityDatabase parameter is not escaped34
Category
Security
Occurrences
34
Severity
warning

Sample message

Unescaped parameter $activityLogBufferTableName used in $wpdb->get_var()

WARNINGSecurityNonce verification recommended32
Category
Security
Occurrences
32
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityfile system operations fclose31
Category
Maintainability
Occurrences
31
Severity
error

Sample message

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

WARNINGSecuritywp redirect wp redirect25
Category
Security
Occurrences
25
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGSecurityInterpolated SQL is not prepared24
Category
Security
Occurrences
24
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$activityLogBufferTableName} at "SELECT COUNT(*) FROM `{$activityLogBufferTableName}`"

ERRORMaintainabilityfile system operations fopen23
Category
Maintainability
Occurrences
23
Severity
error

Sample message

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

ERRORMaintainabilityunlink unlink22
Category
Maintainability
Occurrences
22
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORMaintainabilityfile system operations fwrite18
Category
Maintainability
Occurrences
18
Severity
error

Sample message

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

WARNINGMaintainabilityerror log trigger error14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

WARNINGSecurityMissing nonce verification14
Category
Security
Occurrences
14
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitywp function not compatible with requires wp14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

Function "move_dir()" requires WordPress 6.2.0, but your plugin minimum supported version is WordPress 5.8.0.

WARNINGMaintainabilitySchema Change13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Attempting a database schema change is discouraged.

External Connections

Potential connections found in static code analysis.

34 domains

Outbound calls

114

External assets

0

Incoming endpoints

22

Notable Domains

php.net24 · outbound
bugs.php.net11 · outbound
wp-umbrella.com7 · outbound
en.wikipedia.org5 · outbound
actionscheduler.org3 · outbound

Platform / Reference Domains

w3.org12 · platform/reference
github.com7 · platform/reference
api.wordpress.org4 · platform/reference
opensource.org3 · platform/reference
profiles.wordpress.org3 · platform/reference
core.trac.wordpress.org2 · platform/reference
wordpress.org2 · platform/reference
codex.wordpress.org1 · platform/reference
downloads.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

wp_ajax_nopriv_public

wp_ajax

wp_ajax_nopriv_umbrella_scantestpublic

wp_ajax

wp_ajax_nopriv_wp_umbrella_snapshot_datapublic

wp_ajax

wp_ajax_nopriv_wp_umbrella_update_admin_requestpublic

wp_ajax

Admin AJAX endpoints17
admin_post_wp_umbrella_clean_activity_log_bufferauthenticated

admin_post

admin_post_wp_umbrella_clean_redirect_tableauthenticated

admin_post

admin_post_wp_umbrella_clean_transientsauthenticated

admin_post

admin_post_wp_umbrella_regenerate_secret_tokenauthenticated

admin_post

admin_post_wp_umbrella_support_optionauthenticated

admin_post

wp_ajax_wp_health_allow_trackingauthenticated

wp_ajax

wp_ajax_wp_health_disallow_trackingauthenticated

wp_ajax

wp_ajax_wp_health_loginauthenticated

wp_ajax

wp_ajax_wp_health_proxyauthenticated

wp_ajax

wp_ajax_wp_umbrella_allow_one_click_accessauthenticated

wp_ajax

wp_ajax_wp_umbrella_check_api_keyauthenticated

wp_ajax

wp_ajax_wp_umbrella_disallow_one_click_accessauthenticated

wp_ajax

5 more hidden

Score History

2 score snapshots

+0
1007550250Jun 20, 2026, 01:19 AM UTC Score 22/100 Plugin v2.24.3 Plugin Check 2.0.0 915 errors, 905 warningsJun 24, 2026, 05:53 AM UTC Score 22/100 Plugin v2.24.4 Plugin Check 2.0.0 918 errors, 916 warningsJun 20, 2026Jun 24, 2026

v2.24.4

22

Latest

Findings
1,834
Errors
918
Warnings
916
Check
2.0.0

v2.24.3

22

Score

Findings
1,820
Errors
915
Warnings
905
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins