Rate Security & Risk Analysis

wordpress.org/plugins/rate

Most ratings plugins contain too much code: inline JavaScript, messy markup, weird CSS. Rate is simple, hardly intrusive, and completely overridable.

40 active installs v0.4 PHP + WP 3.0+ Updated Jul 30, 2015
commentspagespostsrateratings
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Rate Safe to Use in 2026?

Generally Safe

Score 85/100

Rate 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 "rate" plugin version 0.4 presents a moderate security risk due to significant concerns in its code analysis, despite a clean vulnerability history. The plugin exposes two AJAX handlers, both of which lack authentication checks, creating a direct entry point for potential attackers. Furthermore, a critical weakness is identified in output escaping, with 100% of analyzed outputs being unescaped. This means any data processed by these handlers and displayed to users could be vulnerable to cross-site scripting (XSS) attacks. The absence of nonce checks further exacerbates this risk. While the plugin uses prepared statements for its SQL queries, which is a positive security practice, this strength is overshadowed by the significant risks associated with unauthenticated entry points and unescaped output. The lack of any recorded vulnerabilities in its history might suggest a low profile or a recent history of limited security attention. In conclusion, while the plugin demonstrates good practices in database interaction, the critical flaws in input validation and output sanitization, coupled with an exposed attack surface, necessitate careful consideration before deployment.

Key Concerns

  • Unprotected AJAX handlers
  • Missing nonce checks on AJAX
  • Unescaped output
Vulnerabilities
None known

Rate Security Vulnerabilities

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

Rate Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

0% escaped3 total outputs
Attack Surface
2 unprotected

Rate Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

noprivwp_ajax_rate_itemphp\plugin.php:15
authwp_ajax_rate_itemphp\plugin.php:16
WordPress Hooks 6
actiontemplate_redirectphp\plugin.php:14
actioncomment_postphp\plugin.php:17
actioncomment_form_topphp\plugin.php:18
actionwp_print_scriptsphp\plugin.php:98
actionwp_print_stylesphp\plugin.php:99
actionplugins_loadedrate.php:14
Maintenance & Trust

Rate Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJul 30, 2015
PHP min version
Downloads23K

Community Trust

Rating86/100
Number of ratings6
Active installs40
Developer Profile

Rate Developer Profile

Scott Taylor

8 plugins · 210 total installs

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

How We Detect Rate

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rate/css/rate.css
Script Paths
/wp-content/plugins/rate/js/rate.js
Version Parameters
rate/js/rate.js?ver=0.4

HTML / DOM Fingerprints

CSS Classes
ratingform-ratingemptywholehalfneeds-rating
Data Attributes
data-ratingdata-iddata-comment-id
REST Endpoints
/wp-json/rate/v1/items
FAQ

Frequently Asked Questions about Rate