Chronological Spam Removal Security & Risk Analysis

wordpress.org/plugins/chronological-spam-removal

Plugin removes comments from the comments table that match blacklisted items, have too many links, or contain a author url (not default), or have non …

10 active installs v1.0.4.0 PHP + WP + Updated Feb 26, 2012
automaticcommentsdatabaseremovalspam
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Chronological Spam Removal Safe to Use in 2026?

Generally Safe

Score 85/100

Chronological Spam Removal 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 chronological-spam-removal plugin v1.0.4.0 exhibits a concerning security posture despite a clean vulnerability history. The static analysis reveals a significant lack of security best practices. Notably, 100% of SQL queries are not using prepared statements, posing a high risk of SQL injection vulnerabilities. Furthermore, none of the identified output operations are properly escaped, opening the door for cross-site scripting (XSS) attacks. The absence of nonce checks on any potential entry points, while the attack surface is currently minimal and appears to have capability checks on one entry point, remains a significant concern if the attack surface expands. The plugin's vulnerability history is currently clean, with no recorded CVEs, which is a positive indicator. However, this does not negate the inherent risks identified in the code's implementation. The current version of the plugin demonstrates a disregard for fundamental WordPress security principles, making it vulnerable to common web attacks. While its limited attack surface and lack of known vulnerabilities offer some reassurance, the identified code quality issues are substantial and require immediate attention.

Key Concerns

  • 100% of SQL queries not using prepared statements
  • 0% of output operations properly escaped
  • No nonce checks on entry points
Vulnerabilities
None known

Chronological Spam Removal Security Vulnerabilities

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

Chronological Spam Removal Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped6 total outputs
Attack Surface

Chronological Spam Removal Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actioninitchronological_spam_removal.php:17
filtercron_scheduleschronological_spam_removal.php:27
actionchronological_spam_removalchronological_spam_removal.php:30
actionadmin_menuchronological_spam_removal.php:45
actionadmin_initchronological_spam_removal.php:58

Scheduled Events 2

chronological_spam_removal
chronological_spam_removal
Maintenance & Trust

Chronological Spam Removal Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedFeb 26, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Chronological Spam Removal Developer Profile

skunkbad

2 plugins · 30 total installs

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

How We Detect Chronological Spam Removal

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapform-tablesubmitbutton-primary
Data Attributes
name="chronological_spam_removal[frequency]"name="chronological_spam_removal[no_author_url]"name="chronological_spam_removal[us-en_characters_only]"value="TRUE"
Shortcode Output
<h2>Chronological Spam Removal Options</h2><th scope="row">Frequency</th><th scope="row">No URL Form Field</th><th scope="row">US-en Characters Only</th>
FAQ

Frequently Asked Questions about Chronological Spam Removal