{"table_name":"cu_log","full_table_name":"wp_cu_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cu_log ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, action ENUM('create','delete','group_toggle','group_activate','group_deactivate','killswitch') NOT NULL, rule_id INT UNSIGNED DEFAULT NULL, snapshot TEXT DEFAULT NULL, created_at DATETIME NOT NULL, PRIMARY KEY (id), KEY idx_action (action), KEY idx_created (created_at) ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"action","type":"ENUM('create','delete','group_toggle','group_activate','group_deactivate','killswitch')","nullable":false,"primary_key":false},{"name":"rule_id","type":"INT UNSIGNED","nullable":true,"primary_key":false},{"name":"snapshot","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"code-unloader","name":"Code Unloader","active_installs":10,"version":"1.4.10","wp_org_url":"https://wordpress.org/plugins/code-unloader/"}}