In Over Your Archives Security & Risk Analysis

wordpress.org/plugins/in-over-your-archives

This plugin will display your archive page in a nice way, just like on inoveryourhead.net

10 active installs v1.4.3 PHP + WP 2.9.2+ Updated May 17, 2011
archivearchivesinoveryourheadjulien-smithposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is In Over Your Archives Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "in-over-your-archives" plugin v1.4.3 exhibits a mixed security posture. On the positive side, it shows good practices by utilizing prepared statements for all SQL queries and avoids external HTTP requests, significantly reducing common attack vectors. The absence of known CVEs and a clean vulnerability history also suggests a relatively stable codebase. However, several areas raise concerns. The low percentage of properly escaped output (41%) is a significant weakness, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the lack of explicit output escaping checks. Furthermore, the plugin lacks any nonce or capability checks on its entry points, including the shortcode and file operations. While the attack surface is small, these unchecked entry points could be exploited if an attacker can trigger the shortcode or manipulate the file operations. The presence of unsanitized paths in the taint analysis, even without critical or high severity, warrants attention as it could lead to path traversal vulnerabilities. The bundled Select2 library also poses a potential risk if it is outdated and contains known vulnerabilities, though no specific information on its version or vulnerabilities is provided.

Key Concerns

  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
  • Unsanitized paths in taint flows
  • Bundled library (Select2) potential risk
Vulnerabilities
None known

In Over Your Archives Security Vulnerabilities

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

In Over Your Archives Code Analysis

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

Bundled Libraries

Select2

SQL Query Safety

100% prepared2 total queries

Output Escaping

41% escaped39 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
ioya_archive_ajax (in_over_your_archives.php:558)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

In Over Your Archives Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ioya] in_over_your_archives.php:82
WordPress Hooks 11
actioninitin_over_your_archives.php:62
actionadmin_initin_over_your_archives.php:65
actionadmin_menuin_over_your_archives.php:66
actiongenerate_rewrite_rulesin_over_your_archives.php:67
actionwp_print_scriptsin_over_your_archives.php:70
actionwp_print_stylesin_over_your_archives.php:71
actionadmin_print_scriptsin_over_your_archives.php:72
actioninitin_over_your_archives.php:73
filterarchive_templatein_over_your_archives.php:76
actionpre_get_postsin_over_your_archives.php:79
actionwpin_over_your_archives.php:555
Maintenance & Trust

In Over Your Archives Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedMay 17, 2011
PHP min version
Downloads8K

Community Trust

Rating80/100
Number of ratings1
Active installs10
Developer Profile

In Over Your Archives Developer Profile

Mohammad Jangda

5 plugins · 1K total installs

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

How We Detect In Over Your Archives

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/in-over-your-archives/js/in_over_your_jquery.js/wp-content/plugins/in-over-your-archives/css/in_over_your_css.css/wp-content/plugins/in-over-your-archives/js/colorpicker.js/wp-content/plugins/in-over-your-archives/js/ioya-options.js/wp-content/plugins/in-over-your-archives/css/colorpicker.css
Script Paths
/wp-content/plugins/in-over-your-archives/js/in_over_your_jquery.js/wp-content/plugins/in-over-your-archives/js/colorpicker.js/wp-content/plugins/in-over-your-archives/js/ioya-options.js
Version Parameters
in-over-your-archives/js/in_over_your_jquery.js?ver=in-over-your-archives/css/in_over_your_css.css?ver=in-over-your-archives/js/colorpicker.js?ver=in-over-your-archives/js/ioya-options.js?ver=

HTML / DOM Fingerprints

CSS Classes
ioya_color_preview
HTML Comments
<!-- NOTE: To add new settings: --><!-- - add it to the array below as a slug, e.g. enable_shortcode (when saved to the database, it will automatically, be prefixed with ioya_) --><!-- - then add an entry for it in ioya_options function. You can use ioya_options_text_field() to easily create text fields --><!-- - you can fetch option values using ioya_get_option( $slug ) where $slug is the name you entered in the array below -->+3 more
JS Globals
in_over_your_settings
Shortcode Output
[ioya]
FAQ

Frequently Asked Questions about In Over Your Archives