Jetpack VaultPress

(DEPRECATED: Please install "Jetpack VaultPress Backup" instead) Jetpack VaultPress offers real-time backups, one-click restores, and premiu …

v4.0.7AutomatticUpdated Added 10k+ installs76% rating
28
Score
71
Errors
362
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability26

Top Issues by Category

security305
maintainability88
i18n14

Issues Details

433 issues found in latest scan

WARNING88
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING57
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['action']

WARNING57
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING44
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING19
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING16
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING16
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR15
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING11
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT COUNT( $column ) FROM `$table`"

ERROR9
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING7
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

ERROR6
Generic.PHP.ForbiddenFunctions.Found

The use of function eval() is forbidden

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR6
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR5
WordPress.WP.I18n.MissingArgDomain

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

ERROR3
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING3
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

ERROR3
WordPress.WP.AlternativeFunctions.unlink_unlink

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

ERROR2
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fsockopen

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

Latest Snapshot

Findings

433

Errors

71

Warnings

362

Score History

First score snapshot

First scan completed

v4.0.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v4.0.7

28

Latest

Findings
433
Errors
71
Warnings
362
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins