LiveProof Security & Risk Analysis

wordpress.org/plugins/liveproof

Real-time WooCommerce notifications for sales, cart items, and product reviews.

0 active installs v1.0 PHP + WP 5.5+ Updated Sep 6, 2025
comments-alertslive-proofproof-popsreviews-alertssales-notification
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is LiveProof Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 7mo ago
Risk Assessment

The liveproof v1.0 plugin exhibits a mixed security posture. On the positive side, the code analysis reveals excellent practices regarding SQL queries (all prepared statements) and output escaping (100% properly escaped). There are no detected dangerous functions, file operations, external HTTP requests, or bundled libraries, which are all strong indicators of a secure coding approach. Furthermore, the plugin has a clean vulnerability history with no known CVEs, suggesting a mature and well-maintained codebase.

However, the plugin presents a significant concern due to its attack surface. It has two AJAX handlers, and critically, neither of them includes authentication or capability checks. This means any user, including unauthenticated visitors, can potentially trigger these AJAX actions, creating a substantial risk of unauthorized actions or unintended behavior if the handlers are not inherently benign. The lack of taint analysis results, while not necessarily a negative, means we cannot definitively rule out potential issues within the script's execution path that might not be caught by static analysis alone.

In conclusion, while the plugin demonstrates sound practices in data handling and has a clear history of security, the unprotected AJAX endpoints represent a critical weakness. This oversight significantly elevates the risk profile, as it opens the door for potential vulnerabilities that are not yet documented but could be exploited. Prioritizing the implementation of robust authentication and authorization checks for these AJAX handlers is paramount to mitigating this risk.

Key Concerns

  • AJAX handlers without auth checks
  • AJAX handlers without capability checks
Vulnerabilities
None known

LiveProof Security Vulnerabilities

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

LiveProof Code Analysis

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

Output Escaping

100% escaped1 total outputs
Attack Surface
2 unprotected

LiveProof Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

noprivwp_ajax_liveproof_get_notificationsincludes\hooks.php:131
authwp_ajax_liveproof_get_notificationsincludes\hooks.php:132
WordPress Hooks 3
filterwoocommerce_get_settings_pagesadmin\settings.php:2
filterwoocommerce_add_cart_item_dataincludes\hooks.php:152
actionwp_enqueue_scriptsliveproof.php:31
Maintenance & Trust

LiveProof Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 6, 2025
PHP min version
Downloads191

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

LiveProof Developer Profile

Shaon Bahadur

2 plugins · 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 LiveProof

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/liveproof/assets/css/style.css/wp-content/plugins/liveproof/assets/js/script.js
Script Paths
/wp-content/plugins/liveproof/assets/js/script.js
Version Parameters
liveproof/assets/css/style.css?ver=liveproof/assets/js/script.js?ver=

HTML / DOM Fingerprints

JS Globals
liveProofAjax
FAQ

Frequently Asked Questions about LiveProof