WP Import Export Lite

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

v3.9.32vjinfotechUpdated Added 40k+ installs80% rating
19
Score
737
Errors
979
Warnings
+1
Change

Category Scores

Security0
Repo59
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,716 findings

Maintainability

825

14 issue groups

Security

788

10 issue groups

Supply Chain

9

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".244
Category
Maintainability
Occurrences
244
Severity
warning

Sample message

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

ERRORSecurityException output is not escapedAll 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"'.227
Category
Security
Occurrences
227
Severity
error

Sample message

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"'.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.112
Category
Security
Occurrences
112
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.108
Category
Security
Occurrences
108
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name']107
Category
Security
Occurrences
107
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['activeFile'] not unslashed before sanitization. Use wp_unslash() or similar104
Category
Security
Occurrences
104
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.101
Category
Maintainability
Occurrences
101
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;100
Category
Maintainability
Occurrences
100
Severity
error

Sample message

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

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().96
Category
Maintainability
Occurrences
96
Severity
warning

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'.76
Category
Security
Occurrences
76
Severity
error

Sample message

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

Show 15 more
ERRORMaintainabilitydate date61
Category
Maintainability
Occurrences
61
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fwrite43
Category
Maintainability
Occurrences
43
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fclose38
Category
Maintainability
Occurrences
38
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fopen31
Category
Maintainability
Occurrences
31
Severity
error

Sample message

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

ERRORMaintainabilityunlink unlink28
Category
Maintainability
Occurrences
28
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fread27
Category
Maintainability
Occurrences
27
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed constant18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

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

ERRORSecuritySQL query is not prepared17
Category
Security
Occurrences
17
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed function16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

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

ERRORSecurityUnsafe printing function15
Category
Security
Occurrences
15
Severity
error

Sample message

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

ERRORSecurityDatabase parameter is not escaped13
Category
Security
Occurrences
13
Severity
error

Sample message

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

WARNINGMaintainabilityerror log trigger error12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed namespace10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

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

WARNINGSecurityInput is not validated9
Category
Security
Occurrences
9
Severity
warning

Sample message

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

ERRORSupply ChainHidden files included9
Category
Supply Chain
Occurrences
9
Severity
error

Sample message

Hidden files are not permitted.

External Connections

Potential connections found in static code analysis.

67 domains

Outbound calls

259

External assets

2

Incoming endpoints

39

Notable Domains

tools.ietf.org26 · outbound
php.net21 · outbound
purl.oclc.org7 · outbound
1.envato.market6 · outbound

Platform / Reference Domains

github.com27 · platform/reference
w3.org19 · platform/reference
opensource.org8 · platform/reference

External Asset Domains

datatables.net5 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints39
wp_ajax_wpie_change_license_statusauthenticated

wp_ajax

wp_ajax_wpie_delete_tempaltesauthenticated

wp_ajax

wp_ajax_wpie_export_create_dataauthenticated

wp_ajax

wp_ajax_wpie_export_field_listauthenticated

wp_ajax

wp_ajax_wpie_export_get_preview_dataauthenticated

wp_ajax

wp_ajax_wpie_export_get_rule_listauthenticated

wp_ajax

wp_ajax_wpie_export_get_settings_listauthenticated

wp_ajax

wp_ajax_wpie_export_get_template_dataauthenticated

wp_ajax

wp_ajax_wpie_export_get_template_listauthenticated

wp_ajax

wp_ajax_wpie_export_prepare_fileauthenticated

wp_ajax

wp_ajax_wpie_export_records_countauthenticated

wp_ajax

wp_ajax_wpie_export_save_templateauthenticated

wp_ajax

27 more hidden

Score History

2 score snapshots

+1
1007550250Jun 20, 2026, 02:25 AM UTC Score 18/100 Plugin v3.9.30 Plugin Check 2.0.0 738 errors, 979 warningsJun 27, 2026, 04:33 AM UTC Score 19/100 Plugin v3.9.32 Plugin Check 2.0.0 737 errors, 979 warningsJun 20, 2026Jun 27, 2026

v3.9.32

19

Latest

Findings
1,716
Errors
737
Warnings
979
Check
2.0.0

v3.9.30

18

Score

Findings
1,717
Errors
738
Warnings
979
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Aruba Migration Tool

600 active installs

100
Export Media as ZIP

1k+ active installs

100
Export Media URLs

7k+ active installs

100
Add From Server Reloaded

3k+ active installs

99
Crafthemes Demo Import

400 active installs

99