{"table_name":"bearmor_deep_scan_results","full_table_name":"wp_bearmor_deep_scan_results","description":"Stores bearmor deep scan results data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_deep_scan_results ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, scan_type ENUM('database', 'uploads') NOT NULL, item_type VARCHAR(50) NOT NULL, item_id VARCHAR(255) NOT NULL, location TEXT NOT NULL, pattern VARCHAR(255), matched_code TEXT, severity ENUM('low', 'medium', 'high', 'critical') NOT NULL, status ENUM('pending', 'safe', 'removed') DEFAULT 'pending', detected_at DATETIME NOT NULL, KEY scan_type (scan_type), KEY status (status), KEY detected_at (detected_at) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"scan_type","type":"ENUM('database', 'uploads')","nullable":false,"primary_key":false},{"name":"item_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"item_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"location","type":"TEXT","nullable":false,"primary_key":false},{"name":"pattern","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"matched_code","type":"TEXT","nullable":true,"primary_key":false},{"name":"severity","type":"ENUM('low', 'medium', 'high', 'critical')","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('pending', 'safe', 'removed')","nullable":true,"primary_key":false},{"name":"detected_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"bearmor-security","name":"Bearmor Security","active_installs":50,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/bearmor-security/"}}