Comments Counter Security & Risk Analysis

wordpress.org/plugins/comments-counter

Display the count of all types of comments.

0 active installs v1.0 PHP + WP + Updated Sep 3, 2024
approved-commentscommentscount
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comments Counter Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "comments-counter" v1.0 plugin exhibits a seemingly strong security posture based on the provided static analysis. The absence of any identified attack surface points (AJAX handlers, REST API routes, shortcodes, cron events) is a significant positive, as it limits the ways an attacker could interact with the plugin. Furthermore, the code signals indicate no dangerous functions were used, all SQL queries utilize prepared statements, and no file operations or external HTTP requests were detected. This suggests a focus on secure coding practices in these areas.

However, the static analysis also reveals a critical concern: only 45% of output is properly escaped. This means that nearly half of the data displayed by the plugin may be vulnerable to Cross-Site Scripting (XSS) attacks. Given the lack of any identified taint flows or known historical vulnerabilities, it's difficult to assess the real-world impact of this unescaped output. The absence of capability checks and nonce checks is also noteworthy, particularly if there were any functionalities that *should* require such protections. The lack of vulnerability history suggests the plugin has been stable, but this cannot replace thorough code auditing.

In conclusion, while the plugin demonstrates good practices in avoiding common attack vectors and secure database interaction, the high percentage of unescaped output represents a significant and actionable security risk. The absence of historical vulnerabilities is a positive sign, but the unescaped output must be addressed to mitigate potential XSS vulnerabilities.

Key Concerns

  • High percentage of unescaped output
  • Missing capability checks
  • Missing nonce checks
Vulnerabilities
None known

Comments Counter Security Vulnerabilities

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

Comments Counter Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 17, 2026

Comments Counter Code Analysis

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

Output Escaping

45% escaped11 total outputs
Attack Surface

Comments Counter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwp_dashboard_setupComment-Counter.php:43
Maintenance & Trust

Comments Counter Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedSep 3, 2024
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Comments Counter Developer Profile

Mayank Kumar

2 plugins · 0 total installs

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

How We Detect Comments Counter

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
comment_counter
FAQ

Frequently Asked Questions about Comments Counter