LH Export Users to CSV Security & Risk Analysis

wordpress.org/plugins/lh-export-users-to-csv

Export Users to CSV Plugin allows you to export users listings and their metadata into a CSV file.

30 active installs v1.00 PHP 5.6+ WP 5.0+ Updated Jul 31, 2022
csvexport-usersreportsuser-exportusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is LH Export Users to CSV Safe to Use in 2026?

Generally Safe

Score 85/100

LH Export Users to CSV has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

The "lh-export-users-to-csv" plugin version 1.00 exhibits a generally good security posture based on the provided static analysis. The plugin demonstrates strong adherence to secure coding practices by having zero AJAX handlers, REST API routes, shortcodes, or cron events that could serve as direct attack vectors. Furthermore, all identified SQL queries are correctly utilizing prepared statements, and the plugin includes at least one nonce and capability check, which are essential for protecting against common web vulnerabilities. The absence of any recorded vulnerabilities in its history is also a positive indicator.

However, there are minor areas for improvement. A significant portion (40%) of the plugin's output is not properly escaped, which could potentially lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is directly reflected in the output without sanitization. The presence of file operations, while not inherently insecure, warrants careful review to ensure no sensitive files can be accessed or manipulated inappropriately. The static analysis also indicates a lack of taint analysis, which might mean potential risks in more complex data flows were not identified.

Overall, "lh-export-users-to-csv" v1.00 appears to be a relatively secure plugin with a limited attack surface and good foundational security practices. The primary concern lies in the unescaped output. The lack of historical vulnerabilities is encouraging, but the absence of taint analysis means a complete security picture might be missing.

Key Concerns

  • Unescaped output found
  • File operations present
  • Taint analysis not performed
Vulnerabilities
None known

LH Export Users to CSV Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

LH Export Users to CSV Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
2
3 escaped
Nonce Checks
1
Capability Checks
1
File Operations
2
External Requests
0
Bundled Libraries
0

Output Escaping

60% escaped5 total outputs
Attack Surface

LH Export Users to CSV Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_initlh-export-users-to-csv.php:181
filterplugin_action_linkslh-export-users-to-csv.php:184
actiontool_boxlh-export-users-to-csv.php:189
actionplugins_loadedlh-export-users-to-csv.php:211
Maintenance & Trust

LH Export Users to CSV Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedJul 31, 2022
PHP min version5.6
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

LH Export Users to CSV Developer Profile

shawfactor

77 plugins · 15K total installs

91
trust score
Avg Security Score
87/100
Avg Patch Time
7 days
View full developer profile
Detection Fingerprints

How We Detect LH Export Users to CSV

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
lh_eutc-generate_download_div
Shortcode Output
<div class="card" id="lh_eutc-generate_download_div"> <h2 class="title">Download your Users</h2><a href="/wp-admin/users.php?run=lh-export-users-to-csv/lh-export-users-to-csv.php&_wpnonce="> <button class="button button-blue button-bordered">Generate Report</button></a> <p>This will generate a CSV file of the details of your users.</p> </div>
FAQ

Frequently Asked Questions about LH Export Users to CSV