Column Shortcodes Security & Risk Analysis

wordpress.org/plugins/column-shortcodes

Adds shortcodes to easily create columns in your posts or pages.

60K active installs v1.0.1 PHP + WP 4.8+ Updated Oct 11, 2022
columncolumnsdividershortcodeshortcodes
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Column Shortcodes Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The "column-shortcodes" v1.0.1 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any detected dangerous functions, raw SQL queries, file operations, or external HTTP requests is highly encouraging. Furthermore, the presence of capability checks, even if limited, and the complete lack of known historical vulnerabilities suggest diligent development practices and a stable codebase. The lack of any identified taint flows is a significant positive indicator, meaning there are no obvious paths for user-supplied data to compromise the system directly through unhandled input.

However, a notable concern arises from the absence of nonce checks across any entry points. While the attack surface is currently reported as zero, this might be due to the specific version analyzed or the way the analysis was performed. If any functionality were to be added or exposed in the future without nonce verification, it could lead to Cross-Site Request Forgery (CSRF) vulnerabilities. Additionally, 25% of output escaping is not properly implemented, which could lead to Cross-Site Scripting (XSS) vulnerabilities if the unescaped outputs are user-controllable. The plugin's strengths lie in its clean code and lack of historical issues, but the potential for XSS and the absence of CSRF protection are areas that warrant attention.

Key Concerns

  • 25% of output escaping is not properly handled
  • No nonce checks on any entry points
Vulnerabilities
None known

Column Shortcodes Security Vulnerabilities

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

Column Shortcodes Release Timeline

v1.0.1Current
v1.0
v0.6.9
v0.6.8
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.1
v0.6
v0.4
v0.3
v0.2
v0.1
Code Analysis
Analyzed Mar 16, 2026

Column Shortcodes Code Analysis

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

Output Escaping

75% escaped24 total outputs
Attack Surface

Column Shortcodes Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionadmin_initcolumn-shortcodes.php:51
actionadmin_footercolumn-shortcodes.php:52
actionplugins_loadedcolumn-shortcodes.php:53
actionwp_loadedcolumn-shortcodes.php:54
actionadmin_print_stylescolumn-shortcodes.php:57
actionadmin_enqueue_scriptscolumn-shortcodes.php:58
actionwp_enqueue_scriptscolumn-shortcodes.php:59
filtertiny_mce_pluginscolumn-shortcodes.php:62
actionadmin_headcolumn-shortcodes.php:289
actionmedia_buttonscolumn-shortcodes.php:292
Maintenance & Trust

Column Shortcodes Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedOct 11, 2022
PHP min version
Downloads895K

Community Trust

Rating96/100
Number of ratings134
Active installs60K
Developer Profile

Column Shortcodes Developer Profile

Tobias Schutter

1 plugin · 60K total installs

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

How We Detect Column Shortcodes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/column-shortcodes/assets/css/admin.css/wp-content/plugins/column-shortcodes/assets/css/admin-rtl.css/wp-content/plugins/column-shortcodes/assets/js/admin.js/wp-content/plugins/column-shortcodes/assets/js/jquery.ck.js/wp-content/plugins/column-shortcodes/assets/js/plugins.js/wp-content/plugins/column-shortcodes/assets/css/shortcodes-rtl.css/wp-content/plugins/column-shortcodes/assets/css/shortcodes.css
Script Paths
/wp-content/plugins/column-shortcodes/assets/js/admin.js/wp-content/plugins/column-shortcodes/assets/js/jquery.ck.js/wp-content/plugins/column-shortcodes/assets/js/plugins.js
Version Parameters
column-shortcodes/assets/css/admin.css?ver=column-shortcodes/assets/css/admin-rtl.css?ver=column-shortcodes/assets/js/admin.js?ver=column-shortcodes/assets/js/jquery.ck.js?ver=column-shortcodes/assets/js/plugins.js?ver=column-shortcodes/assets/css/shortcodes-rtl.css?ver=column-shortcodes/assets/css/shortcodes.css?ver=

HTML / DOM Fingerprints

CSS Classes
content-columnlast_columnclear_column
Data Attributes
data-editor
Shortcode Output
<div class='content-column %s'>%s</div><div class='clear_column'></div>
FAQ

Frequently Asked Questions about Column Shortcodes