Basis Tables Security & Risk Analysis

wordpress.org/plugins/basis-tables

Modern, performant tables for WordPress with responsive, accessible features. TablePress-like editor with inline editing and AJAX saving.

0 active installs v0.1.0 PHP 7.4+ WP 6.0+ Updated Oct 24, 2025
ajaxcsvdataeditortable
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Basis Tables Safe to Use in 2026?

Generally Safe

Score 100/100

Basis Tables has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5mo ago
Risk Assessment

The "basis-tables" v0.1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The complete absence of identified AJAX handlers, REST API routes, shortcodes, and cron events indicates a very limited attack surface. Furthermore, the plugin reports no dangerous functions, file operations, external HTTP requests, or bundled libraries, which are all positive indicators. The high percentage of SQL queries utilizing prepared statements is also a significant strength, mitigating risks of SQL injection.

However, a critical weakness is the complete lack of output escaping for all identified outputs. This presents a significant risk of Cross-Site Scripting (XSS) vulnerabilities. Even with a limited attack surface and other good practices, unescaped output can be exploited if any of the plugin's functionalities, however limited, ever become exposed to user input or data displayed on the frontend. The absence of nonce and capability checks, while not directly exploitable given the current attack surface, is a concern for future maintainability and scalability, as it implies a lack of inherent authorization mechanisms.

The plugin's vulnerability history shows zero known CVEs, which is excellent and suggests that past versions (or this version) have not had publicly disclosed security flaws. This, combined with the static analysis findings of no critical or high severity taint flows, paints a picture of a carefully developed plugin from a vulnerability perspective. Despite the very positive history and overall clean code, the unescaped output is a glaring and potentially exploitable issue that requires immediate attention.

Key Concerns

  • Unescaped output for all identified outputs
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Basis Tables Security Vulnerabilities

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

Basis Tables Code Analysis

Dangerous Functions
0
Raw SQL Queries
7
68 prepared
Unescaped Output
131
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

91% prepared75 total queries

Output Escaping

0% escaped131 total outputs
Data Flows
All sanitized

Data Flow Analysis

5 flows
<Ajax> (includes\Admin\Ajax.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Basis Tables Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionplugins_loadedbasis-tables.php:96
Maintenance & Trust

Basis Tables Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedOct 24, 2025
PHP min version7.4
Downloads168

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Basis Tables Developer Profile

roehler

5 plugins · 210 total installs

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

How We Detect Basis Tables

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/basis-tables/assets/css/admin.css/wp-content/plugins/basis-tables/assets/js/admin.js/wp-content/plugins/basis-tables/assets/css/frontend.css/wp-content/plugins/basis-tables/assets/js/frontend.js
Script Paths
/wp-content/plugins/basis-tables/assets/js/admin.js/wp-content/plugins/basis-tables/assets/js/frontend.js
Version Parameters
basis-tables/assets/css/admin.css?ver=basis-tables/assets/js/admin.js?ver=basis-tables/assets/css/frontend.css?ver=basis-tables/assets/js/frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
basis-tables-table
Data Attributes
data-bt-sortabledata-bt-filterdata-bt-paginatedata-bt-pagedata-bt-per-pagedata-bt-order+2 more
Shortcode Output
[basistables
FAQ

Frequently Asked Questions about Basis Tables