Stripe CSV Exports Security & Risk Analysis

wordpress.org/plugins/export-stripe-csv

Create CSV custom exports for accountancy needs (including VAT)

0 active installs v1.2.2 PHP + WP 4.0+ Updated Unknown
csvcustomexportstripe
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Stripe CSV Exports Safe to Use in 2026?

Generally Safe

Score 100/100

Stripe CSV Exports has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "export-stripe-csv" plugin version 1.2.2 exhibits a generally good security posture with no known historical vulnerabilities. The static analysis reveals a minimal attack surface, with no AJAX handlers, REST API routes, or shortcodes exposed. Crucially, all SQL queries are properly prepared, and there are no external HTTP requests, which significantly reduces common web attack vectors. The plugin also demonstrates an awareness of security best practices by incorporating nonce checks and utilizing the Stripe PHP library, a reputable external dependency.

However, there are areas for improvement. The relatively low percentage of properly escaped output (73%) suggests that a portion of the plugin's output might be vulnerable to cross-site scripting (XSS) attacks. Additionally, while the taint analysis found no critical or high-severity unsanitized flows, the presence of two flows with unsanitized paths warrants investigation to ensure they do not lead to unintended consequences. The absence of capability checks on entry points, though currently zero due to the limited attack surface, could become a concern if new entry points are added in the future without proper authorization controls.

Overall, "export-stripe-csv" v1.2.2 appears to be a relatively safe plugin, especially given its clean vulnerability history. The developers have implemented some key security measures. The primary concerns lie in the potential for XSS due to partially unescaped output and the need to thoroughly review the identified unsanitized taint flows. Addressing these points would further solidify the plugin's security.

Key Concerns

  • Unescaped output detected
  • Unsanitized path taint flows
  • No capability checks on entry points
Vulnerabilities
None known

Stripe CSV Exports Security Vulnerabilities

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

Stripe CSV Exports Code Analysis

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

Bundled Libraries

Stripe PHP

Output Escaping

73% escaped41 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
strcsvexp_export_payments (stripe_csv_exports.php:525)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Stripe CSV Exports Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionnetwork_admin_menustripe_csv_exports.php:58
actionadmin_initstripe_csv_exports.php:60
actionadmin_initstripe_csv_exports.php:62
filterstrcsvexp_stripe_file_to_arraystripe_csv_exports.php:65
filterstrcsvexp_stripe_array_to_reportstripe_csv_exports.php:67
filterstrcsvexp_stripe_column_analysisstripe_csv_exports.php:69
actionstrcsvexp_daily_checkstripe_csv_exports.php:73

Scheduled Events 1

strcsvexp_daily_check
Maintenance & Trust

Stripe CSV Exports Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedUnknown
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Stripe CSV Exports Developer Profile

termel

14 plugins · 800 total installs

83
trust score
Avg Security Score
84/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Stripe CSV Exports

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Stripe CSV Exports