SpamJudge Security & Risk Analysis

wordpress.org/plugins/spamjudge

Using AI large language models to automatically detect and filter spam comments, supporting APIs compatible with the OpenAI format.

0 active installs v1.1.0 PHP 7.4+ WP 5.0+ Updated Dec 3, 2025
aianti-spamllmspamspam-comments
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is SpamJudge Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 5mo ago
Risk Assessment

The plugin "spamjudge" v1.1.0 demonstrates a strong security posture based on the provided static analysis and vulnerability history. The code exhibits excellent practices by exclusively using prepared statements for all SQL queries and properly escaping all output, indicating no immediate risk of SQL injection or cross-site scripting vulnerabilities originating from these areas. The absence of file operations and external HTTP requests further reduces the potential attack surface. Furthermore, the plugin correctly implements nonce and capability checks for its entry points, ensuring proper authorization and preventing unauthorized access.

The vulnerability history is clean, with no recorded CVEs. This, coupled with the lack of critical or high-severity taint flows and the complete absence of dangerous functions, suggests a mature and well-maintained codebase. The limited attack surface, consisting of only two AJAX handlers and no unprotected entry points, further reinforces its security. While the plugin appears robust, it's important to acknowledge that static analysis has limitations, and complex or logic-based vulnerabilities might not be detected. However, based on the presented data, the plugin is considered secure for its current version.

Vulnerabilities
None known

SpamJudge Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

SpamJudge Release Timeline

v1.1.0Current
v1.0.0
Code Analysis
Analyzed Apr 16, 2026

SpamJudge Code Analysis

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

SQL Query Safety

100% prepared9 total queries

Output Escaping

100% escaped117 total outputs
Attack Surface

SpamJudge Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_spamjudge_clear_logsadmin/class-admin-settings.php:53
authwp_ajax_spamjudge_get_logsadmin/class-admin-settings.php:54
WordPress Hooks 11
actionadmin_menuadmin/class-admin-settings.php:44
actionadmin_initadmin/class-admin-settings.php:47
actionadmin_enqueue_scriptsadmin/class-admin-settings.php:50
filterpreprocess_commentincludes/class-spamjudge.php:54
actioncomment_postincludes/class-spamjudge.php:57
filterpre_comment_approvedincludes/class-spamjudge.php:171
filterpre_comment_approvedincludes/class-spamjudge.php:178
filterpre_comment_approvedincludes/class-spamjudge.php:210
actioncomment_postincludes/class-spamjudge.php:310
actioninitspamjudge.php:113
actionspamjudge_cleanup_logsspamjudge.php:126

Scheduled Events 1

spamjudge_cleanup_logs
Maintenance & Trust

SpamJudge Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 3, 2025
PHP min version7.4
Downloads201

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

SpamJudge Developer Profile

cottboy

2 plugins · 0 total installs

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

How We Detect SpamJudge

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/spamjudge/admin/css/settings.css/wp-content/plugins/spamjudge/admin/js/settings.js
Script Paths
/wp-content/plugins/spamjudge/includes/class-spamjudge-api-client.php/wp-content/plugins/spamjudge/includes/class-spamjudge-comment-logger.php/wp-content/plugins/spamjudge/includes/class-spamjudge.php/wp-content/plugins/spamjudge/admin/class-admin-settings.php

HTML / DOM Fingerprints

CSS Classes
spamjudge-settings-sectionspamjudge-log-tablespamjudge-clear-logs-buttonspamjudge-loading-indicator
HTML Comments
<!-- SpamJudge Admin Settings Page --><!-- Log Table Header --><!-- Log Entry --><!-- Loading Indicator -->+1 more
Data Attributes
data-action="spamjudge_clear_logs"data-action="spamjudge_get_logs"data-log-id
JS Globals
spamjudge_ajax_object
REST Endpoints
/wp-json/spamjudge/v1/clear-logs/wp-json/spamjudge/v1/get-logs
FAQ

Frequently Asked Questions about SpamJudge