Fast Post Lists Security & Risk Analysis

wordpress.org/plugins/fast-post-lists

Provide shortcodes to display a filtered list of posts, grouped by category/tag, with optional thumbnails.

10 active installs v0.7.1 PHP + WP 4.6+ Updated Dec 18, 2024
contentsindexlistpagesposts
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Fast Post Lists Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "fast-post-lists" plugin v0.7.1 exhibits a generally good security posture based on the provided static analysis. It avoids dangerous functions, performs all SQL queries using prepared statements, has no file operations, and no external HTTP requests. The plugin also has a clean vulnerability history with zero recorded CVEs, indicating a history of stable and secure development.

However, there are significant concerns regarding output escaping. The analysis shows that 100% of the identified outputs are not properly escaped, presenting a high risk of Cross-Site Scripting (XSS) vulnerabilities. While the plugin has a single capability check and a shortcode as an entry point, the lack of output escaping on any output is a critical flaw that could allow attackers to inject malicious scripts into the website.

In conclusion, while the plugin's foundation is strong with secure database interactions and a clean history, the complete absence of output escaping is a major security weakness that needs immediate attention. This single issue overshadows the positive aspects of the plugin's current state and exposes users to significant XSS risks.

Key Concerns

  • 0% output escaping
  • 0 nonces on entry points
Vulnerabilities
None known

Fast Post Lists Security Vulnerabilities

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

Fast Post Lists Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Fast Post Lists Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fu_postlist] fast-post-lists.php:132
WordPress Hooks 4
actionadmin_menuadmin.php:36
actionadmin_initadmin.php:40
actionadmin_enqueue_scriptsfast-post-lists.php:151
actionwp_headfast-post-lists.php:161
Maintenance & Trust

Fast Post Lists Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedDec 18, 2024
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Fast Post Lists Developer Profile

WarfarePlugins

11 plugins · 22K total installs

72
trust score
Avg Security Score
90/100
Avg Patch Time
408 days
View full developer profile
Detection Fingerprints

How We Detect Fast Post Lists

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/fast-post-lists/admin.js
Script Paths
/wp-content/plugins/fast-post-lists/admin.js

HTML / DOM Fingerprints

CSS Classes
post_index_group_head
Shortcode Output
[fu_postlist]<div class="post_index_group_head">
FAQ

Frequently Asked Questions about Fast Post Lists