{"slug":"ai-comment-guard","name":"AI Comment Guard","description":"Protect your WordPress site from spam with AI-powered comment moderation. Supports OpenAI, Anthropic, and OpenRouter providers.","author":"Tudor Constantin","active_installs":30,"version":"1.2.4","wp_org_url":"https://wordpress.org/plugins/ai-comment-guard/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":true},"tables":[{"table_name":"aicog_log","full_table_name":"wp_aicog_log","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_aicog_log` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `comment_id` bigint NOT NULL DEFAULT '0',\\n  `comment_content` text COLLATE utf8mb4_unicode_520_ci,\\n  `comment_author` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `comment_author_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `comment_hash` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `ai_provider` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `ai_response` text COLLATE utf8mb4_unicode_520_ci,\\n  `action` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `confidence` float DEFAULT NULL,\\n  `processing_time` float DEFAULT NULL,\\n  `error_message` text COLLATE utf8mb4_unicode_520_ci,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `comment_id` (`comment_id`),\\n  KEY `comment_hash` (`comment_hash`),\\n  KEY `action` (`action`),\\n  KEY `created_at` (`created_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}