WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Security & Risk Analysis

wordpress.org/plugins/wp-super-minify

A lightweight plugin that automatically minifies, compresses, and caches HTML, CSS, and JavaScript on demand to improve your website’s load speed.

9K active installs v2.0.1 PHP 5.6+ WP 3.5+ Updated Feb 10, 2026
compresscsshtmljavascriptminify
100
A · Safe
CVEs total1
Unpatched0
Last CVEAug 28, 2023
Safety Verdict

Is WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Safe to Use in 2026?

Generally Safe

Score 100/100

WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Aug 28, 2023Updated 1mo ago
Risk Assessment

The "wp-super-minify" plugin version 2.0.1 presents a mixed security posture. On the positive side, the plugin demonstrates good practices by having no identified AJAX handlers, REST API routes, shortcodes, or cron events that lack proper authentication or permission checks. Furthermore, all SQL queries utilize prepared statements, and a nonce check is present, indicating an awareness of common WordPress security vulnerabilities.

However, several concerns are flagged by the static analysis. The presence of a 'dangerous function' (preg_replace(/e)) is a notable risk, as this pattern can be exploited for remote code execution if not handled with extreme care and input validation. The low percentage of properly escaped output (22%) is also a significant weakness, suggesting a high potential for Cross-Site Scripting (XSS) vulnerabilities across various output points.

The plugin's vulnerability history shows one known CVE, which is thankfully patched, and the common vulnerability type being Cross-Site Request Forgery (CSRF). While there are no currently unpatched critical or high vulnerabilities, the history of CSRF and the static analysis concerns suggest that while the entry points are well-secured, the internal handling of data and output might not be as robust. The conclusion is that while the plugin has a small attack surface and secures its entry points well, the risk of XSS due to poor output escaping and the presence of a dangerous function warrant careful attention and potential remediation.

Key Concerns

  • Dangerous function detected (preg_replace(/e))
  • Low percentage of properly escaped output (22%)
  • Bundled outdated library (jQuery v1.12.4)
  • One known CVE in history
Vulnerabilities
1

WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Security Vulnerabilities

CVEs by Year

1 CVE in 2023
2023
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2023-27615medium · 4.3Cross-Site Request Forgery (CSRF)

WP Super Minify <= 1.5.1 - Cross-Site Request Forgery via 'wpsmy_admin_options'

Aug 28, 2023 Patched in 1.6 (148d)
Code Analysis
Analyzed Mar 16, 2026

WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Code Analysis

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

Dangerous Functions Found

preg_replace(/e)preg_replace('/eincludes\min\src\JS.php:433

Bundled Libraries

jQuery1.12.4

Output Escaping

22% escaped27 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
wpsmy_admin_options (wp-super-minify.php:87)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionwpsmy_rating_system_actionrating-support.php:27
actionadmin_noticesrating-support.php:117
actionadmin_initwp-super-minify.php:44
actionadmin_menuwp-super-minify.php:55
filterplugin_row_metawp-super-minify.php:84
actionadmin_initwp-super-minify.php:214
actiontemplate_redirectwp-super-minify.php:287
actionshutdownwp-super-minify.php:295
actionshutdownwp-super-minify.php:304
actionwp_enqueue_scriptswp-super-minify.php:307
Maintenance & Trust

WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 10, 2026
PHP min version5.6
Downloads357K

Community Trust

Rating82/100
Number of ratings70
Active installs9K
Developer Profile

WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript Developer Profile

Dipak C. Gajjar

4 plugins · 19K total installs

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

How We Detect WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-super-minify/assets/css/style.min.css

HTML / DOM Fingerprints

CSS Classes
wpsmy_settings
Data Attributes
name="wpsmy_combine_js"id="wpsmy_combine_js"name="wpsmy_combine_css"id="wpsmy_combine_css"name="wpsmy_clear_minified"
FAQ

Frequently Asked Questions about WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript