Lightweight Grid Columns Security & Risk Analysis

wordpress.org/plugins/lightweight-grid-columns

Easily add desktop, tablet and mobile friendly columns to your content using an easy to use shortcode.

10K active installs v1.0 PHP + WP 4.5+ Updated Mar 14, 2019
columnscolumns-shortcodegrid-columns
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Lightweight Grid Columns Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The lightweight-grid-columns plugin v1.0 exhibits a generally good security posture based on the static analysis and vulnerability history provided. The absence of dangerous functions, file operations, external HTTP requests, and the consistent use of prepared statements for SQL queries are strong indicators of secure coding practices. Furthermore, the plugin demonstrates a low attack surface with only one shortcode and no AJAX or REST API entry points that appear to be unprotected. The vulnerability history is also clean, with no known CVEs, suggesting a lack of past security incidents.

However, there are a few areas that warrant attention. The plugin has 86% proper output escaping, which means there's a small but present risk of unescaped output. While the taint analysis found no issues, this is likely due to the zero flows analyzed, and doesn't negate the potential for issues if more complex data handling were present. The zero nonce checks, combined with the potential for unescaped output, could be a concern if the shortcode or any future entry points interact with user-supplied data in a sensitive manner. Despite these minor points, the plugin appears to be well-developed from a security perspective, with a strong emphasis on preventing common vulnerabilities.

Key Concerns

  • Unescaped output detected (14% of outputs)
  • No nonce checks present
Vulnerabilities
None known

Lightweight Grid Columns Security Vulnerabilities

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

Lightweight Grid Columns Code Analysis

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

Output Escaping

86% escaped7 total outputs
Attack Surface

Lightweight Grid Columns Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[lgc_column] lightweight-grid-columns.php:32
WordPress Hooks 10
actionplugins_loadedlightweight-grid-columns.php:16
actioninitlightweight-grid-columns.php:27
actionadmin_initlightweight-grid-columns.php:37
filtermce_external_pluginslightweight-grid-columns.php:49
filtermce_buttonslightweight-grid-columns.php:50
actionadmin_headlightweight-grid-columns.php:76
actionadmin_enqueue_scriptslightweight-grid-columns.php:96
actionwp_enqueue_scriptslightweight-grid-columns.php:106
filterthe_contentlightweight-grid-columns.php:156
actionwp_headlightweight-grid-columns.php:173
Maintenance & Trust

Lightweight Grid Columns Maintenance & Trust

Maintenance Signals

WordPress version tested5.1.22
Last updatedMar 14, 2019
PHP min version
Downloads120K

Community Trust

Rating98/100
Number of ratings42
Active installs10K
Developer Profile

Lightweight Grid Columns Developer Profile

Tom

9 plugins · 890K total installs

72
trust score
Avg Security Score
90/100
Avg Patch Time
166 days
View full developer profile
Detection Fingerprints

How We Detect Lightweight Grid Columns

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lightweight-grid-columns/css/admin.css/wp-content/plugins/lightweight-grid-columns/css/unsemantic-grid-responsive-tablet.css/wp-content/plugins/lightweight-grid-columns/js/jquery.matchHeight-min.js
Script Paths
/wp-content/plugins/lightweight-grid-columns/js/button.js
Version Parameters
lightweight-grid-columns/css/unsemantic-grid-responsive-tablet.css?ver=1.0lightweight-grid-columns/js/jquery.matchHeight-min.js?ver=1.0

HTML / DOM Fingerprints

CSS Classes
lgc-columnlgc-grid-parentinside-grid-columnlgc-clearlgc-grid-lgc-tablet-grid-lgc-mobile-grid-lgc-equal-heights
HTML Comments
<!--[if lt IE 9]><![endif]-->
Data Attributes
lgc-equal-heightsid="lgc-columns-button"
JS Globals
lgc_add_columnslgc_columnslgc_desktoplgc_tabletlgc_mobilelgc_content+1 more
Shortcode Output
<div class="lgc-column lgc-grid-parent lgc-grid-<div class="inside-grid-column"><div class="lgc-clear"></div>
FAQ

Frequently Asked Questions about Lightweight Grid Columns