cd /news/ai-safety/the-uk-government-just-merged-this-o… Β· home β€Ί topics β€Ί ai-safety β€Ί article
[ARTICLE Β· art-17779] src=dev.to pub= topic=ai-safety verified=true sentiment=↑ positive

The UK Government Just Merged This Open-Source AI Security Benchmark Into Their National Evaluation Framework

The UK Government's AI Safety Institute has merged the open-source AgentThreatBench benchmark into its official inspect_evals framework, which is used to evaluate frontier AI models from OpenAI, Anthropic, and Google DeepMind. AgentThreatBench contains over 200 attack payloads designed to test AI agents' resistance to memory poisoning attacks, covering five categories including prompt injection and sensitive data leakage. The benchmark is now part of the government's standard toolkit for AI safety evaluation.

read1 min publishedMay 29, 2026

Last month, the UK Government's AI Safety Institute merged AgentThreatBench into their official inspect_evals framework β€” the same framework they use to evaluate frontier AI models from OpenAI, Anthropic, and Google DeepMind.

AgentThreatBench is an open-source adversarial benchmark I built that contains 200+ attack payloads specifically designed to test whether AI agents can resist memory poisoning attacks.

AI agents are increasingly being deployed with persistent memory β€” they remember past conversations, user preferences, and context across sessions. This creates a new attack surface: memory poisoning.

An attacker who can inject malicious content into an agent's memory can:

The OWASP Agentic Security Initiative identified this as ASI06 β€” Agent Memory Poisoning.

The benchmark covers 5 attack categories:

Category Payloads Description
Prompt Injection 40+ Instructions disguised as memory content
Protected Key Tampering 40+ Attempts to overwrite system-level keys
Sensitive Data Leakage 40+ PII/credential exfiltration via memory
Size Anomaly 40+ Memory inflation / resource exhaustion
Behavioral Drift 40+ Gradual personality/instruction shifts
pip install agentthreatbench

atb run --target your_agent_endpoint --output results.json

atb run --category prompt_injection --target your_agent_endpoint

The UK Government's AI Safety Institute uses inspect_evals to:

Having AgentThreatBench merged into this framework means it's now part of the official government toolkit for AI safety evaluation.

If you're building AI agents with persistent memory, I'd love to hear how you're thinking about memory security. What attack vectors concern you most?

── more in #ai-safety 4 stories Β· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/the-uk-government-ju…] indexed:0 read:1min 2026-05-29 Β· β€”