omnimcp_cyber_zeroday_quarantine_teaser
收藏资源简介:
OmniMCP - Cyber Zeroday Quarantine (Free Teaser Edition) 是一个面向网络安全零日隔离场景的免费评估级多轮智能体函数调用数据集。该数据集是 OmniMCP 模块化生态系统中的砖级产品,专为训练和评估能够执行网络隔离、日志分析、IAM 凭证撤销等安全操作的 AI 代理模型而设计。数据集包含少于1000个样本,每个样本由 instruction(指令)、thought_process(思考过程)和 final_output(最终输出)三部分组成,以 Parquet 格式存储。其核心特点包括:经 Pydantic AST 严格验证确保零语法错误;内置链式推理步骤,在每次工具调用前提供诊断逻辑;模拟真实生产环境中的 API 故障和恢复过程;完全不含个人数据,符合 GDPR 和 EU AI Act 要求。该数据集适用于微调用于函数调用、工具使用和多轮对话的代理模型,特别是网络安全领域的自主防御系统。
OmniMCP - Cyber Zeroday Quarantine (Free Teaser Edition) is a free evaluation-level multi-turn agent function-calling dataset for cyber zeroday quarantine scenarios. It is a brick-level product in the OmniMCP modular ecosystem, designed for training and evaluating AI agent models capable of performing security operations such as network isolation, log analysis, and IAM credential revocation. The dataset contains fewer than 1000 samples, each consisting of instruction, thought_process, and final_output, stored in Parquet format. Key features include: zero syntax errors ensured by Pydantic AST strict validation; built-in chain-of-thought reasoning with diagnostic logic before each tool call; simulation of real production API failures and recovery processes; completely free of personal data, compliant with GDPR and EU AI Act. It is suitable for fine-tuning agent models for function calling, tool usage, and multi-turn dialogue, especially for autonomous defense systems in cybersecurity.
OmniMCP: Cyber Zeroday Quarantine (Free Teaser Edition) 数据集详情
基本信息
- 数据集名称: OmniMCP - Cyber Zeroday Quarantine (Free Teaser Edition)
- 语言: 英语 (en)
- 许可证: Apache 2.0
- 数据集规模: n<1K(少于1000条样本)
- 标签: cyber_zeroday_quarantine、synthetic-data、function-calling、tool-use、fine-tuning、agentic-ai、multi-turn、unsloth、axolotl、ollama
数据集内容概述
这是一个经过验证的多轮智能体函数调用(Multi-Turn Agent Function-Calling)数据集,聚焦于**网络零日攻击隔离(Cyber Zeroday Quarantine)**场景,属于免费评测预览版(Free Evaluation Teaser)。数据集为合成数据(synthetic-data),旨在支持模型微调、工具使用与智能体行为训练。
技术特性(USPs)
- 0.0% 语法与解析错误: 100% 通过Pydantic AST严格OpenAPI schema验证
- 原生思维链推理: 每次工具调用前均包含逐步诊断逻辑的
<thought>块 - 生产级自愈能力: 基于真实API故障、连接池超时与错误恢复场景训练
- 100% GDPR/DSGVO合规: 零个人数据(使用RFC 2606 @example.com、RFC 5737文档化IP)
- EU AI Act & EULA就绪: 包含官方第50条与第53条合成数据来源声明
层级架构背景
该Teaser属于OmniMCP模块化AI企业层级体系中的一部分,该体系分为四个层级:
| 层级 | 名称 | 价格区间 | 定位 |
|---|---|---|---|
| 🧱 Level 1 | Brick | 29€ – 99€ | 单一问题解决器,面向独立开发者 |
| 🏢 Level 2 | House | 79€ – 149€ | 完整部门工程套件 |
| 🏘️ Level 3 | Village | 99€ – 599€ | 交钥匙行业解决方案(3-4个House组合) |
| 🏙️ Level 4 | Master Metropolis | 299€ – 599€ | 统一企业级平台(500+多轮场景) |
本Teaser对应的完整商业产品为Autonomous CyberDefense SOC Village(249€,含DDoS、Token撤销、零日隔离)及CyberDefense Zero-Day Isolation Brick(99€)。
加载方式
数据以Parquet格式提供,可通过Python快速加载:
python import pandas as pd
df = pd.read_parquet("omnimcp_cyber_zeroday_quarantine_teaser.parquet") print(f"Loaded {len(df)} verified training turns!") print(df[["instruction", "thought_process", "final_output"]].head())
数据包含 instruction、thought_process、final_output 等字段。
许可证与商业权利
- 本Teaser: 采用 Apache 2.0 许可证,可免费用于研究与评估
- 完整生产包与Village: 受 OmniMCP Enterprise Commercial EULA 保护,拥有完整商业变现与模型部署权





