Page Preview Security & Risk Analysis

wordpress.org/plugins/page-preview

Quickly see how each page looks at a glance and manage your site more efficiently.

20 active installs v1.1 PHP 7.4+ WP 6.0+ Updated Nov 20, 2025
page-previewpage-screenshotpreviewscreenshot
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Page Preview Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The 'page-preview' plugin v1.1 exhibits a generally strong security posture with several good practices in place. The static analysis reveals no exploitable attack surface through common vectors like AJAX handlers, REST API routes, shortcodes, or cron events. Notably, all SQL queries utilize prepared statements, and output escaping is consistently applied, which are excellent indicators of secure coding. The presence of nonce and capability checks, along with the absence of bundled libraries, further strengthens its security foundation. However, a significant concern arises from the use of the `unserialize` function. Without proper sanitization and validation of the serialized data before it's passed to `unserialize`, this function can lead to Remote Code Execution (RCE) vulnerabilities. While taint analysis shows no current unsanitized flows, the potential for a vulnerability exists if untrusted data is ever processed by this function. The vulnerability history is clean, indicating a lack of past security issues, but this cannot mitigate the inherent risk associated with the `unserialize` function.

Key Concerns

  • Use of unserialize without validation
Vulnerabilities
None known

Page Preview Security Vulnerabilities

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

Page Preview Code Analysis

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

Dangerous Functions Found

unserializereturn @unserialize( $data, $options ); // @phpcs:ignoreincludes\package\deliciousbrains\wp-background-processing\classes\wp-background-process.php:781

SQL Query Safety

100% prepared2 total queries

Output Escaping

100% escaped42 total outputs
Attack Surface

Page Preview Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 13
actioninitincludes\classes\Install.php:20
actionadmin_noticesincludes\classes\PagePreviewer.php:81
actionbefore_delete_postincludes\classes\PagePreviewer.php:82
actionsave_postincludes\classes\PagePreviewer.php:83
filtercron_schedulesincludes\package\deliciousbrains\wp-background-processing\classes\wp-background-process.php:99
actionnetwork_admin_menuincludes\settings.php:32
actionnetwork_admin_noticesincludes\settings.php:33
actionadmin_menuincludes\settings.php:35
actionadmin_noticesincludes\settings.php:36
actionadmin_initincludes\settings.php:39
filteradmin_body_classincludes\settings.php:40
actionadmin_enqueue_scriptsincludes\settings.php:41
actionplugins_loadedpage-preview.php:102
Maintenance & Trust

Page Preview Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedNov 20, 2025
PHP min version7.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Page Preview Developer Profile

handyplugins

10 plugins · 8K total installs

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

How We Detect Page Preview

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/page-preview/dist/css/admin-style.css
Version Parameters
page-preview/dist/css/admin-style.css?ver=

HTML / DOM Fingerprints

CSS Classes
sui-wrapsui-headersui-header-titlesui-actions-rightsui-hidden-importantsui-buttonsui-button-bluesui-icon-save+17 more
HTML Comments
TAB: Regular
Data Attributes
data-tab="basic-options"
FAQ

Frequently Asked Questions about Page Preview