Statixly Security & Risk Analysis

wordpress.org/plugins/statixly

Generate a static HTML version of your WordPress website and download it as a ZIP archive.

0 active installs v1.0.2 PHP 7.4+ WP 6.2+ Updated Mar 30, 2026
cachejamstackperformancesecuritystatic-site-generator
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Statixly Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

Statixly v1.0.2 presents a mixed security posture. On the positive side, the plugin demonstrates good practices regarding SQL queries, utilizing prepared statements exclusively, and all output is properly escaped, mitigating risks of SQL injection and Cross-Site Scripting (XSS) originating from direct output manipulation. The absence of known CVEs and a clean vulnerability history also suggests a generally well-maintained codebase.

However, a significant concern lies in the plugin's attack surface. With 10 AJAX handlers, an overwhelming 9 lack proper authentication checks. This exposes a substantial portion of the plugin's functionality to unauthorized users, potentially leading to various exploits if these handlers perform sensitive actions or expose information. The limited use of nonce checks (4) further exacerbates this issue, as they are a crucial mechanism for verifying the legitimacy of requests. While taint analysis shows no critical or high-severity flows, the sheer number of unprotected entry points makes it a prime target for brute-force attacks or exploitation of any potential logic flaws within those handlers.

In conclusion, while the plugin excels in core security principles like prepared statements and output escaping, the extensive unprotected AJAX handlers represent a critical weakness. This significantly increases the risk of unauthorized access and potential misuse of plugin features. Until these AJAX handlers are secured with appropriate nonce and capability checks, Statixly v1.0.2 should be considered to have a moderate to high security risk.

Key Concerns

  • 9 unprotected AJAX handlers
  • Limited nonce checks (4)
Vulnerabilities
None known

Statixly Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Statixly Release Timeline

v1.0.2Current
v1.0.1
Code Analysis
Analyzed Apr 16, 2026

Statixly Code Analysis

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

SQL Query Safety

100% prepared65 total queries

Output Escaping

100% escaped83 total outputs
Attack Surface
9 unprotected

Statixly Attack Surface

Entry Points10
Unprotected9

AJAX Handlers 10

authwp_ajax_statixly_log_tailincludes/bootstrap.php:72
authwp_ajax_statixly_start_exportincludes/bootstrap.php:73
authwp_ajax_statixly_process_batchincludes/bootstrap.php:74
authwp_ajax_statixly_pauseincludes/bootstrap.php:75
authwp_ajax_statixly_resumeincludes/bootstrap.php:76
authwp_ajax_statixly_abortincludes/bootstrap.php:77
authwp_ajax_statixly_get_status_messagesincludes/bootstrap.php:78
authwp_ajax_statixly_get_active_export_statusincludes/bootstrap.php:79
authwp_ajax_statixly_delete_logincludes/bootstrap.php:80
authwp_ajax_statixly_delete_temp_dirsincludes/bootstrap.php:81
WordPress Hooks 8
actionadmin_menuincludes/Admin/Menu.php:55
actionadmin_enqueue_scriptsincludes/Admin/Menu.php:56
filteradmin_body_classincludes/Admin/Menu.php:57
actionplugins_loadedincludes/bootstrap.php:63
actionadmin_post_statixly_download_zipincludes/bootstrap.php:82
actionadmin_post_statixly_download_logincludes/bootstrap.php:83
actionadmin_initincludes/bootstrap.php:84
actionadmin_noticesincludes/bootstrap.php:91
Maintenance & Trust

Statixly Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 30, 2026
PHP min version7.4
Downloads92

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Statixly Developer Profile

Anindya Sundar Mandal

2 plugins · 9K total installs

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

How We Detect Statixly

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/statixly/assets/css/admin.css/wp-content/plugins/statixly/assets/css/export.css/wp-content/plugins/statixly/assets/js/export.js
Script Paths
/wp-content/plugins/statixly/assets/js/export.js
Version Parameters
statixly-adminstatixly-export

HTML / DOM Fingerprints

HTML Comments
Copyright (C) 2026 Anindya Sundar MandalThis file is part of Statixly. For full license text, see license.txt.
JS Globals
statixlyExportData
FAQ

Frequently Asked Questions about Statixly