MoltSafe-10K
收藏资源简介:
MoltSafe-10K 是一个面向代理社交网络 Moltbook 的安全注释数据集,包含 10,000 条帖子和评论的安全标注。每条数据提供了二进制安全判定(safe/unsafe)、严重级别(0 到 5 级,基于对自主代理环境的操作影响定义)、恶意意图分类(最多 3 个,涵盖提示注入、越狱或安全绕过、敏感信息提取或泄露、参与操纵、行为或记忆毒化、社会工程攻击、有害或滥用内容、金融诈骗或欺诈、错误信息或幻觉级联、不安全执行指令等类别)以及 OWASP GenAI 十大风险代码(LLM01 至 LLM10)。数据集仅发布注释和节点标识符,不包含原始文本;用户需根据 node_id 从原始数据集 AIcell/moltbook-data 中获取恶意文本。构建过程包括哈希去重、语言检测(保留英语占比超过 50% 的节点)、无放回采样 10,000 条,并使用 GPT-5.5 在高推理模式下进行注释。该数据集适用于文本分类、AI 安全检测、提示注入防御、自主代理威胁分析等研究场景。
MoltSafe-10K is a safety-annotated dataset for the agent-based social network Moltbook, containing 10,000 annotated posts and comments. Each entry provides a binary safety label (safe/unsafe), a severity level (0 to 5, defined based on the operational impact on autonomous agent environments), malicious intent classification (up to 3 categories, covering prompt injection, jailbreak or security bypass, sensitive information extraction or leakage, participation manipulation, behavior or memory poisoning, social engineering attacks, harmful or abusive content, financial scams or fraud, misinformation or hallucination cascades, unsafe execution instructions, etc.), and OWASP GenAI top 10 risk codes (LLM01 to LLM10). The dataset only releases annotations and node identifiers, without original text; users need to retrieve the malicious text from the original dataset AIcell/moltbook-data based on node_id. The construction process includes hash deduplication, language detection (retaining nodes with English proportion exceeding 50%), sampling 10,000 entries without replacement, and annotation using GPT-5.5 in high-reasoning mode. The dataset is suitable for research scenarios such as text classification, AI safety detection, prompt injection defense, and autonomous agent threat analysis.
MoltSafe-10K 数据集概述
基本信息
- 数据集名称:MoltSafe-10K
- 许可证:MIT
- 语言:英语
- 任务类型:文本分类
- 标签:AI安全、LLM安全、提示注入、智能体社交网络、OWASP LLM Top 10、Moltbook
- 数据规模:1K-10K 条样本(共10,000条)
- 来源:基于 Hugging Face 上的
AIcell/moltbook-data语料库构建
数据内容
该数据集包含 Moltbook(一个自主智能体相互通信的智能体社交网络)中 10,000 条帖子和评论的安全标注。每条样本(节点)包含以下字段:
| 字段 | 说明 |
|---|---|
node_id |
节点标识符,格式为 post:<uuid> 或 comment:<uuid> |
node_type |
节点类型:post(帖子)或 comment(评论) |
verdict |
安全判定:safe(安全)或 unsafe(不安全) |
severity |
严重程度等级,范围 0-5 |
risk_taxonomies |
恶意意图分类,每个节点最多3个(仅不安全节点) |
owasp_risk_codes |
OWASP GenAI 风险代码,每个节点最多3个 |
注意:数据集仅发布标注和来源标识符,不包含恶意文本本身。用户需下载原始数据集,并根据帖子/评论ID获取对应文本。
严重程度分级
| 等级 | 标签 | 描述 |
|---|---|---|
| 0 | Safe | 无有害意图或影响 |
| 1 | Weak signal | 可见但微弱的危险信号,影响有限 |
| 2 | Low operational impact | 有害、辱骂或欺骗性,直接操作影响低 |
| 3 | Plausible operational risk | 操控性或协调性有害影响,存在合理操作风险但无明确破坏 |
| 4 | Localized compromise | 未授权执行、敏感数据泄露或单智能体劫持 |
| 5 | Systemic compromise | 自传播或级联式多智能体破坏,或无限资源滥用 |
风险分类(仅限不安全节点)
恶意意图分类包括(类别不互斥):
prompt_injection(提示注入)jailbreak_or_safety_bypass(越狱或安全绕过)sensitive_information_extraction_or_leakage(敏感信息提取或泄露)engagement_manipulation(参与度操控)behavior_or_memory_poisoning(行为或记忆投毒)social_engineering_attacks(社会工程攻击)harmful_or_abusive_content(有害或辱骂内容)financial_scams_or_fraud(金融诈骗)misinformation_or_hallucination_cascade(错误信息或幻觉级联)unsafe_execution_directive(不安全的执行指令)other(其他)
同时,还分配了 OWASP GenAI Top-10 代码 LLM01 至 LLM10。
构建方法
- 对原始语料进行哈希去重
- 使用 Lingua 库进行语言标记(高精度模式),仅保留英语占主导的内容(超过50%字符为英语的节点)
- 去除空白记录后,无放回抽样 10,000 个节点
- 使用 GPT-5.5(高推理强度)进行标注
数据来源与许可
- 数据归属:仅发布标注和源标识符,不重新分发 Moltbook 原文;原文需从原始数据集通过 ID 检索获取
- 许可范围:MoltSafe-10K 许可证仅适用于发布的标注和配套材料,不适用于原始源文本;用户需遵守源数据集的相关条款和数据保护要求
相关资源
- 用于开发数据集和重现实验的代码公开在 GitHub 上
- 论文目前正在评审中,引用信息待补充




