Simple Top Commenters Security & Risk Analysis

wordpress.org/plugins/simple-top-commenters

A sidebar widget that displays a list of top commenters across a site, showing the number of comments for each.

40 active installs v1.5.2 PHP + WP 3.0+ Updated Oct 1, 2017
commentscountersidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Simple Top Commenters Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The `simple-top-commenters` plugin v1.5.2 presents a mixed security profile. On the positive side, static analysis reveals no readily identifiable attack vectors such as AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without authentication. Furthermore, there are no detected dangerous functions, file operations, or external HTTP requests, which are common sources of vulnerabilities. The plugin also boasts no known historical CVEs, suggesting a relatively clean track record. However, significant concerns arise from the handling of SQL queries and output escaping. The single SQL query detected is not using prepared statements, and a substantial number of output operations (23 in total) are not properly escaped. The absence of nonce and capability checks, coupled with the lack of any taint analysis flows being analyzed (which could indicate a lack of focus on input validation), further compounds these weaknesses. While the current version may not have documented vulnerabilities, the unescaped output and raw SQL present a clear risk of potential cross-site scripting (XSS) and SQL injection attacks, especially if the data being processed originates from user input or external sources.

Key Concerns

  • SQL query not using prepared statements
  • Output escaping not properly implemented
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple Top Commenters Security Vulnerabilities

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

Simple Top Commenters Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped23 total outputs
Attack Surface

Simple Top Commenters Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initsimple-top-commenters.php:22
Maintenance & Trust

Simple Top Commenters Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedOct 1, 2017
PHP min version
Downloads7K

Community Trust

Rating100/100
Number of ratings1
Active installs40
Developer Profile

Simple Top Commenters Developer Profile

mrengy

1 plugin · 40 total installs

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

How We Detect Simple Top Commenters

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-top-commenters/simple-top-commenters.php

HTML / DOM Fingerprints

CSS Classes
example
HTML Comments
<!-- opening ul tag to contain the list --><!-- closing ul tag to contain the list -->
Data Attributes
id="simple-top-commenters"name="simple-top-commenters"id="simple-top-commenters-widget-id"name="simple-top-commenters-widget-id"
FAQ

Frequently Asked Questions about Simple Top Commenters