ClawSafety: "Safe" LLMs, Unsafe Agents (April 2026)
Free120 adversarial scenarios across 5 high-privilege domains (SWE/finance/medical/legal/DevOps), 3 injection channels (skill files, email, web); 40–75% attack success rate; safety depends on model + framework stack, not model alone
About ClawSafety: "Safe" LLMs, Unsafe Agents (April 2026)
ClawSafety is a benchmark introduced in a 2026 paper that systematically evaluates the safety of personal AI agents against prompt injection attacks. It comprises 120 adversarial test scenarios across five high-privilege professional domains (software engineering, finance, healthcare, law, and DevOps), embedding malicious content through three real-world channels: workspace skill files, emails from trusted senders, and web pages. The benchmark was used to test five frontier LLMs as agent backbones across 2,520 sandboxed trials, revealing attack success rates between 40% and 75%. A key finding is that agent safety depends not only on the backbone model but also on the agent framework, as demonstrated by cross-scaffold experiments on three different frameworks. Action-trace analysis further shows which models maintain boundaries against credential forwarding and destructive actions. Code and data are planned for public release.
Key Features
Pros & Cons
- Realistic, high-privilege workspaces (SWE, finance, healthcare, law, DevOps) rather than synthetic chat environments
- Multiple injection channels (skill files, email, web) reflecting real agent workflows
- Includes cross-scaffold experiments revealing that safety depends on framework as well as model
- Action-trace analysis provides granular insight into model behavior on dangerous actions
- Large-scale evaluation with 2,520 trials across multiple models
- Only 5 frontier LLMs tested, limiting generalizability to other models
- 120 scenarios may not cover all possible real-world attack vectors or domains
- Benchmark conducted in sandboxed environments, not fully real-world production systems
- Code and data not yet publicly released at time of paper publication