WPvivid — Backup, Migration & Staging

Migrate, staging, backup WordPress, all in one.

v0.9.129wpvividpluginsUpdated 2026-06-01Added Jan 4, 2019900k+ installs98% rating38% support resolved
25
Score
899
Errors
1,461
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability0

Top Issues by Category

maintainability1,343
security685

Issues Details

2,360 issues found in latest scan

WARNING248
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Aws\Common".

WARNING190
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING161
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING160
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING132
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR112
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR98
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR83
missing_direct_file_access_protection

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

WARNING81
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_ENV['MAGIC']

WARNING74
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $and at "SELECT DISTINCT post_author FROM $wpdb->posts WHERE post_status != 'auto-draft' $and"

WARNING72
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR70
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR63
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

ERROR62
WordPress.WP.AlternativeFunctions.file_system_operations_fread

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

ERROR60
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING58
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING43
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING43
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING41
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING37
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

ERROR36
WordPress.WP.AlternativeFunctions.curl_curl_setopt

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

ERROR33
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

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

WARNING27
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR22
PluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWrite

Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.

ERROR22
WordPress.DB.RestrictedClasses.mysql__PDO

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.

Latest Snapshot

Findings

2,360

Errors

899

Warnings

1,461

Score History

First score snapshot

First scan completed Jun 19, 2026

v0.9.129 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v0.9.129

25

Latest

Findings
2,360
Errors
899
Warnings
1,461
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins