comment-admin Security & Risk Analysis

wordpress.org/plugins/admin-comment

You can choose color of admin's comments

10 active installs v2.2.1 PHP + WP + Updated Feb 3, 2009
admincolorcommentcommentscouleur
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is comment-admin Safe to Use in 2026?

Generally Safe

Score 85/100

comment-admin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 17yr ago
Risk Assessment

The 'admin-comment' plugin v2.2.1 presents a mixed security posture. On the positive side, it boasts a clean vulnerability history with no known CVEs and zero recorded vulnerabilities, suggesting a history of stable and potentially secure development. The absence of AJAX handlers, REST API routes, shortcodes, and cron events, along with zero external HTTP requests and no bundled libraries, significantly reduces the overall attack surface. Furthermore, all SQL queries utilize prepared statements, which is a strong security practice.

However, several concerns arise from the static analysis. The most significant is the complete lack of output escaping, meaning that all 6 identified output points are vulnerable to cross-site scripting (XSS) attacks. Additionally, the taint analysis revealed two flows with unsanitized paths, which, while not classified as critical or high severity, still indicate potential vulnerabilities if user-supplied data is not properly handled before being used in file operations. The absence of nonce checks and capability checks on any potential entry points, though the entry points themselves are zero, would be a major concern if any were present. The presence of file operations without clear sanitization of paths also warrants caution.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are strengths, the critical omission of output escaping and the identified unsanitized path flows in taint analysis represent significant security weaknesses. Developers should prioritize addressing the XSS vulnerabilities and ensuring proper sanitization of any data used in file operations. The lack of any observed capability or nonce checks would also be a concern if the plugin were to evolve and introduce new entry points.

Key Concerns

  • No output escaping for 6 outputs
  • Taint flows with unsanitized paths (2)
  • File operations without clear sanitization
  • No nonce checks observed
  • No capability checks observed
Vulnerabilities
None known

comment-admin Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

comment-admin Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

comment-admin Code Analysis

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

Output Escaping

0% escaped6 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
pf_options_comments (admin-comment.php:35)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

comment-admin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_headadmin-comment.php:149
actionadmin_menuadmin-comment.php:150
Maintenance & Trust

comment-admin Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedFeb 3, 2009
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

comment-admin Developer Profile

jessai

5 plugins · 50 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-admin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/admin-comment/farbtastic.css/wp-content/plugins/admin-comment/farbtastic.js
Script Paths
/wp-content/plugins/admin-comment/jquery.js/wp-content/plugins/admin-comment/farbtastic.js

HTML / DOM Fingerprints

CSS Classes
bypostauthor
HTML Comments
jQuery.js is not present. You must install jQuery in this folder for the demo to work.
Data Attributes
id="picker"
JS Globals
window.$$
FAQ

Frequently Asked Questions about comment-admin