Static Page Publisher Security & Risk Analysis

wordpress.org/plugins/static-page-publisher

Deploy static landing pages via REST API and dynamically serve them on your front page.

0 active installs v1.1.0 PHP 7.4+ WP 6.0+ Updated Sep 11, 2025
automationdeploymentlanding-pagesrest-api
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Static Page Publisher Safe to Use in 2026?

Generally Safe

Score 100/100

Static Page Publisher has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6mo ago
Risk Assessment

The static-page-publisher plugin version 1.1.0 presents a generally good security posture, with no known vulnerabilities or CVEs recorded. The code analysis reveals a small attack surface consisting of two REST API routes, both of which correctly implement permission callbacks. There are no identified dangerous functions, and SQL queries are exclusively handled using prepared statements, which is excellent practice. The presence of a nonce check and a relatively high percentage of properly escaped output further contribute to its security. However, a slight concern is the absence of capability checks on the identified entry points (REST API routes). While permission callbacks are present, a direct capability check would offer an additional layer of defense. The lack of taint analysis results might indicate a limited scope of analysis or a very small code base, but without any reported flows, it's hard to draw strong conclusions about potential data manipulation vulnerabilities. Overall, this plugin appears to be built with security in mind, but a minor enhancement regarding capability checks could further strengthen its defenses.

Key Concerns

  • REST API routes lack explicit capability checks
Vulnerabilities
None known

Static Page Publisher Security Vulnerabilities

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

Static Page Publisher Code Analysis

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

Output Escaping

89% escaped9 total outputs
Attack Surface

Static Page Publisher Attack Surface

Entry Points2
Unprotected0

REST API Routes 2

GET/wp-json/static-page-publisher/v1/verify-tokenstatic-page-publisher.php:72
POST/wp-json/static-page-publisher/v1/update-landingstatic-page-publisher.php:78
WordPress Hooks 3
actionadmin_menustatic-page-publisher.php:21
actionrest_api_initstatic-page-publisher.php:22
actiontemplate_redirectstatic-page-publisher.php:23
Maintenance & Trust

Static Page Publisher Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 11, 2025
PHP min version7.4
Downloads203

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Static Page Publisher Developer Profile

heartcoredev

1 plugin · 0 total installs

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

How We Detect Static Page Publisher

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/static-page-publisher/static-page-publisher.php

HTML / DOM Fingerprints

HTML Comments
✅ Validate files with wp_check_filetype()
Data Attributes
name="spp_generate_token_action"name="spp_generate_token_nonce"readonlyvalue
REST Endpoints
/static-page-publisher/v1/verify-token/static-page-publisher/v1/update-landing
FAQ

Frequently Asked Questions about Static Page Publisher