omnimcp_cyber_token_revocation_teaser
收藏资源简介:
OmniMCP - Cyber Token Revocation (Free Teaser Edition) 是一个免费预告版的多轮智能体函数调用数据集,专门用于网络令牌撤销(Cyber Token Revocation)场景。该数据集属于OmniMCP模块化生态系统中的砖块(Brick)级别,旨在训练AI模型执行自动化的IAM(身份与访问管理)密钥失效操作。数据集为合成数据,包含小于1000个样本,所有样本均经过Pydantic AST验证,确保零语法错误,并内置了逐步的思维链推理(Chain-of-Thought)逻辑,涵盖生产环境中的真实API故障、连接池超时和错误恢复场景。数据内容完全符合GDPR/DSGVO隐私法规,不含任何个人数据。数据格式为Parquet,包含 instruction、thought_process、final_output 等字段,可直接使用Python Pandas加载。该版本采用Apache 2.0许可证,适用于免费的研究和评估。
OmniMCP - Cyber Token Revocation (Free Teaser Edition) is a free teaser multi-turn agent function calling dataset specifically designed for Cyber Token Revocation scenarios. It belongs to the Brick level of the OmniMCP modular ecosystem, aiming to train AI models for automated IAM (Identity and Access Management) key revocation operations. The dataset is synthetic, containing less than 1000 samples, all validated by Pydantic AST to ensure zero syntax errors, and includes built-in step-by-step Chain-of-Thought reasoning covering real-world API failures, connection pool timeouts, and error recovery scenarios. The data fully complies with GDPR/DSGVO privacy regulations and contains no personal data. It is in Parquet format with fields such as instruction, thought_process, and final_output, and can be loaded directly with Python Pandas. This version is released under the Apache 2.0 license for free research and evaluation.
数据集概述
OmniMCP: Cyber Token Revocation (Free Teaser Edition) 是一个专注于网络安全领域中**令牌撤销(Token Revocation)**场景的免费评估数据集,属于 OmniMCP 模块化生态系统的组成部分。
基本信息
| 属性 | 内容 |
|---|---|
| 数据集名称 | OmniMCP - Cyber Token Revocation (Free Teaser Edition) |
| 语言 | 英语(en) |
| 许可证 | Apache 2.0 |
| 数据集大小 | n<1K(少于1000条样本) |
| 适用任务 | 函数调用(Function Calling)、工具使用(Tool Use)、智能体微调(Fine-tuning)、多轮对话(Multi-turn) |
| 标签 | cyber_token_revocation、synthetic-data、agentic-ai、unsloth、axolotl、ollama 等 |
内容简介
该数据集为合成数据,聚焦于**自动化的 IAM 密钥失效(Automated IAM Secret Invalidation)**场景,旨在帮助开发者对智能体模型进行微调,使其能够在检测到安全威胁时自动执行令牌/凭证撤销操作。
数据集中的样本包含:
- instruction(指令)
- thought_process(思维过程)
- final_output(最终输出)
数据集特色(USP)
- 零语法与解析错误:所有数据均经过 100% Pydantic AST 验证,严格遵守 OpenAPI 架构。
- 原生思维链推理:在每次工具调用前均包含
<thought>块,提供逐步诊断逻辑。 - 生产级自愈能力:预训练数据覆盖真实的 API 故障、连接池超时和错误恢复场景,而非简单的成功路径。
- 100% GDPR/DSGVO 合规:不含任何个人数据。
- 符合欧盟 AI 法案:附带第 50 条和第 53 条的合成数据来源声明。
快速加载示例
python import pandas as pd
加载 Parquet 格式的验证数据集
df = pd.read_parquet("omnimcp_cyber_token_revocation_teaser.parquet") print(f"Loaded {len(df)} verified training turns!") print(df[["instruction", "thought_process", "final_output"]].head())
商业与授权信息
- 本 Teaser 版本:以 Apache 2.0 许可证免费发布,可用于研究与评估。
- 完整生产版与 Village 级别产品:需通过 OmniMCP Enterprise Commercial EULA 获取商业授权,支持完整的商业变现与模型部署权利。
- 完整版及相关模块可通过 Gumroad 商店 购买,包括 CyberDefense Token Revocation Brick(99 €)等产品。




