
Archive Security & Risk Analysis
wordpress.org/plugins/archiveArchive your post types, also possible with cron and list via shortcode on frontend.
Is Archive Safe to Use in 2026?
Generally Safe
Score 85/100Archive has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "archive" plugin v1.0.2 demonstrates a generally positive security posture due to the absence of known vulnerabilities and a small attack surface. The static analysis reveals no critical issues like dangerous functions or external HTTP requests. However, there are several areas for improvement. The plugin's sole shortcode and cron event present entry points, and while they have capability checks, the lack of nonce checks on potential AJAX interactions (though none are reported) or direct user input handling for the shortcode could be a concern if not properly validated server-side.
A significant concern arises from the SQL query usage; 100% of the queries are not using prepared statements. This is a high-risk practice that makes the plugin highly susceptible to SQL injection vulnerabilities, especially if the data used in these queries originates from user input. Furthermore, the taint analysis indicates flows with unsanitized paths, suggesting potential for path traversal vulnerabilities, although no critical or high severity issues were found in this regard. The lack of output escaping on all identified outputs is another weakness that could lead to cross-site scripting (XSS) vulnerabilities.
While the vulnerability history is clean, indicating good development practices to date or a lack of significant testing, it should not be relied upon as the sole measure of security. The current code analysis highlights specific, actionable risks that need to be addressed. The plugin's strengths lie in its limited attack surface and lack of known CVEs, but its weaknesses in SQL query security, output escaping, and potential unsanitized path flows require immediate attention to bolster its overall security.
Key Concerns
- SQL queries not using prepared statements
- Outputs not properly escaped
- Flows with unsanitized paths
Archive Security Vulnerabilities
Archive Code Analysis
SQL Query Safety
Output Escaping
Data Flow Analysis
Archive Attack Surface
Shortcodes 1
WordPress Hooks 19
Scheduled Events 1
Maintenance & Trust
Archive Maintenance & Trust
Maintenance Signals
Community Trust
Archive Alternatives
Zippy
zippy
Incredibly easy solution to archive pages and posts as zip file and unpack them back even on the other website!
Advanced Custom Fields : CPT Options Pages
acf-cpt-options-pages
Small addon for ACF Options. Adds ACF location for each custom post type. New feature in the major version 2! Important! After update to v2+ you must …
Archive Control
archive-control
Quickly customize your custom post type and taxonomy archives with a custom headline, image, and editable content. Modify order and pagination.
Post Type Archive Descriptions
post-type-archive-descriptions
Enables an editable description to display on post type archive pages. Show the description with WordPress's the_archive_description() function t …
Custom Post Type Archives
custom-post-type-archives
Enables custom post type archives that will support both paging and feeds. All fully customizable.
Archive Developer Profile
5 plugins · 101K total installs
How We Detect Archive
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/archive/css/archive.css/wp-content/plugins/archive/js/archive.js/wp-content/plugins/archive/js/archive.jsarchive/style.css?ver=archive.js?ver=HTML / DOM Fingerprints
data-archive-iddata-archive-post-typearchive<div class="archive-list"></div>