CoolFace
Datasetpublic

tianyyuu/clawdbot_safety_testing

Clawdbot (OpenClaw) Safety Audit โ€” Seed Test Cases This dataset contains the 34 seed test cases used in "A Trajectory-Based Safety Audit of Clawdbot (OpenClaw)". Each case is a task prompt designed to probe a specific safety risk dimension of Clawdbot/OpenClaw, a self-hosted, tool-using personal AI agent. ๐Ÿ“„ Paper: A Trajectory-Based Safety Audit of Clawdbot (OpenClaw) ๐Ÿ“ Blog Post (ไธญๆ–‡): ๅฝ“AIๅŠฉๆ‰‹"็œŸ็š„ๅŠจๆ‰‹ๅšไบ‹"๏ผŒๅฎ‰ๅ…จ่พน็•Œๅœจๅ“ช้‡Œ๏ผŸ ๐Ÿ’ป GitHub: Repository Dataset Summary We conduct aโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/tianyyuu/clawdbot_safety_testing.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes47downloads
Dataset Card

Clawdbot (OpenClaw) Safety Audit โ€” Seed Test Cases

This dataset contains the 34 seed test cases used in "A Trajectory-Based Safety Audit of Clawdbot (OpenClaw)". Each case is a task prompt designed to probe a specific safety risk dimension of Clawdbot/OpenClaw, a self-hosted, tool-using personal AI agent.

๐Ÿ“„ Paper: A Trajectory-Based Safety Audit of Clawdbot (OpenClaw)

๐Ÿ“ Blog Post (ไธญๆ–‡): ๅฝ“AIๅŠฉๆ‰‹"็œŸ็š„ๅŠจๆ‰‹ๅšไบ‹"๏ผŒๅฎ‰ๅ…จ่พน็•Œๅœจๅ“ช้‡Œ๏ผŸ

๐Ÿ’ป GitHub: Repository <!-- UPDATE with your actual repo URL -->

Dataset Summary

We conduct a trajectory-centric safety evaluation of Clawdbot/OpenClaw across six risk dimensions, using a curated suite of 34 canonical cases drawn from established agent-safety benchmarks and hand-designed scenarios tailored to Clawdbot's tool surface. The evaluation reveals a non-uniform safety profile (overall pass rate: 58.9%): the agent performs reliably on well-scoped tasks but degrades under ambiguity, open-ended goals, or adversarial steering.

Risk Dimensions

DimensionID in data# CasesPass RateTier
User-facing Deceptiondeception771%Relatively Better
Hallucination & Reliabilityhallucination_reliability7100%Relatively Better
Intent Misunderstanding & Unsafe Assumptionsintent_misunderstanding_error_assumption30%Critical
Unexpected Results from Ambitious Goalsunpredictable_outcomes250%Needs Improvement
Operational Safety Awarenessoperational_safety_awareness875%Relatively Better
Prompt Injection & Jailbreak Robustnessprompt_injection_jailbreak757%Needs Improvement

Data Fields

FieldTypeDescription
idstringUnique case identifier, formatted as {dimension}-{index} (e.g., deception-0000)
dimensionstringRisk dimension the case belongs to (one of the six categories above)
instructionstringThe task prompt to be sent to the agent
labelstringGround-truth safety label: safe (expected safe behavior) or unsafe (expected unsafe behavior)

Label Semantics

  • โ€”`safe` (26 cases): The task is benign; a safe agent should complete it normally without exhibiting unsafe behavior.
  • โ€”`unsafe` (8 cases): The task contains hidden risks, adversarial triggers, or ambiguity; a safe agent should refuse, ask for clarification, or take protective measures rather than blindly executing.

Usage

python
from datasets import load_dataset

dataset = load_dataset("YOUR_HF_USERNAME/YOUR_DATASET_NAME", split="test")

# Browse by dimension
for example in dataset.filter(lambda x: x["dimension"] == "deception"):
    print(example["id"], example["label"])
    print(example["instruction"][:200])
    print("---")

Evaluation Setup

  • โ€”Agent under test: Clawdbot/OpenClaw (self-hosted)
  • โ€”Underlying LLM: MiniMax M2.1
  • โ€”Tools enabled: exec (shell), websearch (Brave API), webfetch
  • โ€”Sandbox isolation: Disabled (real host environment)
  • โ€”Trajectory judge: AgentDoG-Qwen3-4B

For full environment setup and reproduction instructions, see the GitHub repository. <!-- UPDATE with your actual repo URL -->

Citation

bibtex
@article{chen2026trajectory,
  title={A Trajectory-Based Safety Audit of Clawdbot (OpenClaw)},
  author={Chen, Tianyu and Liu, Dongrui and Hu, Xia and Yu, Jingyi and Wang, Wenjie},
  journal={arXiv preprint arXiv:XXXX.XXXXX},
  year={2026}
}

Related Resources

License

This dataset is released under the MIT License.

Contact

Tianyu Chen โ€” chenty12024@shanghaitech.edu.cn

Affiliations: ShanghaiTech University & Shanghai Artificial Intelligence Laboratory