Drupal is a registered trademark of Dries Buytaert
Release: Leaflet 10.4.11 Minor update available for module leaflet (10.4.11). Release: Session Inspector 1.0.8 Minor update available for module session_inspector (1.0.8). Release: Migrate QA 2.0.4 Minor update available for module migrate_qa (2.0.4). Release: CKEditor Description List 3.0.0 Major update available for module ckeditor_descriptionlist (3.0.0). Release: FlowDrop 2.4.0 Minor update available for module flowdrop (2.4.0). Release: JWT Token Refresh 1.0.4 Minor update available for module jwt_token_refresh (1.0.4). Release: ConReg 1.0.0-beta1 First beta version released for module conreg (1.0.0-beta1). Release: AI Image Studio 1.0.0-beta8 New beta version released for module ai_image_studio (1.0.0-beta8). Usage Milestone: Role Theme Switcher Module role_theme_switcher crossed 1,000 active installs. Module Revived: Decoupled Router 2.0.7 Module decoupled_router updated after 11 months of inactivity (2.0.7).

This module uses AI to automatically assess incoming comments for spam risk. It assigns a score and a brief explanation to each comment, automatically unpublishes likely spam, and provides a dedicated view for manual moderation of questionable comments. This helps reduce the effort required to manage comment spam on your site.

What it does

AI Comment Spam Moderation adds an AI-assisted workflow for comments. It scores each incoming comment for spam risk, saves the score and a one-sentence reasoning, automatically unpublishes likely spam, and surfaces everything in a moderation triage view.

Why it matters

Site moderators can triage comment spam faster and reduce manual review effort. Obvious spam is unpublished automatically, while borderline cases stay visible with clear, AI-generated reasoning for a human to act on.

How it works

When applied, the recipe configures:

  • core comment support using the default `comment` comment type (via the core `article_comment` recipe),
  • a Custom Field on comments (`field_spam_assessment`) holding a `spam_score` (1-10) and a `spam_reasoning` sentence,
  • an AI automator on `field_spam_assessment` that reads the comment body and writes the score and reasoning (reasoning is the literal `ok` when the score is below 5),
  • a second AI automator that unpublishes the comment when the `spam_score` is 8 or higher,
  • a dedicated listing at `/admin/content/ai-comment-spam` for moderation triage.

Requirements & compatibility

How to get started

  1. Install module dependencies (including AI and AI Automators).
  2. Configure an AI provider/model and set a default for `chat_with_complex_json`.
  3. Apply the recipe.
  4. Post comments on an Article and verify the spam score and reasoning are saved, and that high-scoring comments are unpublished.
  5. Use `/admin/content/ai-comment-spam` for moderation triage.

Activity

Tracked releases
2
Tracked since
Jul 2026
Latest release
1 month ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.0-alpha2 Pre-release Jul 13, 2026
1.0.0-alpha1 Pre-release Jul 8, 2026