WP Cron Cleaner Security & Risk Analysis

wordpress.org/plugins/wp-cron-cleaner

View all your cron scheduled tasks, then clean what you want.

500 active installs v1.0.3 PHP + WP 3.1.0+ Updated Feb 2, 2026
croncron-jobschedulewoocommercewp-cron
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Cron Cleaner Safe to Use in 2026?

Generally Safe

Score 100/100

WP Cron Cleaner has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2mo ago
Risk Assessment

The wp-cron-cleaner plugin v1.0.3 exhibits a generally good security posture based on the provided static analysis and vulnerability history. The absence of any known CVEs and a clean vulnerability history suggest responsible development practices regarding past security issues. The attack surface appears minimal, with no exposed AJAX handlers, REST API routes, or shortcodes without authentication, which is a strong positive indicator. Furthermore, the lack of file operations and external HTTP requests reduces potential vectors for exploitation.

However, there are areas for improvement. The single SQL query is not using prepared statements, presenting a potential risk for SQL injection if the query's inputs are not rigorously sanitized. While the taint analysis shows no unsanitized paths, this isolated non-prepared SQL query still warrants attention. The output escaping, at only 18% proper, is a significant concern. This low percentage indicates a high likelihood of cross-site scripting (XSS) vulnerabilities, as user-supplied data might be directly reflected in the output without proper encoding, allowing attackers to inject malicious scripts.

Key Concerns

  • SQL query not using prepared statements
  • Low percentage of properly escaped output (XSS risk)
Vulnerabilities
None known

WP Cron Cleaner Security Vulnerabilities

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

WP Cron Cleaner Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

18% escaped11 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
WPCC_print_page_content (includes\class_clean_cron.php:170)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Cron Cleaner Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionplugins_loadedwp-cron-cleaner.php:47
actionadmin_menuwp-cron-cleaner.php:57
actionadmin_enqueue_scriptswp-cron-cleaner.php:68
Maintenance & Trust

WP Cron Cleaner Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 2, 2026
PHP min version
Downloads17K

Community Trust

Rating68/100
Number of ratings12
Active installs500
Developer Profile

WP Cron Cleaner Developer Profile

Younes JFR.

4 plugins · 121K total installs

77
trust score
Avg Security Score
97/100
Avg Patch Time
416 days
View full developer profile
Detection Fingerprints

How We Detect WP Cron Cleaner

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-cron-cleaner/css/admin.css/wp-content/plugins/wp-cron-cleaner/js/admin.js
Script Paths
/wp-content/plugins/wp-cron-cleaner/js/admin.js
Version Parameters
wp-cron-cleaner/css/admin.css?ver=wp-cron-cleaner/js/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
WPCC-margin-r-300WPCC-tab-boxWPCC-tab-box-divWPCC-sidebar
HTML Comments
Test validity of WP_List_Table class after each release of WP.Notice from Wordpress.org:Since this class is marked as private, developers should use this only at their own risk as this class issubject to change in future WordPress releases. Any developers using this class are strongly encouraged to+17 more
Data Attributes
data-tab
JS Globals
WPCC_PLUGIN_VERSIONWPCC_PLUGIN_DIR_PATHWPCC_load_textdomainWPCC_add_admin_menuWPCC_tool_submenuWPCC_load_styles_and_scripts+5 more
FAQ

Frequently Asked Questions about WP Cron Cleaner