Backuply – Backup, Restore, Migrate and Clone

Backup, restores, and migration with Backuply are fairly simple with a wide range of storage options from Local Backups, FTP to cloud options like AWS …

v1.5.3SoftaculousUpdated 2026-05-27Added Jul 22, 2022700k+ installs92% rating100% support resolved
24
Score
704
Errors
551
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Top Issues by Category

maintainability764
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING2872file system operations fcloseWordPress.WP.AlternativeFunctions.file_system_operations_fcloseERROR663file system operations fwriteWordPress.WP.AlternativeFunctions.file_system_operations_fwriteERROR644unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR635file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR616curl curl setoptWordPress.WP.AlternativeFunctions.curl_curl_setoptERROR457file system operations freadWordPress.WP.AlternativeFunctions.file_system_operations_freadERROR308file system operations mkdirWordPress.WP.AlternativeFunctions.file_system_operations_mkdirERROR279file system operations chmodWordPress.WP.AlternativeFunctions.file_system_operations_chmodERROR2510parse url parse urlWordPress.WP.AlternativeFunctions.parse_url_parse_urlERROR1811Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING1512date dateWordPress.DateTime.RestrictedFunctions.date_dateERROR1313rename renameWordPress.WP.AlternativeFunctions.rename_renameERROR1314file system operations touchWordPress.WP.AlternativeFunctions.file_system_operations_touchERROR1115missing direct file access protectionmissing_direct_file_access_protectionERROR1016Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING817error log trigger errorWordPress.PHP.DevelopmentFunctions.error_log_trigger_errorWARNING8
security296
i18n11

Issues Details

1,255 issues found in latest scan

WARNING287
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR90
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"S3::getDistributionInvalidationList('{$distributionId}'): [%s]"'.

ERROR66
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR64
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

ERROR63
WordPress.WP.AlternativeFunctions.unlink_unlink

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

ERROR61
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

WARNING51
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING46
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[LOGGED_IN_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar

ERROR45
WordPress.WP.AlternativeFunctions.curl_curl_setopt

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

WARNING36
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING36
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]

ERROR30
WordPress.WP.AlternativeFunctions.file_system_operations_fread

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

WARNING29
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR27
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

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

ERROR25
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

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

ERROR18
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

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.

ERROR13
WordPress.WP.AlternativeFunctions.rename_rename

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

ERROR11
WordPress.WP.AlternativeFunctions.file_system_operations_touch

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

ERROR11
WordPress.WP.I18n.MissingArgDomain

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

ERROR10
missing_direct_file_access_protection

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

ERROR8
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING8
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

Latest Snapshot

Findings

1,255

Errors

704

Warnings

551

Score History

First score snapshot

First scan completed Jun 19, 2026

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

Jun 19, 2026

v1.5.3

24

Latest

Findings
1,255
Errors
704
Warnings
551
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins