Boone's Sortable Columns Security & Risk Analysis

wordpress.org/plugins/boones-sortable-columns

A handy, extensible class for adding sortable columns your custom post type lists.

10 active installs v1.1 PHP + WP 3.1+ Updated Unknown
columnscustom-post-typestables
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Boone's Sortable Columns Safe to Use in 2026?

Generally Safe

Score 100/100

Boone's Sortable Columns has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "boones-sortable-columns" plugin v1.1 exhibits a generally strong security posture based on the provided static analysis. It demonstrates a complete absence of known vulnerabilities in its history, suggesting a history of responsible development and patching. Furthermore, the code analysis reveals no dangerous functions, no raw SQL queries (all use prepared statements), no file operations, and no external HTTP requests, which are all positive indicators. The lack of shortcodes, cron events, and particularly unprotected AJAX handlers or REST API routes significantly minimizes the potential attack surface.

However, a significant concern arises from the complete lack of output escaping. With four identified output points and 0% properly escaped, this presents a direct risk of cross-site scripting (XSS) vulnerabilities. If any data processed by this plugin is rendered directly in the browser without proper sanitization, an attacker could inject malicious scripts. Additionally, the complete absence of nonce and capability checks on any entry points (though the entry points are zero) is a weakness, as it implies a lack of robust access control mechanisms, even if currently not exploitable due to the limited attack surface. The absence of taint analysis data is also notable, as it prevents a deeper understanding of data flow risks.

In conclusion, while the plugin benefits from a clean vulnerability history and a small, seemingly secure attack surface with regards to SQL injection and other common web vulnerabilities, the unescaped output is a critical flaw that cannot be overlooked. The lack of any recorded vulnerabilities could also be partly due to the plugin's limited functionality or a lack of in-depth security auditing rather than inherent security. The strength lies in its lack of common vulnerabilities, but the weakness in output handling requires immediate attention.

Key Concerns

  • 0% output escaping
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Boone's Sortable Columns Security Vulnerabilities

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

Boone's Sortable Columns Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Boone's Sortable Columns Attack Surface

Entry Points0
Unprotected0
Maintenance & Trust

Boone's Sortable Columns Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Boone's Sortable Columns Developer Profile

Boone Gorges

27 plugins · 12K total installs

71
trust score
Avg Security Score
88/100
Avg Patch Time
1864 days
View full developer profile
Detection Fingerprints

How We Detect Boone's Sortable Columns

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/boones-sortable-columns/boones-sortable-columns.js
Script Paths
/wp-content/plugins/boones-sortable-columns/boones-sortable-columns.js
Version Parameters
boones-sortable-columns/boones-sortable-columns.js?ver=

HTML / DOM Fingerprints

CSS Classes
sortableascdesc
Data Attributes
data-bbg-cpt-sort
JS Globals
bbg_cpt_sort
FAQ

Frequently Asked Questions about Boone's Sortable Columns