Folding Archives Security & Risk Analysis

wordpress.org/plugins/folding-archives

A simple widget providing a customisable, animated dropdown menu to display archives.

10 active installs v1.0 PHP + WP 3.0+ Updated Unknown
archivescolapsingjquerysidebarwidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Folding Archives Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "folding-archives" v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by using prepared statements for all SQL queries and avoids external HTTP requests or file operations, which are common vectors for vulnerabilities. The absence of known CVEs and historical vulnerabilities is also a strong indicator of a generally secure development history. However, several concerning signals arise from the static code analysis. The presence of the `create_function` function is a significant security risk, as it is deprecated and can be exploited for arbitrary code execution if not handled with extreme care, especially in user-facing contexts. Furthermore, a very low percentage of output escaping (15%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website. The complete lack of nonce and capability checks, while aligned with the zero entry points found, means that if any entry points were ever added without proper security measures, they would be immediately vulnerable. The zero taint analysis flows can be attributed to the limited entry points and the lack of exploitable code patterns detected in the analyzed paths, but this does not negate the risks posed by `create_function` and poor output escaping.

In conclusion, while the plugin has a clean vulnerability history and good practices in SQL handling, the identified code signals of `create_function` and significantly inadequate output escaping present substantial security weaknesses. The lack of any detected entry points is a strength, but the potential for injection vulnerabilities remains high due to poor output sanitization. Until these critical code-level issues are addressed, the plugin should be considered a security risk, particularly if its functionality expands or user-provided data is ever displayed.

Key Concerns

  • Dangerous function 'create_function' used
  • Low percentage of properly escaped output (15%)
  • No nonce checks detected
  • No capability checks detected
Vulnerabilities
None known

Folding Archives Security Vulnerabilities

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

Folding Archives Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("FoldingArchives");'));index.php:95

Output Escaping

15% escaped20 total outputs
Attack Surface

Folding Archives Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initindex.php:95
Maintenance & Trust

Folding Archives Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Folding Archives Developer Profile

ray.viljoen

6 plugins · 400 total installs

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

How We Detect Folding Archives

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/folding-archives/folding.js
Script Paths
/wp-content/plugins/folding-archives/folding.js

HTML / DOM Fingerprints

CSS Classes
widget_folding_archivesarchive-titlearchive_post
Data Attributes
id="collapsible-archives"
FAQ

Frequently Asked Questions about Folding Archives