Auto Expire Posts Security & Risk Analysis

wordpress.org/plugins/auto-expire-posts

Automatically expire posts at a given date

0 active installs v1.0.0 PHP + WP 4.0+ Updated Mar 21, 2019
expirepoststrash
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Auto Expire Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The auto-expire-posts plugin version 1.0.0 exhibits a generally strong security posture based on the static analysis provided. The absence of AJAX handlers, REST API routes, shortcodes, and external HTTP requests significantly limits its attack surface. Furthermore, the code signals indicate good development practices, with all SQL queries utilizing prepared statements, a single nonce check, and a single capability check in place. The fact that there are no known vulnerabilities or CVEs associated with this plugin is also a positive indicator.

However, a potential area of concern lies in the output escaping. With 73% of outputs properly escaped, it means that 27% of the 11 total outputs are not. While this might not immediately translate to a critical vulnerability, it represents a weakness where unescaped output could potentially lead to cross-site scripting (XSS) vulnerabilities if user-controlled data is involved in these unsanitized outputs. The taint analysis reporting zero flows is a positive sign, suggesting no immediately obvious exploitable data flows were detected. The plugin's history of zero vulnerabilities is commendable, implying either good coding from the start or that it hasn't been targeted or thoroughly analyzed for complex vulnerabilities.

In conclusion, auto-expire-posts v1.0.0 appears to be a relatively secure plugin with a minimal attack surface and good handling of sensitive operations like database queries. The primary weakness identified is the incomplete output escaping, which, while not a critical flaw in isolation, warrants attention to prevent potential XSS issues. Its vulnerability history is excellent, further bolstering confidence in its current security state.

Key Concerns

  • Unescaped output detected
Vulnerabilities
None known

Auto Expire Posts Security Vulnerabilities

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

Auto Expire Posts Code Analysis

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

Output Escaping

73% escaped11 total outputs
Attack Surface

Auto Expire Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_enqueue_scriptsincludes\class-main.php:135
actionadmin_enqueue_scriptsincludes\class-main.php:136
actionplugin_action_links_auto-expire-posts/auto-expire-posts.phpincludes\class-main.php:138
actionadd_meta_boxesincludes\class-main.php:139
actionsave_postincludes\class-main.php:140
actionauto_expire_posts_cronincludes\class-main.php:153

Scheduled Events 1

auto_expire_posts_cron
Maintenance & Trust

Auto Expire Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.1.22
Last updatedMar 21, 2019
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Auto Expire Posts Developer Profile

lerougeliet

5 plugins · 230 total installs

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

How We Detect Auto Expire Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/auto-expire-posts/admin/main.css
Script Paths
/wp-content/plugins/auto-expire-posts/admin/main.js
Version Parameters
auto-expire-posts/main.css?ver=auto-expire-posts/main.js?ver=

HTML / DOM Fingerprints

Data Attributes
name="auto_expire_posts_date"name="auto_expire_posts_time"name="auto_expire_posts_timezone"name="auto_expire_posts_status"
FAQ

Frequently Asked Questions about Auto Expire Posts