WP Import Export Lite

Complete Import & Export solution for Posts, Pages, Custom Post, Users, Taxonomies, Comments etc.

v3.9.30vjinfotechUpdated 2025-08-04Added Jul 27, 201940k+ installs80% rating
18
Score
738
Errors
979
Warnings
+0
Change

Category Scores

Security0
Repo54
Performance100
Maintainability0

Top Issues by Category

maintainability825
security788
supply_chain9

Issues Details

1,717 issues found in latest scan

WARNING244
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR227
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$bitmap doesn't appear to be a valid bitmap image.\n"'.

WARNING112
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING108
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING107
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name']

WARNING104
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING101
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR100
missing_direct_file_access_protection

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

WARNING96
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR76
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'.

ERROR61
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR43
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

ERROR38
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR31
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR28
WordPress.WP.AlternativeFunctions.unlink_unlink

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

ERROR27
WordPress.WP.AlternativeFunctions.file_system_operations_fread

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

WARNING18
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

ERROR17
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING16
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR15
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR13
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $dateQuery used in $wpdb->get_var()\n$dateQuery assigned unsafely at line 222.

WARNING12
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

WARNING10
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Message".

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR9
hidden_files

Hidden files are not permitted.

Latest Snapshot

Findings

1,717

Errors

738

Warnings

979

Score History

First score snapshot

First scan completed Jun 20, 2026

v3.9.30 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v3.9.30

18

Latest

Findings
1,717
Errors
738
Warnings
979
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins