Post Snapshots Security & Risk Analysis

wordpress.org/plugins/post-snapshots

Create, manage and view snapshots of any post (or custom post type) whenever you want. Like user-managed revisions with a lot of useful functionality.

0 active installs v0.9 PHP 7.0+ WP 4.8+ Updated Aug 14, 2018
historypost-statusrevisionsnapshot
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Snapshots Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The "post-snapshots" plugin v0.9 exhibits a generally strong security posture based on the provided static analysis. A significant strength is the absence of any identified critical or high-severity taint flows, suggesting that user-supplied data is not being processed in a way that immediately leads to common vulnerabilities like code injection or path traversal. The limited number of SQL queries and the decent percentage utilizing prepared statements further indicate careful data handling. The presence of nonce and capability checks, though limited in number, are positive signs of basic security measures being implemented.

However, there are areas for improvement. The output escaping is only properly handled in approximately half of the cases, which could lead to cross-site scripting (XSS) vulnerabilities if unsanitized output is rendered in the browser. The plugin also has a non-zero percentage of SQL queries that are not prepared, posing a risk of SQL injection if those queries handle user-supplied input without proper sanitization. The vulnerability history is currently clean, which is excellent, but this is a single version and doesn't guarantee future safety. The overall impression is a plugin with good intentions but lacking robust sanitization practices in all areas, leaving some room for potential exploitation.

Key Concerns

  • SQL queries not using prepared statements
  • Less than 100% of output properly escaped
  • Limited number of nonce/capability checks
Vulnerabilities
None known

Post Snapshots Security Vulnerabilities

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

Post Snapshots Code Analysis

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

SQL Query Safety

40% prepared5 total queries

Output Escaping

48% escaped23 total outputs
Data Flows
All sanitized

Data Flow Analysis

4 flows
pos_update_settings (admin\settings.php:59)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Post Snapshots Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 17
actionadd_meta_boxesadmin\post-meta-box.php:3
actionsave_postadmin\post-meta-box.php:133
actionadmin_menuadmin\settings.php:5
actionadmin_initadmin\settings.php:57
actionadmin_noticesadmin\settings.php:75
actionadmin_noticesadmin\settings.php:81
actionpre_post_updateduplicate.php:3
actionadmin_action_pos_duplicate_post_as_snapshotlegacy\duplicate-in-overview.php:122
actioninitlegacy\duplicate-in-overview.php:141
actionpre_get_postspost-snapshots.php:55
actioninitpost-snapshots.php:70
actionadmin_enqueue_scriptspost-snapshots.php:79
actionadmin_initpost-snapshots.php:95
actionpost_submitbox_misc_actionspost-snapshots.php:111
actiondelete_postpost-snapshots.php:130
actionwp_headpost-snapshots.php:141
actiontemplate_redirectpost-snapshots.php:210
Maintenance & Trust

Post Snapshots Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedAug 14, 2018
PHP min version7.0
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Post Snapshots Developer Profile

Blackbam

3 plugins · 200 total installs

69
trust score
Avg Security Score
85/100
Avg Patch Time
3450 days
View full developer profile
Detection Fingerprints

How We Detect Post Snapshots

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-snapshots/admin/admin.css
Version Parameters
post-snapshots/admin/admin.css?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
pos_post_meta_boxpos_post_meta_box_availablepos_post_meta_box_list
Data Attributes
name="pos_snapshot_create_new"
JS Globals
window.print()
FAQ

Frequently Asked Questions about Post Snapshots