Simple Paginated Posts Security & Risk Analysis

wordpress.org/plugins/simple-paginated-posts

Generate table of contents for paginated posts

30 active installs v0.1.6 PHP 5.3+ WP 3.5+ Updated Unknown
navigationpage-paginationpaginationpost-pagination
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Paginated Posts Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "simple-paginated-posts" v0.1.6 plugin exhibits a mixed security posture. On the positive side, it has no recorded vulnerability history, no dangerous functions, and all SQL queries are properly prepared, indicating a cautious approach to database interactions and a clean past. The static analysis also shows no critical or high severity taint flows, and no external HTTP requests, which are good signs.

However, there are significant concerns regarding output sanitization and the lack of security checks. A concerning 100% of the 12 identified output points are not properly escaped. This means that any data displayed to users, especially if it originates from user input or external sources (even though no external requests are directly observed), could be vulnerable to cross-site scripting (XSS) attacks. Furthermore, the absence of nonce checks and capability checks on the single shortcode entry point is a major weakness. While the attack surface is small (only one shortcode), a shortcode can still be used to trigger functionality, and without proper checks, it could be exploited by authenticated users or even via reflected XSS to perform unintended actions.

Key Concerns

  • Unescaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple Paginated Posts Security Vulnerabilities

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

Simple Paginated Posts Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped12 total outputs
Attack Surface

Simple Paginated Posts Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[spp] simple-paginated-posts.php:100
WordPress Hooks 11
actioninitincludes\class-simple-paginated-posts.php:19
actionwpincludes\class-simple-paginated-posts.php:20
filterthe_titleincludes\class-simple-paginated-posts.php:21
filterthe_contentincludes\class-simple-paginated-posts.php:22
actionspp_continuedincludes\class-simple-paginated-posts.php:23
actionspp_tocincludes\class-simple-paginated-posts.php:24
actionspp_link_pagesincludes\class-simple-paginated-posts.php:25
actionadmin_initincludes\class-spp-admin.php:17
actionadmin_menuincludes\class-spp-admin.php:18
actionadmin_print_stylesincludes\class-spp-admin.php:19
actionadmin_noticessimple-paginated-posts.php:72
Maintenance & Trust

Simple Paginated Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedUnknown
PHP min version5.3
Downloads7K

Community Trust

Rating80/100
Number of ratings2
Active installs30
Developer Profile

Simple Paginated Posts Developer Profile

TLA Media

3 plugins · 30K total installs

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

How We Detect Simple Paginated Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-paginated-posts/includes/css/admin.css
Version Parameters
simple-paginated-posts/includes/css/admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
spp-sidebarpostbox-container
Data Attributes
id="spp-options"name="tla_spp_options[implementation_method]"id="spp-main"
JS Globals
TLA_SPP_VERSIONTLA_SPP_DIRTLA_SPP_OPTION_NAMETLA_SPP_URL
Shortcode Output
[spp
FAQ

Frequently Asked Questions about Simple Paginated Posts