WP Delete Comments Security & Risk Analysis

wordpress.org/plugins/wp-delete-comments

WP Delete Comments allows you to delete your Pending, Approved, Spam, Trash or All of your comments.

10 active installs v1.0 PHP 5.2.4+ WP 4.6+ Updated Jan 11, 2019
delete-all-commentsdelete-commentsdelete-spam-commentsdelete-trash-comments
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP Delete Comments Safe to Use in 2026?

Generally Safe

Score 85/100

WP Delete Comments 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 wp-delete-comments v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events, especially those without authentication or permission checks, significantly reduces the plugin's attack surface. The code also demonstrates good practices by using prepared statements for all SQL queries and performing capability checks. Furthermore, the lack of any recorded vulnerabilities, past or present, is a positive indicator of the developer's commitment to security.

However, a notable concern is the relatively low percentage of properly escaped outputs (67%). This suggests that a portion of the data displayed to users might not be adequately sanitized, potentially leading to cross-site scripting (XSS) vulnerabilities if user-supplied data is directly echoed without proper escaping. The absence of taint analysis results also leaves a gap in understanding how data flows through the plugin and whether sensitive information could be mishandled. While the current results are promising, the unescaped outputs represent a tangible, albeit potentially low-severity, risk that warrants attention.

Key Concerns

  • Only 67% of outputs properly escaped
Vulnerabilities
None known

WP Delete Comments Security Vulnerabilities

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

WP Delete Comments Code Analysis

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

SQL Query Safety

100% prepared5 total queries

Output Escaping

67% escaped9 total outputs
Attack Surface

WP Delete Comments Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_initwp-delete-comments.php:14
actionadmin_menuwp-delete-comments.php:48
Maintenance & Trust

WP Delete Comments Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedJan 11, 2019
PHP min version5.2.4
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP Delete Comments Developer Profile

embarkcode

1 plugin · 10 total installs

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

How We Detect WP Delete Comments

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
ec_wp_delete_comments_row
Data Attributes
id="ec_wp_delete_comments_comments_type"name="ec_wp_delete_comments_comments_type"
FAQ

Frequently Asked Questions about WP Delete Comments