Posts List Block Security & Risk Analysis

wordpress.org/plugins/posts-list-block

Adds a "Blog Posts Listing" block to the editor.

10 active installs v1.1 PHP 5.2.4+ WP 5.0+ Updated May 28, 2019
blockblocksblogeditorgutenberg
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Posts List Block Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "posts-list-block" plugin v1.1 exhibits a strong security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the attack surface. Furthermore, the code demonstrates good practices by utilizing prepared statements for all SQL queries and performing capability checks where necessary. The limited number of file operations and the absence of external HTTP requests also contribute positively to its security.

However, a notable concern is the output escaping, where 77% of outputs are properly escaped, leaving 23% potentially unescaped. While no critical or high severity taint flows were identified, unescaped output can still lead to Cross-Site Scripting (XSS) vulnerabilities if user-controlled data is reflected directly into the output without proper sanitization. The plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator. However, this absence of past vulnerabilities should not be seen as a guarantee of future security, especially in light of the identified output escaping concern.

In conclusion, the plugin is generally well-secured, with a minimal attack surface and good adherence to secure coding principles for data handling. The primary area for improvement lies in ensuring all outputs are consistently and properly escaped to mitigate potential XSS risks. The lack of past vulnerabilities is a strength, but the current code analysis highlights a specific area that warrants attention.

Key Concerns

  • 23% of outputs unescaped
Vulnerabilities
None known

Posts List Block Security Vulnerabilities

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

Posts List Block Code Analysis

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

Output Escaping

77% escaped13 total outputs
Attack Surface

Posts List Block Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actioninitposts-list-block\class-posts-list-block.php:24
actionenqueue_block_editor_assetsposts-list-block\class-posts-list-block.php:25
actionenqueue_block_assetsposts-list-block\class-posts-list-block.php:26
filterexcerpt_moreposts-list-block\class-posts-list-block.php:105
actionplugins_loadedposts-list-block.php:33
Maintenance & Trust

Posts List Block Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedMay 28, 2019
PHP min version5.2.4
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Posts List Block Developer Profile

Automattic

213 plugins · 19.2M total installs

73
trust score
Avg Security Score
92/100
Avg Patch Time
1384 days
View full developer profile
Detection Fingerprints

How We Detect Posts List Block

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/posts-list-block/dist/a8c-posts-list.css/wp-content/plugins/posts-list-block/dist/a8c-posts-list.rtl.css
Script Paths
/wp-content/plugins/posts-list-block/dist/a8c-posts-list.js

HTML / DOM Fingerprints

CSS Classes
a8c-posts-list-item__post-thumbnaila8c-posts-list-item__featureda8c-posts-list-item__titlea8c-posts-list-item__metaa8c-posts-list-item__datetimea8c-posts-list-item__authora8c-posts-list-item__edit-linka8c-posts-list-item__excerpt+1 more
Data Attributes
data-block="a8c/posts-list"
FAQ

Frequently Asked Questions about Posts List Block