AI · Playbook

The Blast Radius Playbook: what to let your AI agent touch — and what to lock behind glass

Agents don’t crash. They succeed at the wrong thing, quietly, using your credentials, at 3am. This is the containment system: a four-tier permission ladder, the pre-flight checklist you run before anything gets write access, the three failure modes behind almost every real incident, a worked example on a live workflow, and a 45-minute audit of the stack you already have.

N Noah · The Sharp Brief · Guide · 10 min read
A small glowing device sealed inside a glass containment box on a desk, with keys laid out beside it

Regular software fails loudly. It throws an error, the job stops, you get a red line in a log. An agent fails politely. It reads the situation, decides on a course of action, executes it competently, and reports success — on the wrong account, the wrong customer, the wrong 400 rows.

That difference is the whole reason this playbook exists. You cannot QA your way out of it, because the agent is not malfunctioning. It is doing exactly what it was built to do with exactly the access you gave it. The only variable you actually control is how much damage the correct-looking wrong action can do.

That number has a name. Blast radius.

The one question: Not “is this agent safe?” — that question has no answer and invites you to guess. The question is: if this runs at 3am with nobody watching and does the most confidently wrong thing available to it, what is the bill in dollars, hours, and relationships?

If you can’t answer that in one sentence, the agent has more access than you have understanding, and you should not have shipped it.

Step 1: Put every action on the four-tier ladder

Before you configure anything, write down every action your agent can take and sort it into one of four tiers. Not by how risky it feels — by how hard it is to undo.

The rule is short: an agent gets the lowest tier that still makes it useful, and Tier 3 requires a human pressing a button. Not reviewing a log afterwards. Pressing a button before.

Most “agent went rogue” stories are actually Tier 2 work that was quietly wired to Tier 3 permissions because it was faster to set up that way.

Step 2: Run the pre-flight checklist

Seven questions. Copy them into a note and answer them in writing before any agent gets past Tier 1. Written answers, not mental ones — the act of writing is what catches the gap.

  1. Credentials. What exactly can this key do? Not what the agent uses it for — what it could do. Read the scope list.
  2. Identity. Is it running as me, or as its own account? (It should be its own account. See below.)
  3. Reach. If it can read one record, can it read all of them? Row-level or wholesale?
  4. Untrusted input. Does anything it processes come from outside — email bodies, web pages, uploaded files, customer tickets? Anything an outsider can write into is an instruction channel.
  5. Undo. For each Tier 2 and 3 action: what is the exact undo procedure, and how long does it take?
  6. Rate. What’s the maximum number of actions it can take per run, and per hour? If the answer is “unlimited,” that’s the finding.
  7. Receipt. Where does the record of what it did land, and would I actually see it tomorrow morning?

Any question you can’t answer is not a to-do. It is a blocker.

Step 3: Know the three failure modes

1. The over-scoped credential

You needed the agent to read one folder. The integration offered “full drive access” as the default and you took it because the granular option required twenty minutes of configuration. Now a summarisation bot holds the keys to everything, forever, including after you stop using it.

Fix: the smallest scope that works, and a calendar reminder to revoke keys for anything you haven’t run in 60 days. Dead integrations with live credentials are pure downside.

2. The confused deputy

This is the one people underestimate. Your agent has legitimate access. Someone else supplies the content it reads. If that content contains instructions — text in an email, a line in a support ticket, white text on a webpage, a comment in a shared document — the agent may follow them, using your permissions.

The agent isn’t compromised. It’s obedient, and someone else got to write the instructions. This is exactly the pattern that has shown up in the disclosed lab test failures, and it’s the reason the tool layer agents call has become its own risk surface — the scan behind the MCP server vulnerability count is worth reading with your own stack in mind.

Fix: any agent that touches outside content is capped at Tier 2, permanently. It can draft the reply; a human sends it. No exceptions, including for the workflow where it feels obviously safe. That’s the one.

3. The silent partial failure

The agent processes 200 items. It handles 186 correctly, mangles 14, and reports “done.” You find out in three weeks when a customer asks why their invoice says something strange. Nothing errored, so nothing alerted.

Fix: agents report counts, not verdicts. “Processed 200, changed 43, skipped 12, flagged 3 as ambiguous” is a report. “Done” is a shrug. If your agent can’t produce the first version, it isn’t finished.

Step 4: Five containment patterns that do the actual work

Worked example: the inbox triage agent

The most common first agent, and a good illustration of how much you can keep while giving up almost nothing.

What you want: reads incoming mail, labels it, drafts replies to routine requests, flags anything urgent.

The naive build: full mailbox access on your own account, send permission, runs every 15 minutes. Blast radius: it can email anyone in your history, as you, unsupervised, based on instructions that arrived in an email from a stranger. That is a Tier 3 agent processing untrusted input — the exact combination the failure modes above say never to build.

The contained build:

You lose the ability to have email sent while you sleep. You keep roughly 90% of the time saving, and the worst realistic outcome drops from “a stranger sent mail as you” to “you delete some bad drafts.” That trade is not close.

The 45-minute audit

For the agents and integrations you already have running. Do this once, this week.

  1. List them (10 min). Every AI tool, agent, browser extension and integration with access to your accounts. Check the connected-apps or third-party-access page of your email, calendar, storage, and payment tools — there will be more than you remember.
  2. Tier them (10 min). Assign 0–3 to each, using its actual permissions rather than what you use it for.
  3. Kill the dead ones (5 min). Anything unused in 60 days: revoke now. This is the fastest risk reduction available and it costs nothing.
  4. Fix the Tier 3s (15 min). For each remaining Tier 3, either downgrade it to draft/propose, add a human approval step, or write one sentence justifying why it stays. If you can’t write the sentence, downgrade it.
  5. Set the recurrence (5 min). Calendar entry, quarterly, 45 minutes, same list. Stacks rot; this is the only step that keeps the audit true.

When it does go wrong

Assume it will, once. Have the sequence written down before you need it, because the failure mode of an incident is improvising while adrenaline is high.

  1. Revoke first, diagnose second. Kill the agent’s credential immediately. Understanding can wait; access cannot. This is why it has its own account.
  2. Get the blast radius, not the cause. What did it touch, how many, and who outside the building saw it? Cause is a tomorrow problem.
  3. Tell affected people before they find out. The recovery curve on “we caught this and here’s what happened” is entirely different from the one on “you noticed and asked us.”
  4. Convert it into a rule. One incident should produce exactly one new permanent constraint — the post-mortem discipline applies here unchanged.

Five ways people get this wrong

Our take: The reason to do this isn’t fear — it’s speed. People who haven’t drawn the line end up hedging every agent, supervising work they meant to delegate, and getting a fraction of the benefit while carrying the full risk. Draw the tiers once and Tier 0 through 2 become a zone where you can move fast and stop second-guessing, because you already know the worst case and it’s survivable. Containment isn’t the brake. It’s the thing that lets you take your foot off it.

Once your permissions are contained, the next question is what actually belongs in the agent’s hands at all — that’s The AI Delegation Playbook. And if you’re still building the stack itself, start with The $2 Test.

Advertisement

Get the day, decoded — at 7 PM ET

The Sharp Brief: AI, money, business & performance in five sharp minutes. Free.

Free bonus: subscribe today and The 2026 AI Playbook (PDF) lands with your welcome email.

Recommended by 5+ newsletters across AI, markets & business.