Auto-Schedule Posts Security & Risk Analysis

wordpress.org/plugins/auto-schedule-posts

Auto-Schedule Posts allows users to separate their writing schedule from their publishing schedule - write when you want and have posts publish at the …

50 active installs v3.6 PHP + WP 2.3+ Updated Feb 7, 2013
auto-schedulemulti-authorpostsscheduling
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Auto-Schedule Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "auto-schedule-posts" plugin v3.6 exhibits a mixed security posture. While the absence of known CVEs and a lack of critical taint analysis findings are positive indicators, the code analysis reveals significant areas for concern, particularly around output escaping and the handling of SQL queries. The plugin boasts a seemingly small attack surface with no identified AJAX handlers, REST API routes, or shortcodes lacking authentication. However, this is undermined by the complete absence of output escaping for any of the identified output points, which presents a substantial risk of cross-site scripting (XSS) vulnerabilities. Additionally, while a majority of SQL queries use prepared statements, a non-trivial percentage do not, potentially leaving the plugin vulnerable to SQL injection if the unsanitized inputs are not handled with extreme care in those specific queries. The presence of 24 cron events, while not inherently insecure, warrants careful review to ensure no unintended side effects or vulnerabilities are introduced through scheduled tasks.

Despite the lack of historical vulnerabilities, the current code analysis suggests a need for significant improvement in secure coding practices, especially concerning output sanitization and the consistent use of prepared statements for all SQL operations. The absence of nonce checks is a missed opportunity for further securing operations, though the lack of direct entry points like AJAX or shortcodes mitigates this to some extent. The plugin's strength lies in its apparent lack of historical issues and its limited direct attack surface. However, the identified output escaping and SQL query practices create a substantial risk that overshadows these strengths. A proactive approach to addressing these code-level weaknesses is strongly recommended to prevent future security incidents.

Key Concerns

  • 0% output escaping
  • SQL queries without prepared statements
  • No nonce checks
Vulnerabilities
None known

Auto-Schedule Posts Security Vulnerabilities

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

Auto-Schedule Posts Code Analysis

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

SQL Query Safety

59% prepared17 total queries

Output Escaping

0% escaped16 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
auto_schedule_posts_options_page (auto-schedule-posts.php:296)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Auto-Schedule Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionwpmu_new_blogauto-schedule-posts.php:84
actioninitauto-schedule-posts.php:101
actionasp_pulseauto-schedule-posts.php:116
actionpending_to_publishauto-schedule-posts.php:118
actiondraft_to_publishauto-schedule-posts.php:119
actionprivate_to_publishauto-schedule-posts.php:120
actionfuture_to_publishauto-schedule-posts.php:121
actionnew_to_publishauto-schedule-posts.php:122
actionadmin_menuauto-schedule-posts.php:285

Scheduled Events 24

asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
asp_pulse
Maintenance & Trust

Auto-Schedule Posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedFeb 7, 2013
PHP min version
Downloads20K

Community Trust

Rating80/100
Number of ratings2
Active installs50
Developer Profile

Auto-Schedule Posts Developer Profile

David Miller

2 plugins · 60 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-Schedule 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-schedule-posts/css/asp-styles.css/wp-content/plugins/auto-schedule-posts/js/asp-admin.js
Script Paths
/wp-content/plugins/auto-schedule-posts/js/asp-admin.js
Version Parameters
auto-schedule-posts/css/asp-styles.css?ver=auto-schedule-posts/js/asp-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
asp-notice
HTML Comments
<!-- The WordPress Query class. --><!-- .post-edit-link -->
Data Attributes
data-postid
JS Globals
asp_admin_ajax_objectasp_params
FAQ

Frequently Asked Questions about Auto-Schedule Posts