Better Plugins Plugin Security & Risk Analysis

wordpress.org/plugins/better-plugins

This plugin makes your life easier by providing tools for filtering, comparing, and reporting plugins.

10 active installs v1.0.1 PHP + WP 3.0.1+ Updated Sep 5, 2015
adminfilteringmanagementpluginstools
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Better Plugins Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "better-plugins" v1.0.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices regarding SQL query execution, exclusively using prepared statements, and it has no recorded vulnerability history (CVEs), suggesting a potentially stable and well-maintained codebase. The static analysis also indicates a contained attack surface with no direct AJAX handlers, REST API routes, shortcodes, or cron events exposed without authentication, and a single nonce check is present.

However, significant concerns arise from the code analysis. The presence of the `unserialize` function is a critical red flag, as it can lead to Remote Code Execution (RCE) vulnerabilities if used with untrusted input. This is further corroborated by the taint analysis, which identified one high-severity flow with unsanitized paths. Additionally, the plugin has a concerningly low rate of output escaping (21%), meaning a substantial portion of its output might be vulnerable to Cross-Site Scripting (XSS) attacks. The absence of capability checks in the available data also means that potentially sensitive actions might not be properly authorized.

While the lack of a vulnerability history is reassuring, it does not negate the inherent risks identified in the code. The `unserialize` function, combined with unsanitized inputs, presents a credible threat. The poor output escaping is a widespread vulnerability that could affect many users. Therefore, despite its strengths in other areas, the plugin requires immediate attention due to these identified risks.

Key Concerns

  • Unsanitized taint flow with high severity
  • Use of unserialize function
  • Low percentage of properly escaped output
  • No capability checks found
Vulnerabilities
None known

Better Plugins Plugin Security Vulnerabilities

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

Better Plugins Plugin Code Analysis

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

Dangerous Functions Found

unserialize$other_sites_plugins = unserialize( base64_decode( $_POST['plugins'] ) );bpp-compare-site-plugins.php:127

Output Escaping

21% escaped34 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
bulk_activate_plugins (bpp-compare-site-plugins.php:289)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Better Plugins Plugin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_footer-plugins.phpbetter-plugins-plugin.php:35
actionadmin_enqueue_scriptsbpp-compare-site-plugins.php:17
actionadmin_menubpp-compare-site-plugins.php:18
actionnetwork_admin_menubpp-plugins-report.php:16
Maintenance & Trust

Better Plugins Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 5, 2015
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Better Plugins Plugin Developer Profile

Russell Heimlich

1 plugin · 10 total installs

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

How We Detect Better Plugins Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/better-plugins-plugin/css/bpp-compare-site-plugins.css
Version Parameters
/wp-content/plugins/better-plugins-plugin/css/bpp-compare-site-plugins.css?ver=

HTML / DOM Fingerprints

CSS Classes
nav-tab-wrappernav-tabnav-tab-active
Data Attributes
onclick="this.select()"
JS Globals
jQuery$
FAQ

Frequently Asked Questions about Better Plugins Plugin