Previous Next Posts Security & Risk Analysis

wordpress.org/plugins/previous-next-posts-shortcode

Add a shortcode that outputs HTML markup with the next and previous posts for the current blog post the user is viewing.

10 active installs v0.0.1 PHP 5.6+ WP 4.6+ Updated Unknown
contentnext-postsprevious-posts
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Previous Next Posts Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The 'previous-next-posts-shortcode' plugin v0.0.1 exhibits a mixed security posture. On the positive side, it demonstrates good practices by having a very small attack surface, with only one entry point being a shortcode and no AJAX, REST API, or cron event handlers. Furthermore, all identified SQL queries utilize prepared statements, and there are no recorded vulnerabilities (CVEs) or known taint flows, indicating a generally clean code history. However, significant concerns arise from the lack of proper output escaping. With 100% of its outputs unescaped, this presents a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. Additionally, the absence of nonce and capability checks, while not directly exploitable due to the limited attack surface, suggests a lack of defense-in-depth, which could become a vulnerability if the attack surface were to expand in future versions or if other vulnerabilities were discovered.

Key Concerns

  • Output escaping is not implemented
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Previous Next Posts Security Vulnerabilities

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

Previous Next Posts Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Previous Next Posts Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[prev_next] prev-next-posts.php:12
Maintenance & Trust

Previous Next Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedUnknown
PHP min version5.6
Downloads829

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Previous Next Posts Developer Profile

andrewed

1 plugin · 10 total installs

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

How We Detect Previous Next Posts

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
flex-wrappost-navpost-cardprev-postnext-postempty-postpost-thumbnailpost-card-content+5 more
Shortcode Output
<div class="flex-wrap post-nav"><div class="post-card prev-post"><article id="post-<div class="post-thumbnail" style="background-image: url('
FAQ

Frequently Asked Questions about Previous Next Posts