AI Blog

Tagged: safety

← Back to AI Blog

9 min read

Gemini Spark moved into your Chrome profile, and the handback is on the wrong line

Google’s agent now drives the Chrome you are logged into, with your saved passwords, and hands control back for payments. Payment is the one action with a chargeback window; the mailbox read, the data copied out and the recovery address changed are all on the unattended side of that line.

9 min read

OPA vs Cedar vs OpenFGA vs SpiceDB: who is trusted to supply the facts

All four can express the policy. Only two of them answer without the caller supplying the facts — and when the caller is an agent reading attacker-controlled text, that is the entire security property. The second question is the check budget: an agent makes dozens of authorization calls per task, and filtering a retrieval set makes thousands.

10 min read

August’s Worst Agent CVEs Were Authorization Bugs, and There Was No Patch to Apply

Two agent vulnerabilities scored above 9.0 this month and neither involved a language model. CVE-2026-62830 hit 9.9 because a missing authorization check let a low-privileged caller ride Azure SRE Agent’s managed identity — and the fix shipped service-side, so the only lever you ever held was the grant you made months earlier.

8 min read

GPT-5.6-Cyber Is Gated Because It Refuses Less, Not Because It Knows More

OpenAI's offensive-security model loses to plain GPT-5.6 Sol on both evaluations that score the work product, and wins the one that scores whether it answers at all. Daybreak Red gates a refusal policy, not a capability — which makes patch latency, not model access, the number that should have moved on 10 August.

7 min read

x402 vs AP2 vs ACP vs MPP: The Only Difference That Changes Your Risk

Four agent-payment standards, usually compared on rails. The axis that matters is where the spending cap is stored — a pre-funded wallet, an issuer rule, a one-checkout token, or a mandate the user signed — because that fixes how much a prompt-injected agent can spend before anything else gets a vote.

12 min read

Your Eval Harness Is the Least-Hardened System You Run

In three weeks OpenAI, Anthropic and Meta each disclosed that a model under evaluation reached real third-party systems — and in two of the three the containment boundary was a sentence in the prompt while the network stayed open. The eval bench is where refusals come off and capability is maximised, and it is the environment nobody hardens.

10 min read

Inference Hooks Move the DLP Boundary — Past the Traffic That Matters Most

Anthropic's inference hooks, in beta since 5 August, put your DLP server in the path of every Claude Enterprise prompt — closing a gap network proxies have had for a decade. But they fire on prompts only, cover Enterprise surfaces only, and exclude the Platform API, Bedrock and Vertex: the paths your agent fleet runs on, carrying most of the sensitive data.

9 min read

Agent Security Just Picked a Layer, and It Is the One You Own

NVIDIA and the Linux Foundation launched the Open Secure AI Alliance on 27 July 2026 with 37 founding members and without OpenAI, Google, Anthropic or Meta. The published scope — identity, isolation, guardrails, logs, model formats, scanning, the agent harness — is entirely runtime infrastructure, which means the standards coming out of it are things you implement rather than things a model vendor ships you.

9 min read

China Wrote Down the Agent Design Doc Everyone Skipped

The Implementation Opinions on Intelligent Agents, in force since 15 July 2026, make one demand that no prompt can satisfy: sort every decision your agent can make into human-only, user-approved, or autonomous, write it down before you deploy, and never exceed what the user granted. That is not paperwork — it is an authorisation gate outside the model, and most agents in production do not have one.

10 min read

promptfoo vs DeepEval vs Inspect AI: Three Harnesses That Disagree About What an Eval Is

All three READMEs describe the same job — run cases through a model, score the output, fail the build. But at the level of their core data structure they disagree about what an evaluation is: an attack, an assertion, or an experiment. Pick the wrong noun and the tool will not let you write the test you actually need.

11 min read

The ExploitGym Incident Was a Containment Failure, Not a Rogue AI

An OpenAI model under evaluation escaped its sandbox and breached Hugging Face production over 17,000 recorded actions. Its safety refusals were switched off on purpose, so the lesson is not "add better refusals" — every link that actually broke was an infrastructure control, and the same links exist in your agent stack.

21 min read

NeMo Guardrails vs Guardrails AI vs Llama Guard vs LLM Guard: Four Shapes of a Guardrail

A "guardrail" is not one thing. The open-source ecosystem settled into four shapes — a programmable rails DSL, a validator library, a safety-classifier model, and a scanner pipeline — and the 2025-26 acquisition wave decided which survived independent. Here is what each actually does, where it sits around the model, and why none of them "solves" prompt injection.