Comment Approved Security & Risk Analysis

wordpress.org/plugins/comment-approved

Notify a user when their comment is approved.

500 active installs v1.6.1 PHP + WP 3.0+ Updated Nov 20, 2018
approvalapprovedcommentmessagenotification
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comment Approved Safe to Use in 2026?

Generally Safe

Score 85/100

Comment Approved 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 "comment-approved" v1.6.1 plugin exhibits a strong security posture based on the provided static analysis. There are no identified direct attack vectors through AJAX, REST API, shortcodes, or cron events. The code demonstrates excellent practices with 100% of SQL queries using prepared statements and all output being properly escaped, mitigating common injection and XSS vulnerabilities. The presence of a nonce check is a positive indicator for protecting against CSRF attacks, although a capability check is absent. Taint analysis shows no critical or high-severity flows, suggesting data is handled safely. The plugin's history of zero known CVEs, with no currently unpatched vulnerabilities, further reinforces its perceived security. Overall, this plugin appears to be well-developed from a security perspective, with no immediate critical flaws apparent in the static analysis. The absence of capability checks on its (albeit nonexistent) entry points is a minor concern that could be addressed for even greater robustness, but does not represent a significant risk given the current attack surface.

Key Concerns

  • Missing capability checks on entry points
Vulnerabilities
None known

Comment Approved Security Vulnerabilities

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

Comment Approved Code Analysis

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

Output Escaping

100% escaped5 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
settings (classes\main.php:151)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Comment Approved Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionadmin_menuclasses\main.php:48
actioncomment_unapproved_to_approvedclasses\main.php:49
actioncomment_form_after_fieldsclasses\main.php:50
actionwp_insert_commentclasses\main.php:51
filteredit_comment_misc_actionsclasses\main.php:52
actionplugins_loadedclasses\main.php:53
filterplugin_row_metaclasses\main.php:54
filteroption_comment_approved_subjectclasses\main.php:56
filteroption_comment_approved_messageclasses\main.php:57
filterwp_mail_content_typeclasses\main.php:362
Maintenance & Trust

Comment Approved Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedNov 20, 2018
PHP min version
Downloads21K

Community Trust

Rating92/100
Number of ratings14
Active installs500
Developer Profile

Comment Approved Developer Profile

nielsvanrenselaar

1 plugin · 500 total installs

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

How We Detect Comment Approved

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wp-comment-approved-settings
Data Attributes
data-plugin-name="comment-approved"
Shortcode Output
<p class="help"><code>[the_title]</code><code>[name]</code><code>[permalink]</code>
FAQ

Frequently Asked Questions about Comment Approved