bbPress Top Contributors Security & Risk Analysis

wordpress.org/plugins/bbpress-top-contributors

Shortcode to show the authors that have posted more

10 active installs v0.1 PHP + WP 3.5.1+ Updated Nov 24, 2014
authorsbbpresscontributorspopulartopics
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is bbPress Top Contributors Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "bbpress-top-contributors" plugin version 0.1 exhibits a mixed security posture. On the positive side, the code avoids dangerous functions, external HTTP requests, and file operations. All identified SQL queries utilize prepared statements, and there are no recorded vulnerabilities or CVEs, suggesting a potentially well-maintained or simple codebase. However, significant concerns arise from the lack of output escaping. With 5 total outputs and 0% properly escaped, this presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts through plugin outputs. Additionally, the absence of nonce checks and capability checks on its single shortcode entry point is a notable weakness, potentially exposing it to CSRF attacks or unauthorized access to its functionality, even though no direct AJAX or REST API routes are exposed without checks. The taint analysis showing zero flows might be due to the limited complexity of the plugin or insufficient analysis depth, but the identified weaknesses in output handling and access control are substantial enough to warrant caution.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
Vulnerabilities
None known

bbPress Top Contributors Security Vulnerabilities

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

bbPress Top Contributors Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped5 total outputs
Attack Surface

bbPress Top Contributors Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[bbpresstopcontributors] bbpress-top-contributors.php:60
Maintenance & Trust

bbPress Top Contributors Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedNov 24, 2014
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

bbPress Top Contributors Developer Profile

Eduardo Leoni

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 bbPress Top Contributors

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
eachbyimageauthorpostsrole
Shortcode Output
<div class ="each"><span class ="by"> <span class ="image"><span class ="author"><a href =></a></span><span class ="posts"> posts</span><span class ="role">
FAQ

Frequently Asked Questions about bbPress Top Contributors