Author Recent Posts Security & Risk Analysis

wordpress.org/plugins/author-recent-posts

Author Recent Posts shows recent posts by an author on the posts written by the author as a responsive widget. This plugin is useful for multi-author …

100 active installs v1.5 PHP + WP 3.0+ Updated Dec 10, 2020
authorauthorspostpostsrecent
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Author Recent Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The author-recent-posts v1.5 plugin exhibits a mixed security posture. On the positive side, the static analysis indicates no known dangerous functions, SQL queries are exclusively using prepared statements, and there are no file operations or external HTTP requests, all of which are good security practices. Furthermore, the vulnerability history shows a clean record with no recorded CVEs, suggesting a history of responsible development or a lack of past significant security issues. However, there are significant concerns regarding output escaping, with only 24% of outputs being properly escaped. This opens the door to potential Cross-Site Scripting (XSS) vulnerabilities if any of the data processed by the plugin is not sufficiently sanitized before being displayed to users. Additionally, the complete absence of nonce checks and capability checks, coupled with a single shortcode entry point that is not explicitly protected by these measures, presents a potential attack vector. While no taint flows were identified, the lack of these fundamental security checks means that malicious input could potentially be processed without proper validation or authorization, especially concerning the shortcode.

Key Concerns

  • Low output escaping rate
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Author Recent Posts Security Vulnerabilities

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

Author Recent Posts Code Analysis

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

Output Escaping

24% escaped54 total outputs
Attack Surface

Author Recent Posts Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ft-authorrecentposts] ft_shortcode.php:19
WordPress Hooks 3
actionadmin_enqueue_scriptsauthor_recent_posts.php:179
actionwidgets_initauthor_recent_posts.php:186
actionwp_enqueue_scriptsauthor_recent_posts.php:192
Maintenance & Trust

Author Recent Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedDec 10, 2020
PHP min version
Downloads10K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

Author Recent Posts Developer Profile

Amit Sonkhiya

4 plugins · 5K 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 Recent Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/author-recent-posts/author-recent-posts.php

HTML / DOM Fingerprints

CSS Classes
author_postauthor_left
Data Attributes
data-widget_id
Shortcode Output
[ft-authorrecentposts widget_id=
FAQ

Frequently Asked Questions about Author Recent Posts