WP-Archives Security & Risk Analysis

wordpress.org/plugins/wp-archives

Display your archives with year/month list.

100 active installs v0.8 PHP + WP 1.5+ Updated Jun 2, 2009
allarchiveslistmonthpost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-Archives Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "wp-archives" plugin version 0.8 exhibits a generally strong security posture, with no reported vulnerabilities or critical findings in static and taint analysis. The absence of AJAX handlers, REST API routes, shortcodes, cron events, and file operations significantly limits the attack surface. Furthermore, the code signals indicate a lack of dangerous functions and external HTTP requests, which are common vectors for exploits. However, there are significant concerns regarding database interaction and output handling. The presence of two SQL queries that do not utilize prepared statements, coupled with zero instances of proper output escaping, presents a notable risk. This could potentially lead to SQL injection vulnerabilities if user-supplied data is not meticulously sanitized before being used in database queries, or Cross-Site Scripting (XSS) vulnerabilities if output is not properly escaped before being displayed to users. While the plugin has no known vulnerability history, the identified coding practices in SQL and output handling warrant attention to prevent future security issues. The plugin's strength lies in its limited attack surface and lack of historically exploited patterns, but the implementation of its core functionalities, particularly database and output handling, needs improvement to ensure robust security.

Key Concerns

  • SQL queries not using prepared statements
  • Output not properly escaped
Vulnerabilities
None known

WP-Archives Security Vulnerabilities

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

WP-Archives Code Analysis

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

SQL Query Safety

0% prepared2 total queries

Output Escaping

0% escaped2 total outputs
Attack Surface

WP-Archives Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterthe_contentwp-archives.php:57
actioninitwp-archives.php:69
actionwp_headwp-archives.php:70
Maintenance & Trust

WP-Archives Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedJun 2, 2009
PHP min version
Downloads20K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

WP-Archives Developer Profile

Kodetop

4 plugins · 2K total installs

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

How We Detect WP-Archives

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- WP-Archives 0.8 by unijimpe --><!--wp_archives-->
Shortcode Output
<strong><ul><li></a>
FAQ

Frequently Asked Questions about WP-Archives