Automatic Comment Scheduler Security & Risk Analysis

wordpress.org/plugins/automatic-comment-scheduler

A plugin that automatically schedules pending comments for approval, depending on a min/max threshold and the last comment's publish date and tim …

10 active installs v1.6.1 PHP + WP 2.0.2+ Updated Unknown
approveautoautomaticcommentschedule
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Automatic Comment Scheduler Safe to Use in 2026?

Generally Safe

Score 100/100

Automatic Comment Scheduler has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "automatic-comment-scheduler" v1.6.1 plugin presents a generally positive security posture based on the provided static analysis. The absence of known CVEs and a clean vulnerability history over time suggest a commitment to security or a lack of exploitable issues. The code analysis reveals no dangerous functions, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are all excellent security practices. The plugin also demonstrates a very small attack surface with zero entry points identified that lack authentication.

However, there are areas for improvement. While the overall output escaping is decent at 74%, there's still a portion that is not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is involved in those outputs. More concerning is the complete lack of nonce checks and capability checks. While the static analysis shows zero unprotected entry points, the absence of these fundamental WordPress security mechanisms means that any potential future addition of entry points or undiscovered flaws could be exploited without proper authorization or integrity checks.

In conclusion, the plugin is built on a solid foundation with secure database interactions and a limited attack surface. The lack of historical vulnerabilities is a strong positive signal. Nevertheless, the absence of nonce and capability checks represents a significant oversight in WordPress security best practices. This could leave the plugin vulnerable to CSRF attacks or unauthorized actions if new entry points are introduced or existing ones are inadvertently exposed. Addressing the unescaped output is also crucial for mitigating XSS risks.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Unescaped output (26% of 34)
Vulnerabilities
None known

Automatic Comment Scheduler Security Vulnerabilities

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

Automatic Comment Scheduler Code Analysis

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

SQL Query Safety

100% prepared8 total queries

Output Escaping

74% escaped34 total outputs
Attack Surface

Automatic Comment Scheduler Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filterpre_comment_approvedplugin.php:313
actionwp_headplugin.php:314
actionadmin_menuplugin.php:315
filterplugin_row_metaplugin.php:319
actionadmin_initsettings.php:82
Maintenance & Trust

Automatic Comment Scheduler Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedUnknown
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Automatic Comment Scheduler Developer Profile

ramon fincken

12 plugins · 5K total installs

73
trust score
Avg Security Score
91/100
Avg Patch Time
249 days
View full developer profile
Detection Fingerprints

How We Detect Automatic Comment Scheduler

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/automatic-comment-scheduler/mijnpress_plugin_framework.php/wp-content/plugins/automatic-comment-scheduler/plugin.php
Version Parameters
automatic-comment-scheduler/plugin.php?ver=mijnpress_plugin_framework.php?ver=

HTML / DOM Fingerprints

HTML Comments
BugfixGets interval settingsChecks and gets the last comment_ID from the comment that was approved most recentGenerates a random interval based on a min and max interval rand generator+4 more
Data Attributes
name="plugin_automati
FAQ

Frequently Asked Questions about Automatic Comment Scheduler