Total Upkeep – WordPress Backup Plugin plus Restore & Migrate by BoldGrid

Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution …

v1.17.2BoldGridUpdated 2026-05-19Added May 23, 201850k+ installs96% rating0% support resolved
25
Score
243
Errors
854
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability0

Top Issues by Category

maintainability648
security365
i18n48

Issues Details

1,097 issues found in latest scan

WARNING513
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR94
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING68
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING67
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING57
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING54
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR33
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR28
WordPress.WP.I18n.MissingArgDomain

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

WARNING21
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR20
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'boldgrid-backup' but got 'bolcgrid-backup'.

WARNING15
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR11
missing_direct_file_access_protection

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

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR9
WordPress.WP.AlternativeFunctions.rand_mt_rand

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

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().

ERROR6
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR5
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR5
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR5
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

WARNING4
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR4
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR3
Generic.PHP.ForbiddenFunctions.Found

The use of function passthru() is forbidden

WARNING3
PluginCheck.CodeAnalysis.WriteFile.ABSPATHDetected

Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.

Latest Snapshot

Findings

1,097

Errors

243

Warnings

854

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.17.2

25

Latest

Findings
1,097
Errors
243
Warnings
854
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins