Recent Post Lazy Load Security & Risk Analysis

wordpress.org/plugins/recent-post-lazy-load

Easy and fast load plugin to display in the sidebar a list of linked titles and thumbnails of the most recent postings through shortcodes etc.

10 active installs v1.0.1 PHP + WP 3.6+ Updated Feb 25, 2018
shortcodeshortcodesthumbthumbnailsthumbs
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Recent Post Lazy Load Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The plugin 'recent-post-lazy-load' v1.0.1 exhibits a mixed security posture. On the positive side, it has no known CVEs, no critical or high severity taint flows, and all SQL queries are properly prepared. Furthermore, it doesn't perform file operations or external HTTP requests. The attack surface is limited, with no unprotected entry points. However, significant concerns exist regarding code quality and security best practices.

The primary issues stem from the static analysis. The presence of the `create_function` dangerous function is a notable risk, as it can lead to arbitrary code execution if not handled with extreme care, though its specific usage here isn't detailed. More critically, only 11% of output is properly escaped, indicating a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on its entry points (shortcodes) means that these functions could be triggered by unauthenticated or unauthorized users, further amplifying the risk of XSS or other unintended actions.

While the vulnerability history is clean, this doesn't negate the risks identified in the static analysis. The lack of documented vulnerabilities might suggest it hasn't been a target or thoroughly audited in the past. The plugin's strengths lie in its minimal attack surface and secure SQL handling. However, the widespread lack of output escaping and the presence of a dangerous function, combined with missing security checks on shortcodes, present substantial security weaknesses that require immediate attention.

Key Concerns

  • Low percentage of properly escaped output
  • Presence of dangerous function 'create_function'
  • Shortcodes missing nonce checks
  • Shortcodes missing capability checks
Vulnerabilities
None known

Recent Post Lazy Load Security Vulnerabilities

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

Recent Post Lazy Load Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
58
7 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("rp_widget");'));inc\widget\widget.php:282

Output Escaping

11% escaped65 total outputs
Attack Surface

Recent Post Lazy Load Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[rp] inc\front-end\shortcode.php:18
[rpcustom] inc\front-end\shortcode.php:111
WordPress Hooks 5
actionadmin_menuinc\admin\settings.php:34
actionadmin_initinc\admin\settings.php:154
actionwidgets_initinc\widget\widget.php:282
actionwp_enqueue_scriptsrp-lazy-load.php:45
filterplugin_action_linksrp-lazy-load.php:63
Maintenance & Trust

Recent Post Lazy Load Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedFeb 25, 2018
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Recent Post Lazy Load Developer Profile

Sajid K.Shaikh

3 plugins · 150 total installs

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

How We Detect Recent Post Lazy Load

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/recent-post-lazy-load/inc/js/custom.js/wp-content/plugins/recent-post-lazy-load/inc/css/custom.css
Script Paths
inc/js/custom.js
Version Parameters
rp-styles?ver=

HTML / DOM Fingerprints

CSS Classes
rploaderpostmyButton
Data Attributes
data-catnamedata-postshowdata-loadmorebtndata-noofpostdata-imagedata-width+1 more
JS Globals
rp_script
Shortcode Output
<div class="rp"><article class="post loaderpost"><h2 class="entry-title"><a href="">
FAQ

Frequently Asked Questions about Recent Post Lazy Load