Rating Assessor Security & Risk Analysis

wordpress.org/plugins/rating-assessor

A custom rating system plugin with multi-question assessments, score calculation, graphical result display, and email notifications.

20 active installs v1.0 PHP 7.2+ WP 5.0+ Updated Dec 5, 2025
assessmentchartquizratingscoring
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Rating Assessor Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The "rating-assessor" plugin v1.0 demonstrates a generally positive security posture based on the provided static analysis and vulnerability history. The absence of known CVEs, critical taint flows, and direct SQL queries is a strong indicator of good development practices. The fact that all SQL queries utilize prepared statements and there are no file operations or external HTTP requests further enhances its security profile. The presence of a nonce check is also a positive sign for AJAX handlers.

However, there are areas for improvement. The low percentage of properly escaped output (40%) suggests a potential risk of cross-site scripting (XSS) vulnerabilities if user-supplied data is not sufficiently sanitized before being displayed to users. Additionally, the complete lack of capability checks on the AJAX handlers means that any user, regardless of their role or permissions, could potentially trigger these functions. While the attack surface is small, the absence of permission checks on entry points is a notable concern.

In conclusion, the plugin benefits from a clean vulnerability history and the use of prepared statements for database interactions. The primary weaknesses lie in the insufficient output escaping and the lack of capability checks on AJAX actions, which could expose the application to certain types of attacks if exploited. Addressing these areas would significantly bolster the plugin's overall security.

Key Concerns

  • Insufficient output escaping (40%)
  • No capability checks on AJAX handlers
Vulnerabilities
None known

Rating Assessor Security Vulnerabilities

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

Rating Assessor Code Analysis

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

Output Escaping

40% escaped10 total outputs
Attack Surface

Rating Assessor Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_submit_rating_formincludes\ajax-handlers.php:4
noprivwp_ajax_submit_rating_formincludes\ajax-handlers.php:5

Shortcodes 1

[rating_assessor_form] wpra.php:49
WordPress Hooks 8
filtermanage_rating_question_posts_columnsadmin\admin-ui.php:7
actionmanage_rating_question_posts_custom_columnadmin\admin-ui.php:19
filtermanage_edit-rating_question_sortable_columnsadmin\admin-ui.php:26
actioninitincludes\functions.php:12
actioninitincludes\functions.php:24
actionadd_meta_boxesincludes\functions.php:37
actionsave_postincludes\functions.php:57
actionwp_enqueue_scriptswpra.php:41
Maintenance & Trust

Rating Assessor Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 5, 2025
PHP min version7.2
Downloads402

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Rating Assessor Developer Profile

SACHINRAJ CP

9 plugins · 980 total installs

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

How We Detect Rating Assessor

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rating-assessor/assets/css/style.css/wp-content/plugins/rating-assessor/assets/js/rating-form.js
Script Paths
/wp-content/plugins/rating-assessor/assets/js/rating-form.js

HTML / DOM Fingerprints

CSS Classes
wpra-rating-formwpra-stepwpra-step-0wpra-nextwpra-step-1wpra-step-2wpra-step-3wpra-step-4+3 more
Data Attributes
wpra_assigned_setwpra_question_meta
JS Globals
wpra_ajax
Shortcode Output
<div id="wpra-rating-form"><form id="ratingForm"><div class="wpra-step wpra-step-0"><button type="button" class="wpra-next">Start Now</button>
FAQ

Frequently Asked Questions about Rating Assessor