Table Builder for CSV Security & Risk Analysis

wordpress.org/plugins/table-builder-for-csv

The Table Builder for CSV is a simple plugin that creates HTML table from csv file.

0 active installs v1.0 PHP + WP 3.6.1+ Updated Oct 28, 2019
csvhtmlpaginationsearchtable
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Table Builder for CSV Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'table-builder-for-csv' v1.0 plugin presents a mixed security posture. On the positive side, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries and avoiding external HTTP requests. The attack surface appears minimal, with only one shortcode entry point, and importantly, there are no direct indications of unprotected entry points in the static analysis.

However, there are several areas of concern that detract from its overall security. The lack of nonce checks and capability checks is a significant weakness, leaving the shortcode susceptible to unauthorized actions if it performs sensitive operations. While the static analysis reports no dangerous functions or critical taint flows, the limited output escaping (only 70% properly escaped) suggests a potential for cross-site scripting (XSS) vulnerabilities if user-supplied data is not handled carefully in the remaining 30% of outputs.

The plugin's vulnerability history is clean, with no recorded CVEs. This, coupled with the lack of critical findings in taint analysis, might suggest a low likelihood of severe issues. However, the absence of vulnerabilities in previous versions doesn't guarantee future security, especially given the identified weaknesses in authentication and output sanitization. The plugin has strengths in its SQL handling and limited external dependencies, but the lack of robust authorization and incomplete output escaping are notable risks that require attention.

Key Concerns

  • Missing Nonce Checks
  • Missing Capability Checks
  • 30% of Outputs Not Properly Escaped
Vulnerabilities
None known

Table Builder for CSV Security Vulnerabilities

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

Table Builder for CSV Code Analysis

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

Output Escaping

70% escaped20 total outputs
Attack Surface

Table Builder for CSV Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[table_builder_for_csv] table-builder-for-csv.php:103
WordPress Hooks 1
actionwp_enqueue_scriptstable-builder-for-csv.php:26
Maintenance & Trust

Table Builder for CSV Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedOct 28, 2019
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Table Builder for CSV Developer Profile

Mostafa Shahiri

11 plugins · 30 total installs

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

How We Detect Table Builder for CSV

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/table-builder-for-csv/js/script.js/wp-content/plugins/table-builder-for-csv/css/style.css
Script Paths
/wp-content/plugins/table-builder-for-csv/js/script.js
Version Parameters
table-builder-for-csv/js/script.js?ver=1.0

HTML / DOM Fingerprints

CSS Classes
tblbuildercsvcsvlookupcsvtablecsvpagination
Data Attributes
data-namedata-rowsdata-textaligndata-headerbgdata-headercolordata-pagebg+5 more
Shortcode Output
<div class="tblbuildercsv"<input type="text" id="csvlookup<table class="csvtable"<div id="csvpagination
FAQ

Frequently Asked Questions about Table Builder for CSV