WP Plugin Reviews Security & Risk Analysis

wordpress.org/plugins/wp-plugin-reviews

Displays the latest reviews of a WordPress Plugin in the sidebar.

10 active installs v0.4 PHP + WP 3.5+ Updated Oct 13, 2021
reviewwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Plugin Reviews Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The 'wp-plugin-reviews' plugin v0.4 exhibits a generally good security posture with no recorded vulnerabilities or critical taint flows. The plugin demonstrates strong adherence to secure coding practices by exclusively using prepared statements for SQL queries and avoiding file operations or external HTTP requests, which are common vectors for attacks. The absence of a significant attack surface, with zero AJAX handlers, REST API routes, shortcodes, or cron events, further reduces its exposure to potential exploits. However, the presence of the `create_function` function is a notable concern. While it's not directly linked to a discovered vulnerability in this version, `create_function` is deprecated and can be a source of security issues if not handled with extreme care, particularly in how its inputs are managed. Additionally, a very low percentage (22%) of output is properly escaped, indicating a potential risk for cross-site scripting (XSS) vulnerabilities if user-controlled data is outputted without adequate sanitization. The lack of any recorded vulnerability history is a positive indicator, suggesting the developers are either diligent or the plugin has not been a target. However, it's crucial to remember that a clean history doesn't guarantee future security, especially with the identified code quality concerns.

Key Concerns

  • Use of deprecated and potentially unsafe create_function
  • Low percentage of properly escaped output
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

WP Plugin Reviews Security Vulnerabilities

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

WP Plugin Reviews Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("WP_Plugin_Review_Widget");')wp-plugin-reviews.php:135

Output Escaping

22% escaped23 total outputs
Attack Surface

WP Plugin Reviews Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterplugin-reviews-titlewp-plugin-reviews.php:61
actioninitwp-plugin-reviews.php:132
actionwidgets_initwp-plugin-reviews.php:135
Maintenance & Trust

WP Plugin Reviews Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedOct 13, 2021
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Plugin Reviews Developer Profile

Sudar Muthu

16 plugins · 21K total installs

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

How We Detect WP Plugin Reviews

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
plugin-reviewsplugin-reviewplugin-review-textplugin-review-authorWP_Plugin_Review_Widget
Data Attributes
id="wp-plugin-reviews"id="wp-plugin-reviews-title"id="wp-plugin-reviews-plugin"id="wp-plugin-reviews-count"
Shortcode Output
<div class = "plugin-reviews"><div class = "plugin-review"><blockquote class = "plugin-review-text"><span class = "plugin-review-author" style = "float:right">
FAQ

Frequently Asked Questions about WP Plugin Reviews