WP Private Comment Notes Security & Risk Analysis

wordpress.org/plugins/wp-private-comment-notes

Add private notes to WordPress comments with an option to email the original commenter.

10 active installs v1.0.0 PHP + WP + Updated Dec 9, 2018
comment-metacommentsnotes
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Private Comment Notes Safe to Use in 2026?

Generally Safe

Score 85/100

WP Private Comment Notes 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-private-comment-notes" plugin v1.0.0 exhibits a generally strong security posture based on the provided static analysis. It correctly implements prepared statements for all SQL queries, and importantly, both of its AJAX entry points include nonce checks. The absence of any known CVEs, along with a clean vulnerability history, further reinforces this positive assessment, suggesting the developers are either diligent about security or the plugin's functionality is limited enough to avoid common pitfalls.

However, a significant concern arises from the low percentage of properly escaped output (8%). This indicates a high potential for cross-site scripting (XSS) vulnerabilities, where unescaped data could be injected into the browser, compromising user sessions or injecting malicious code. While there are no critical taint flows reported, the lack of capability checks on AJAX handlers is also a notable weakness, as it means any authenticated user, regardless of their role or permissions, could potentially trigger these handlers. This could lead to unintended actions or information disclosure.

In conclusion, while the plugin demonstrates good practices in areas like SQL and nonce handling, the unescaped output and lack of capability checks on AJAX handlers represent significant security risks that need to be addressed. The clean vulnerability history is positive, but it should not detract from the immediate need to remediate the identified output escaping and capability check issues.

Key Concerns

  • Low percentage of properly escaped output
  • AJAX handlers without capability checks
Vulnerabilities
None known

WP Private Comment Notes Security Vulnerabilities

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

WP Private Comment Notes Code Analysis

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

Output Escaping

8% escaped13 total outputs
Attack Surface

WP Private Comment Notes Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_add_comment_notewp-private-comment-notes.php:108
authwp_ajax_delete_comment_notewp-private-comment-notes.php:109
WordPress Hooks 3
actionplugins_loadedwp-private-comment-notes.php:105
actionadmin_enqueue_scriptswp-private-comment-notes.php:106
actionadd_meta_boxes_commentwp-private-comment-notes.php:107
Maintenance & Trust

WP Private Comment Notes Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedDec 9, 2018
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Private Comment Notes Developer Profile

Ren Ventura

6 plugins · 2K total installs

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

How We Detect WP Private Comment Notes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-private-comment-notes/assets/js/notes-ajax.js/wp-content/plugins/wp-private-comment-notes/assets/css/notes.css
Script Paths
/wp-content/plugins/wp-private-comment-notes/assets/js/notes-ajax.js
Version Parameters
wp-private-comment-notes/assets/js/notes-ajax.js?ver=wp-private-comment-notes/assets/css/notes.css?ver=

HTML / DOM Fingerprints

CSS Classes
wp-private-comment-notes-formwp-private-comment-notes-listwp-private-comment-notes-add-note
HTML Comments
<!-- Render the comments meta box --><!-- Render the comments meta box --><!-- Render the comments meta box --><!-- Render the comments meta box -->
Data Attributes
data-comment-iddata-note-keydata-nonce
JS Globals
wp_private_comment_notes_ajax_object
FAQ

Frequently Asked Questions about WP Private Comment Notes