Prevent Browser Caching Security & Risk Analysis

wordpress.org/plugins/prevent-browser-caching

Updates the assets version of all CSS and JS files. Shows the latest changes on the site without asking the client to clear browser cache.

10K active installs v2.3.5 PHP + WP 4.0+ Updated Apr 9, 2024
assetsbrowser-cachecleardevelopmentfrontend
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Prevent Browser Caching Safe to Use in 2026?

Generally Safe

Score 92/100

Prevent Browser Caching has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "prevent-browser-caching" v2.3.5 plugin exhibits a generally good security posture, with no known vulnerabilities or critical code signals. The plugin has a very small attack surface, consisting of a single AJAX handler which, importantly, has authentication checks. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests are all positive indicators. Furthermore, the presence of nonce and capability checks on its entry points suggests a deliberate effort to secure its functionalities.

However, there is a notable concern regarding output escaping. With 11 total outputs, only 45% are properly escaped. This means that a significant portion of the plugin's output could be vulnerable to Cross-Site Scripting (XSS) attacks if user-supplied data is incorporated into these unescaped outputs without proper sanitization. While taint analysis showed no flows, this is likely due to the limited nature of the analysis or the absence of complex data flows within this specific plugin, and does not negate the risk posed by unescaped output.

Overall, the plugin demonstrates a commitment to secure coding practices in many areas, especially concerning its limited attack surface and use of prepared statements. The primary weakness lies in the insufficient output escaping, which presents a moderate risk that should be addressed to achieve a more robust security profile.

Key Concerns

  • Insufficient output escaping (45% properly escaped)
Vulnerabilities
None known

Prevent Browser Caching Security Vulnerabilities

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

Prevent Browser Caching Code Analysis

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

Output Escaping

45% escaped11 total outputs
Attack Surface

Prevent Browser Caching Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_pbc_update_clear_cache_timeincludes\admin\class-prevent-browser-caching-admin-settings.php:13
WordPress Hooks 11
actionadmin_menuincludes\admin\class-prevent-browser-caching-admin-settings.php:11
actionadmin_initincludes\admin\class-prevent-browser-caching-admin-settings.php:12
filterstyle_loader_srcincludes\class-prevent-browser-caching-function.php:51
filterscript_loader_srcincludes\class-prevent-browser-caching-function.php:52
actionadmin_bar_menuincludes\class-prevent-browser-caching.php:66
actionadmin_initincludes\class-prevent-browser-caching.php:69
actiontemplate_redirectincludes\class-prevent-browser-caching.php:71
filterstyle_loader_srcincludes\class-prevent-browser-caching.php:76
filterscript_loader_srcincludes\class-prevent-browser-caching.php:77
actionplugins_loadedprevent-browser-caching.php:41
actionafter_setup_themeprevent-browser-caching.php:71
Maintenance & Trust

Prevent Browser Caching Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedApr 9, 2024
PHP min version
Downloads109K

Community Trust

Rating98/100
Number of ratings28
Active installs10K
Developer Profile

Prevent Browser Caching Developer Profile

kostyatereshchuk

3 plugins · 10K total installs

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

How We Detect Prevent Browser Caching

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

Asset Fingerprints

Version Parameters
prevent-browser-caching/style.css?ver=prevent-browser-caching/script.js?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Prevent Browser Caching