Clear OPcache Security & Risk Analysis

wordpress.org/plugins/clear-opcache

Flush PHP OPcache and WinCache with the click of a button and automatically before WordPress updates.

80 active installs v0.5 PHP 7.2+ WP 5.1+ Updated Dec 7, 2019
clearflushopcachewincache
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Clear OPcache Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The clear-opcache plugin, version 0.5, presents a mixed security posture. On the positive side, the static analysis reveals no dangerous functions, no file operations, no external HTTP requests, and all SQL queries utilize prepared statements. Furthermore, there is a complete absence of known CVEs, indicating a clean historical record regarding publicly disclosed vulnerabilities. The attack surface is also notably small, with no AJAX handlers, REST API routes, shortcodes, or cron events identified. However, a significant concern arises from the output escaping. With 12 total outputs and 0% properly escaped, there is a high risk of cross-site scripting (XSS) vulnerabilities. This lack of output sanitization means that any data rendered to the user interface, if it originates from an untrusted source or is manipulated, could potentially be exploited to execute malicious scripts in the user's browser. The absence of nonce and capability checks also contributes to this risk, as there are no inherent protections against unauthorized actions or data manipulation if an attacker can find a way to interact with the plugin's code.

Key Concerns

  • Outputs are not properly escaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Clear OPcache Security Vulnerabilities

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

Clear OPcache Code Analysis

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

Output Escaping

0% escaped12 total outputs
Attack Surface

Clear OPcache Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
filterplugin_row_metaclear_op_cache_plugin.php:77
filterupgrader_pre_installclear_op_cache_plugin.php:85
filterupgrader_process_completeclear_op_cache_plugin.php:86
actionadmin_bar_menuclear_op_cache_plugin.php:111
actionadmin_post_cocp_clear_opcacheclear_op_cache_plugin.php:135
actionadmin_menuclear_op_cache_plugin.php:140
actionadmin_noticesclear_op_cache_plugin.php:251
Maintenance & Trust

Clear OPcache Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedDec 7, 2019
PHP min version7.2
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs80
Developer Profile

Clear OPcache Developer Profile

jessehorne

1 plugin · 80 total installs

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

How We Detect Clear OPcache

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

Asset Fingerprints

Script Paths
/wp-content/plugins/clear-opcache/clear_op_cache_plugin.php

HTML / DOM Fingerprints

CSS Classes
cocp-clear-btn
Data Attributes
onclick
JS Globals
bc_cocp_clearopcachecocp_clear_btn
FAQ

Frequently Asked Questions about Clear OPcache