Unlisted Posts Security & Risk Analysis

wordpress.org/plugins/unlisted-posts

Allows you to easily exclude posts from feeds, category pages, blog pages and more using one checkbox on posts.

90 active installs v1.1.0 PHP 7.0+ WP 5.0+ Updated Jul 10, 2022
excludehide-postsvisibility
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Unlisted Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The 'unlisted-posts' plugin version 1.1.0 exhibits a strong security posture based on the provided static analysis. The absence of any detected entry points like AJAX handlers, REST API routes, shortcodes, or cron events significantly reduces the plugin's attack surface. Furthermore, the code analysis reveals no dangerous functions, no raw SQL queries (all use prepared statements), and no file operations or external HTTP requests, which are all positive indicators. The presence of nonce and capability checks, while only one each, suggests an awareness of basic security practices.

However, a critical concern emerges from the output escaping analysis. With one total output and 0% properly escaped, this indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed to users that originates from user input or an insecure source could be exploited. The taint analysis showing zero flows is reassuring but doesn't negate the identified output escaping deficiency. The plugin's vulnerability history being completely clear is a positive sign of past security diligence, but it doesn't shield it from potential future vulnerabilities, especially given the identified output escaping issue.

In conclusion, while the plugin has a remarkably small attack surface and avoids common pitfalls like raw SQL and dangerous functions, the lack of proper output escaping is a significant weakness that could lead to severe security compromises. The strength lies in its minimal exposure, but the specific flaw in output handling demands immediate attention.

Key Concerns

  • Unescaped output
Vulnerabilities
None known

Unlisted Posts Security Vulnerabilities

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

Unlisted Posts Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Unlisted Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadd_meta_boxesunlisted-posts.php:41
actionsave_postunlisted-posts.php:72
filterpre_get_postsunlisted-posts.php:85
actionwp_headunlisted-posts.php:95
Maintenance & Trust

Unlisted Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedJul 10, 2022
PHP min version7.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs90
Developer Profile

Unlisted Posts Developer Profile

Andy Feliciotti

5 plugins · 15K total installs

76
trust score
Avg Security Score
96/100
Avg Patch Time
110 days
View full developer profile
Detection Fingerprints

How We Detect Unlisted Posts

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
misc-pub-sectionmisc-pub-section-last
Data Attributes
name="_unlisted_post"name="unlisted_posts_nonce"id="unlisted-post-meta-box"
FAQ

Frequently Asked Questions about Unlisted Posts