MyCommentAuthors Security & Risk Analysis

wordpress.org/plugins/mycommentauthors

Publish a list of your commentators and their number of comments for a certain month on a blog post

10 active installs v2.0 PHP + WP 3.0+ Updated Feb 1, 2020
commentcomment-authorscomment-plugincommentatorslist-of-commentators
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MyCommentAuthors Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "mycommentauthors" v2.0 plugin exhibits a mixed security posture. On the positive side, the plugin has no known vulnerabilities (CVEs) and a seemingly small attack surface with zero identified entry points requiring authentication. All identified SQL queries utilize prepared statements, indicating good practice in preventing SQL injection. However, there are significant concerns. The presence of the `create_function` dangerous function is a critical red flag, as it can be used to execute arbitrary code. Furthermore, a very low percentage (11%) of output escaping is concerning, suggesting a high risk of cross-site scripting (XSS) vulnerabilities. All identified taint flows lead to unsanitized paths, which, despite not being classified as critical or high severity in this report, combined with the poor output escaping, points to a substantial risk of XSS. The lack of any nonce checks or capability checks on any entry points, even though the static analysis reports zero unprotected entry points, still leaves room for concern if any new entry points are introduced or if the static analysis missed something. The vulnerability history is clean, but this, coupled with the identified code quality issues, suggests the plugin may have been lucky rather than robustly secure.

Key Concerns

  • Dangerous function 'create_function' found
  • Low output escaping percentage (11%)
  • All taint flows lead to unsanitized paths
  • No nonce checks on any entry points
  • No capability checks on any entry points
Vulnerabilities
None known

MyCommentAuthors Security Vulnerabilities

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

MyCommentAuthors Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("MyCommentAuthors");'));mycommentauthors.php:263

SQL Query Safety

100% prepared5 total queries

Output Escaping

11% escaped63 total outputs
Data Flows
8 unsanitized

Data Flow Analysis

8 flows8 with unsanitized paths
getFeed (mca-home.php:9)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

MyCommentAuthors Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_initmycommentauthors.php:60
actionadmin_menumycommentauthors.php:61
actionwp_dashboard_setupmycommentauthors.php:79
actionwidgets_initmycommentauthors.php:263
Maintenance & Trust

MyCommentAuthors Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedFeb 1, 2020
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings4
Active installs10
Developer Profile

MyCommentAuthors Developer Profile

emuki

2 plugins · 20 total installs

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

How We Detect MyCommentAuthors

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mycommentauthors/mca-home.php/wp-content/plugins/mycommentauthors/mca_sql_install_data.php

HTML / DOM Fingerprints

CSS Classes
MyCommentAuthors
HTML Comments
<!-- Show form here --><!-- Show widget --><!-- End widget -->
Data Attributes
data-name="mcaNum"data-id="mcaNum"
FAQ

Frequently Asked Questions about MyCommentAuthors