Author Post Ratings Security & Risk Analysis

wordpress.org/plugins/author-post-ratings

Allows a post author to assign a simple 1-5 star rating to a post, page, or custom post type, which will then be displayed on the post.

100 active installs v1.1.1 PHP + WP 3.1+ Updated Dec 12, 2013
authorcustom-post-typepostratingstars
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Author Post Ratings Safe to Use in 2026?

Generally Safe

Score 85/100

Author Post Ratings has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The author-post-ratings plugin version 1.1.1 exhibits a generally good security posture, with no known vulnerabilities in its history and strong adherence to common WordPress security practices in its static analysis. The plugin demonstrates a low attack surface, with a single shortcode as its only entry point, and importantly, all identified code signals indicate proper security measures are in place. Specifically, there are no dangerous functions, SQL queries are exclusively handled via prepared statements, and file operations and external HTTP requests are absent. Furthermore, the presence of nonce and capability checks suggests that access controls are being considered. However, a notable concern arises from the output escaping analysis, where only 40% of the total 10 outputs are properly escaped. This indicates a potential for cross-site scripting (XSS) vulnerabilities if user-supplied data or dynamic content is not sufficiently sanitized before being rendered on the frontend.

While the plugin's vulnerability history is clean, which is a positive sign of diligent development, the static analysis finding regarding output escaping warrants attention. The lack of taint analysis results also doesn't confirm the absence of complex vulnerabilities, but the absence of concerning code signals like raw SQL or dangerous functions is reassuring. The overall conclusion is that while the plugin appears robust and well-maintained, the unescaped output presents a specific, actionable security risk that should be addressed to achieve a truly secure implementation.

Key Concerns

  • Only 40% of output properly escaped
Vulnerabilities
None known

Author Post Ratings Security Vulnerabilities

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

Author Post Ratings Code Analysis

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

Output Escaping

40% escaped10 total outputs
Attack Surface

Author Post Ratings Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[author-post-rating] author-post-ratings.php:171
WordPress Hooks 8
actionplugins_loadedauthor-post-ratings.php:52
actionafter_setup_themeauthor-post-ratings.php:73
actionwp_enqueue_scriptsauthor-post-ratings.php:81
filterthe_contentauthor-post-ratings.php:163
actionadd_meta_boxesauthor-post-ratings.php:191
actionsave_postauthor-post-ratings.php:233
actionadmin_initauthor-post-ratings.php:250
actionadmin_menuauthor-post-ratings.php:259
Maintenance & Trust

Author Post Ratings Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedDec 12, 2013
PHP min version
Downloads15K

Community Trust

Rating100/100
Number of ratings8
Active installs100
Developer Profile

Author Post Ratings Developer Profile

Philip Newcomer

7 plugins · 4K total installs

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

How We Detect Author Post Ratings

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/author-post-ratings/author-post-ratings.css

HTML / DOM Fingerprints

CSS Classes
author-post-ratingauthor-post-rating-labelauthor-post-rating-stars
Data Attributes
name="pn_apr_rating"id="pn_apr_rating"
Shortcode Output
[author-post-rating]
FAQ

Frequently Asked Questions about Author Post Ratings