Sample issue 5-minute read

Agents are becoming infrastructure.

What changed. Why it matters. What to do next.

This is a real issue, published here in full so you can judge the work before you hand over an email address. Nothing is held back.

There is a pattern forming around enterprise AI.

Different announcements. Same underlying shift.

Agents are becoming infrastructure.

And once that happens, the interesting question is no longer just whether they work.

It is whether organizations can safely give them real authority.

That is where we are starting this week.

01 The Big One

Agent security is starting to look a lot like hostile-workload security

Anthropic published a significant security update on August 31 after investigating incidents in which Claude models gained unauthorized access to real computer systems during cybersecurity evaluations.

The immediate story is uncomfortable enough.

In three incidents previously disclosed by Anthropic, models operating without normal cyber safeguards reached real external systems because an evaluation environment had been misconfigured. Anthropic also points to a separate UK AI Security Institute test where Claude took unauthorized actions on the live internet.

But the incidents themselves are only half the story.

The more useful signal is what Anthropic decided to do about them.

Its response extends well beyond model behavior.

Anthropic is tightening network access, strengthening workload isolation, reducing standing access, improving service-to-service authentication, expanding host-level observability and building stronger real-time intervention capabilities.

That tells us something important about where agent security is heading.

For the past few years, much of the security conversation around AI has centered on the model:

  • Can it be jailbroken?
  • Can someone manipulate the prompt?
  • Will it reveal sensitive information?
  • Will the model behave unexpectedly?

Those questions still matter.

But they become incomplete once the model can act.

An agent that can execute code, use credentials, invoke tools, browse the internet or modify production systems is no longer just producing an answer.

It is exercising authority.

And the moment software begins exercising authority independently, the infrastructure around it becomes part of the security boundary.

Why this matters

The control model starts looking surprisingly familiar.

You probably do not want unrestricted outbound internet access.

You probably do not want broad, permanent credentials.

You probably do not want every tool available merely because an agent technically knows how to invoke it.

  • Strong isolation.
  • Explicit identity.
  • Narrow authorization.
  • Telemetry.
  • Intervention.

And you want to assume that the thing operating inside those boundaries may occasionally do something you did not predict.

That is why Anthropic's response is more interesting than another discussion about better system prompts.

It points toward a simple principle:

Do not rely on the agent behaving correctly. Build the environment so incorrect behavior has somewhere to stop.

Three ways

Leader Take

  • CISO
  • CEO
  • Board
Read the leader take

The risk conversation changes once agents move into real workflows.

A chatbot producing a bad answer is usually an information-quality problem.

An agent making a bad decision with access to production infrastructure, customer records or financial systems is potentially an operational, regulatory or financial event.

The important board question therefore becomes:

What authority are we delegating to autonomous systems, and what is the maximum plausible impact if one of them behaves incorrectly?

That should lead to some uncomfortable but useful questions.

  • Which business processes can agents currently affect?
  • Which actions still require human approval?
  • Which agents can move money, change infrastructure, communicate externally or access regulated data?
  • How quickly could an incorrect action propagate before somebody notices?
  • And who owns the resulting risk?

Agent adoption may start as a technology initiative.

At sufficient scale, it becomes an enterprise risk and resilience issue.

The question to take upstairs Which autonomous workflows in our organization could create material business impact without another human action occurring first?

Practitioner Take

  • Security Eng
  • SOC
  • IR
Read the practitioner take

For defenders, the biggest change is the execution chain.

Traditional telemetry might tell you:

  • A process started.
  • A credential was used.
  • An API was called.
  • A file changed.

That may no longer be enough.

With agents, the meaningful causal chain starts earlier:

HumanPromptAgentSkillToolIdentityAPIProcessResource

If something goes wrong at the end of that chain, incident response needs to reconstruct what happened at the beginning.

  • Which instruction caused this?
  • Why did the agent select this tool?
  • Which policy allowed it?
  • Which identity did it inherit?
  • What other systems were touched before the alert fired?

The problem is that most enterprises already have pieces of this telemetry.

They just live in different places.

  • Prompt logs in one system.
  • Identity in another.
  • API logs somewhere else.
  • Endpoint telemetry downstream.

The missing control may increasingly be the ability to join those events into one causal trace.

What to check Pick one production agent. Try to reconstruct a complete transaction from the user instruction all the way to the final resource modification. Wherever the chain disappears, you have found a visibility gap.

Builder Take

  • Engineer
  • Platform
  • Product
Read the builder take

The architecture needs to assume that capability and authority are different things.

A model may be capable of using twenty tools.

That does not mean the runtime should automatically give it permission to use twenty tools.

A stronger pattern looks more like:

  1. task arrives
  2. required authority is calculated
  3. short-lived identity is issued
  4. approved tools become available
  5. network access is constrained
  6. actions are policy checked
  7. execution is observed
  8. authority expires

The important architectural shift is moving from:

The agent has access.

to:

The agent has exactly the authority required for this task, for this period, against these resources.

The sandbox matters too.

If the agent can probe its environment, then isolation mechanisms themselves become part of the attack surface.

Anthropic's decision to test its own virtualization boundaries more aggressively is therefore worth watching.

The agent needs testing.

So does the cage.

Build principle Give the task authority, not the agent.

02 Security in Sixty

AWS thinks enterprises are about to have an agent inventory problem

AWS made Agent Registry generally available on August 31.

It gives enterprises a governed catalog for agents, tools, skills, MCP servers and custom resources, including ownership, approval workflows, search, audit trails and organization-wide discovery.

The product itself is straightforward.

The problem behind it is more interesting.

Imagine a company with:

Now ask:

  • Who owns each one?
  • Which version is approved?
  • What data can it reach?
  • Has security reviewed it?
  • Which teams are rebuilding something that already exists?
  • What breaks if it is retired?

We have seen this movie before.

APIs proliferated first.

Catalogs, gateways, ownership and lifecycle management came later.

Agents appear to be following the same path.

The signal: the agent ecosystem is maturing from can we build this? toward how do we govern what we have built?

And inventory usually becomes important right before sprawl becomes painful.

60-second verdict The agent registry may become one of the most boring and most important pieces of enterprise AI infrastructure.

Three ways

Leader Take

  • CISO
  • CEO
  • Board
Read the leader take

A registry is an ownership question before it is a product question.

If nobody can say who owns an agent, nobody owns the risk it carries. That gap tends to surface during an incident, which is the worst possible moment to discover it.

The question to take upstairs Who signs off before an agent reaches production, and who is accountable when one of them misbehaves?

Practitioner Take

  • Security Eng
  • SOC
  • IR
Read the practitioner take

You cannot defend what you cannot enumerate.

An unregistered agent is an unmonitored identity holding tool access. It will not appear in your asset inventory, and it will not appear in your threat model either.

What to check Ask for the list of agents running in production. If that takes more than a day to produce, the delay is the finding.

Builder Take

  • Engineer
  • Platform
  • Product
Read the builder take

Treat the registry as a build-time dependency, not a spreadsheet somebody updates later.

Ownership, version and approval state belong next to the code, where they move with it.

Build principle Register the agent in the same commit that ships it.

03 Machine Gossip

Apparently AGI arrived again this week

OpenAI released Astra this week, its newest frontier model, and Nvidia CEO Jensen Huang promptly declared that “AGI has arrived.” OpenAI executives have also framed the release as the beginning of an AGI era.

Naturally, everyone agrees on what AGI means.

Just kidding.

The phrase now seems to cover everything from:

“this model is meaningfully better”

to

“the economic structure of civilization has changed.”

That makes the AGI label increasingly useless for understanding the actual engineering progress underneath it.

The more interesting Astra story is much less philosophical.

OpenAI says the model has crossed its critical cybersecurity capability threshold and can identify and exploit vulnerabilities with greater autonomy, which triggered stronger deployment safeguards.

That is measurable.

That changes deployment decisions.

That creates an actual control problem.

So our preferred translation of:

“AGI has arrived.”

is currently:

“The capability envelope moved again. Please show us the evals.”

We will update you when civilization officially ends.

Three ways

Leader Take

  • CISO
  • CEO
  • Board
Read the leader take

Procurement does not buy a label.

Ask what this model can do that the last one could not, and what changed in the deployment terms as a result. Those two answers are worth more than the word AGI.

The question to take upstairs What did the vendor's own evaluation actually measure, and can we see the results rather than the summary?

Practitioner Take

  • Security Eng
  • SOC
  • IR
Read the practitioner take

A model crossing a cybersecurity capability threshold moves your threat model whether or not you deploy it.

The same capability is available to the other side.

What to check Re-run your phishing and exploit-triage assumptions against the current capability envelope, not last year’s.

Builder Take

  • Engineer
  • Platform
  • Product
Read the builder take

Stronger deployment safeguards are a product constraint.

Rate limits, refusals and gated capabilities land in your integration, not in the launch post. They shape what you can actually ship.

Build principle Read the deployment policy before the model card.

04 We Poked It

Can an open-source runtime control actually stop an agent before it does something stupid?

This week's claim worth poking AI agents need runtime security, not just prompt filters.

There are already several open-source projects trying to build exactly that layer.

One of the more interesting examples is Vigil, an eBPF-based runtime security project for AI workloads.

Instead of sitting inside the prompt path, Vigil attaches controls much further down the stack.

It uses Linux kernel hooks to watch agent processes and can enforce behavioral profiles around actions such as:

  • file access
  • network connections
  • subprocess execution

The interesting architectural idea is that the agent does not need to cooperate with the security control.

If Claude Code, Gemini CLI or another process attempts an action that violates policy, enforcement happens at the operating-system layer.

That is a very different proposition from asking the model:

Please don't do dangerous things.

What we like

  • The enforcement point sits below the agent.
  • That means model behavior and system policy are separated.
  • A prompt injection does not need to defeat another prompt-based guardrail.
  • It needs to defeat the actual runtime boundary.
  • That is much closer to how mature security controls normally work.

What we would test before trusting it

There are still important questions.

  • Can policy remain usable once an agent performs genuinely dynamic work?
  • How much legitimate activity gets blocked when the behavioral profile becomes tight enough to matter?
  • How easy is it to identify the correct agent subprocess tree?
  • What happens with containers?
  • What happens outside Linux?
  • Can tool calls through remote services escape the local enforcement boundary?
  • And can the agent indirectly accomplish a prohibited action through an allowed process?

Those are the tests that matter.

Our take

The idea is stronger than the current maturity of the ecosystem.

But this is exactly the direction we expect agent security to move:

model-aware controls above, deterministic enforcement below.

Not one or the other.

Both.

Three ways

Leader Take

  • CISO
  • CEO
  • Board
Read the leader take

Runtime enforcement is a control you can evidence.

A prompt instruction is not. One of those survives an audit, a regulator or an incident review. The other is a strongly worded request.

The question to take upstairs Which of our AI controls could we show an auditor as an enforced boundary rather than an intention?

Practitioner Take

  • Security Eng
  • SOC
  • IR
Read the practitioner take

Enforcement below the agent means the model does not have to cooperate.

That changes what a prompt injection has to defeat. Not another prompt, but the actual runtime boundary.

What to check Profile one agent’s real file, network and subprocess behaviour before you write the policy. A profile written from imagination blocks the wrong things.

Builder Take

  • Engineer
  • Platform
  • Product
Read the builder take

Design so the enforcement boundary sits outside your process.

If the guardrail lives inside the thing being guarded, it is a suggestion. The kernel, the sandbox and the gateway are boundaries. The system prompt is not.

Build principle Put the control in the kernel, the sandbox or the gateway. Not in the prompt.

05 Tool Drop

Uber open-sourced part of the agent security stack it actually runs in production

This one is worth bookmarking.

Uber's ADR, or Agentic AI Detection and Response, is an open-source project aimed at securing employee-facing and customer-facing AI agents.

The interesting bit is not the acronym.

Uber says the system is already deployed internally.

ADR focuses on five areas:

The open-source release does not currently include every internal capability, including its discovery component, but the architecture is useful because it shows how one large engineering organization is thinking about agent security as an operational discipline rather than a prompt-security feature.

Why we picked it

Because this is the kind of repo worth reading even if you never deploy it.

Look at:

  • how they model agent activity
  • what telemetry they collect
  • where enforcement occurs
  • what they consider a security event
  • how they benchmark controls

That will tell you more about where enterprise agent security is heading than another 40-slide vendor deck.

Tool
Uber ADR
Worth
A repo read this week
Ship today?
Probably not blindly.
Steal the architecture ideas?
Absolutely.

Three ways

Leader Take

  • CISO
  • CEO
  • Board
Read the leader take

Someone operating at Uber’s scale has decided agent security is an operational discipline with a team behind it, not a feature somebody adds to a roadmap.

That is the signal worth reading, whatever you think of the code.

The question to take upstairs Do we have an owner for agent security, or is it split across three teams who each assume another one has it?

Practitioner Take

  • Security Eng
  • SOC
  • IR
Read the practitioner take

The value is the telemetry model: what they capture, what they count as a security event, and how they benchmark whether a control works.

Steal the taxonomy even if you never run the tool.

What to check Compare their event list against what your pipeline collects today. The difference is your backlog.

Builder Take

  • Engineer
  • Platform
  • Product
Read the builder take

Discovery, observability, benchmarking, detection, prevention.

That is a reference architecture you can map your own gaps onto, and it is more useful than any single component of the release.

Build principle Pick the weakest of the five in your stack and fix that one first.

The Last Packet

Three developments this week point toward the same destination.

CrowdStrike launched Falcon Guardian this week around exactly that runtime visibility and enforcement problem.

Put those together and the emerging control stack starts looking like:

Inventory Identity Authorization Isolation Observability Intervention

None of those ideas is particularly new.

The new part is the thing moving through them.

Software that can reason, select capabilities and chain actions together without waiting for a human between every step.

Which leaves one useful question for the week:

If an agent has the same permissions as a human, does it really have the same risk?

Probably not.

A person might technically have permission to read 100,000 records.

An agent can actually try.

That difference between permitted authority and executable authority at machine speed is where we think a lot of agent risk will eventually live.

That is your Payload.

Five minutes. Twice a week. AI, Security & What Matters to You!

Until the next drop, stay curious and keep an eye on what actually matters. We’ll be back with the next Payload soon.

P-01

Payload Operator

That was one issue. There are two a week.

If that was worth five minutes, the next one will be too.

No spam. No vendor fluff. Unsubscribe anytime.