Responsive Table Security & Risk Analysis

wordpress.org/plugins/responsive-table

Transform your table in a mobile view design

300 active installs v1.0.2 PHP + WP 4.0+ Updated Dec 6, 2014
mobile-tableresponsiveresponsive-tabletable
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Responsive Table Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The 'responsive-table' plugin v1.0.2 exhibits a mixed security posture. On the positive side, it shows no known vulnerabilities (CVEs) and avoids dangerous functions, file operations, external HTTP requests, and SQL injection via prepared statements. The absence of taint analysis findings also suggests a lack of overtly insecure data handling in the analyzed flows. However, a significant concern arises from the complete lack of output escaping for all 12 detected outputs. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious code could be injected and executed in users' browsers if any user-supplied data is displayed without proper sanitization.

Furthermore, the plugin's static analysis reveals a concerning absence of security checks such as nonce checks and capability checks. While there are no unprotected entry points detected in this specific analysis (which might be due to the nature of the shortcode), the lack of these fundamental security mechanisms on any potential future AJAX handlers or REST API routes (if they were to be added) would be a critical weakness. The vulnerability history shows a clean record, which is good, but it doesn't mitigate the inherent risks identified in the current codebase, particularly the unescaped output.

In conclusion, while the plugin demonstrates good practices in areas like SQL query handling and avoiding known dangerous functions, the prevalent lack of output escaping presents a substantial XSS risk. The absence of nonce and capability checks on its limited attack surface is also a weakness. The clean CVE history is a positive indicator, but users should be aware that the current code has exploitable weaknesses that could be leveraged by attackers if user input is rendered directly.

Key Concerns

  • No output escaping detected
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Responsive Table Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Responsive Table Release Timeline

v1.0.2Current
v1.0.1
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

Responsive Table Code Analysis

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

Output Escaping

0% escaped12 total outputs
Attack Surface

Responsive Table Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[responsivetable] function.php:154
WordPress Hooks 2
actionadmin_menusettings_page.php:4
actionadmin_initsettings_page.php:63
Maintenance & Trust

Responsive Table Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedDec 6, 2014
PHP min version
Downloads14K

Community Trust

Rating44/100
Number of ratings6
Active installs300
Developer Profile

Responsive Table Developer Profile

Rex Anthony Eubanas (Batugan Design)

4 plugins · 520 total installs

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

How We Detect Responsive Table

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/responsive-table/style.css/wp-content/plugins/responsive-table/responsive-table.js
Script Paths
/wp-content/plugins/responsive-table/responsive-table.js
Version Parameters
responsive-table/style.css?ver=responsive-table.js?ver=

HTML / DOM Fingerprints

CSS Classes
responsive-table-shortcode-wraprt-tablert-theadrt-thrt-bodyrt-trrt-td
Shortcode Output
<div class="responsive-table-shortcode-wrap"><table class="rt-table">
FAQ

Frequently Asked Questions about Responsive Table