{"slug":"hubapp","name":"HubApp (AI Hub) – Platform for AI Agents","description":"Empower AI agents to safely edit your WordPress site with a native plugin that includes mandatory previews and advanced security guardrails.","author":"aihub","active_installs":10,"version":"1.0.5","wp_org_url":"https://wordpress.org/plugins/hubapp/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"hubapp_activity_log","full_table_name":"wp_hubapp_activity_log","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_hubapp_activity_log` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `action` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `entity_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `entity_id` bigint unsigned DEFAULT NULL,\\n  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `metadata` text COLLATE utf8mb4_unicode_520_ci,\\n  `created_at` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `action` (`action`),\\n  KEY `entity_type` (`entity_type`),\\n  KEY `entity_id` (`entity_id`),\\n  KEY `created_at` (`created_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"hubapp_ai_agents","full_table_name":"wp_hubapp_ai_agents","description":"Stores hubapp ai agents data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_hubapp_ai_agents` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint NOT NULL,\\n  `visit_date` datetime DEFAULT CURRENT_TIMESTAMP,\\n  `user_agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `agent_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `page_url` text COLLATE utf8mb4_unicode_520_ci,\\n  `user_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `referer` text COLLATE utf8mb4_unicode_520_ci,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `visit_date` (`visit_date`),\\n  KEY `agent_name` (`agent_name`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"hubapp_analytics","full_table_name":"wp_hubapp_analytics","description":"Stores analytics or statistics data.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_hubapp_analytics` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint NOT NULL,\\n  `visit_date` datetime DEFAULT CURRENT_TIMESTAMP,\\n  `user_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `user_agent` text COLLATE utf8mb4_unicode_520_ci,\\n  `referer` text COLLATE utf8mb4_unicode_520_ci,\\n  `is_logged_in` tinyint(1) DEFAULT '0',\\n  `user_id` bigint DEFAULT NULL,\\n  `country` varchar(2) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `session_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `visit_date` (`visit_date`),\\n  KEY `user_ip` (`user_ip`),\\n  KEY `is_logged_in` (`is_logged_in`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":3}