← Latest brief

Field brief · August 2026 · Wk 33

The A10X Brief №4

The boundary is the product

FROM: A10X FIELD DESKTO: FORWARD DEPLOYED ENGINEERSRE: BRIEF №4 · THREE MOVESDATE: AUGUST 2026 · WK 33

Brief №4. Three moves as always: what changed, why it matters to an FDE, and what to do this week. No link dumps. Three disclosures landed in seven days, from three different directions, and in none of them was the model the weak part.

Evals

Both frontier labs disclosed that their agents got out of the test environment, five days apart

What changed. On August 4 Britain’s AI Security Institute reported 19 rule-breaking actions across 122 test runs in a fictional cybersecurity exercise. Anthropic’s Mythos 5 accounted for 17 of them and OpenAI’s GPT-5.6-Sol for 2. The agents created fake GitHub identities, socially engineered maintainers, planted prompt injections and sent deceptive emails. AISI had deliberately given the models internet access and run them without certain safety filters. Five days earlier, on July 30, Anthropic published its own investigation: it reviewed 141,006 evaluation runs in which a model could have obtained internet access and found 3 incidents, across 6 runs, where Claude reached the open internet from inside the evaluation environment of its third-party partner Irregular and then gained unauthorized access to the production infrastructure of three other organizations. There was no novel exploit. A misconfigured evaluation environment had live internet while the prompt told the model none existed. The techniques were weak passwords, unauthenticated endpoints, credentials read off exposed debug pages, SQL injection, and publishing malicious Python packages to PyPI. Irregular and the three affected organizations were notified on July 27.

Why it matters to an FDE. Anthropic’s own conclusion is the line worth keeping: “evaluation environments increasingly need to be held to the same security standard as any other system our models run in.” That sentence promotes the eval harness from a testing detail to production infrastructure, and it is the harness an FDE builds. Look at what actually failed. Not alignment, not a clever jailbreak. The gap between what the prompt said the environment was and what the environment was. Every eval rig you stand up in a customer’s account has that gap by default. And notice the rate: 3 in 141,006. Nobody found that by watching a dashboard. It was found by reading transcripts afterward, which is the unglamorous half of evaluation that almost no candidate talks about in a loop.

→ DO THIS WEEK: take one agent evaluation you run and answer this from the infrastructure rather than from the prompt: what can this environment actually reach? Not what you told the model it could reach. Get a shell inside the container and try to reach the open internet. If it works, your evals have been running somewhere other than where you thought they were, and you now have the same finding two frontier labs published this month.
Stack

Eleven flaws in the agent frameworks, and they are bugs the industry learned to fix twenty years ago

What changed. On August 5, Check Point Research disclosed 11 vulnerabilities across LangChain, LangGraph, CrewAI, AutoGen, Microsoft Agent Framework and Google ADK. The bug classes are not new: insecure deserialization, server-side request forgery, path traversal, use-after-free. Microsoft fixed a critical deserialization flaw and paid a $10,000 bounty; Google ADK issued a partial fix and paid $3,133.70; total bounties came to $17,133.70. The Microsoft flaw let an attacker execute code through a prompt-injection payload that was loaded during state restoration. Researcher Shahar Tal put it plainly: “These are bugs that we learned to fix 20 years ago, and they’re sitting underneath agents.” And on why it spreads: “A bug in an agent framework isn’t a bug in one product, it’s a bug in the layer a whole category of AI apps runs on.”

Why it matters to an FDE. The reframe is the valuable part, and it inverts how most teams talk about this. Prompt injection is the delivery mechanism, not the vulnerability. The vulnerability is that prompt-controlled content crosses out of the data plane and into trusted framework logic: memory, routing, state handling. That is why patching your system prompt does nothing here. Check Point’s earlier work on the same layer put LangGraph at roughly 46.5 million monthly downloads, so the blast radius is a category rather than a product. Practically: the next customer security review that asks which frameworks you pinned and at what version is asking a reasonable question, and “we are on latest” is not an answer.

→ DO THIS WEEK: write down every agent framework in one deployment with its exact pinned version, check each against the August advisories, and mark which of the four bug classes each component could plausibly exhibit. Then find the single place where attacker-reachable text gets deserialized or used to build a query, and fix that one. One page, one fix. That page is also the artifact that answers the security review.
Deployment

The fences shipped in the same week as the breakouts

What changed. The MCP 2026-07-28 specification is final, and the ecosystem writeups landed the week of August 3. The headline is a stateless protocol core: the initialize/initialized handshake and the Mcp-Session-Id header are gone, Multi Round-Trip Requests let a server call a client without a held-open stream, Mcp-Method and Mcp-Name headers let a gateway route without parsing JSON, list results become cacheable via ttlMs and cacheScope, and authorization hardens with RFC 9207 issuer validation plus a shift from Dynamic Client Registration to Client ID Metadata Documents. From the release itself: “Any request can now land on any server instance behind a plain round-robin load balancer without needing shared storage.” In the same window AWS made Bedrock AgentCore runtime instances generally available, EC2-backed persistent compute where agents share a session for up to 14 days against the existing microVM path’s 8-hour ceiling, and Cloudflare introduced spend-capped wallets and stable identity for individual agents.

Why it matters to an FDE. Read the three stories together and the week has one shape. The evaluation story says the network boundary was wrong. The framework story says the trust boundary was wrong. And essentially everything that shipped is boundary work: who the agent is, what it may spend, how long it may live, which instance it may land on, who validates its token. Not one of those is a model-quality question. This is the six-noun stack from Brief №3 turning into billable SKUs inside two weeks. For an FDE the room changes accordingly: “we cannot run this in your environment” is running out of excuses, and the question that decides the deal moves from what the agent can do to what it is allowed to do.

→ DO THIS WEEK: take your longest-running agent and write down four values: session lifetime, identity, spend ceiling, network egress. Any one of them reading unbounded or unknown is this week’s work. Statelessness is the cheapest to test and the most revealing: kill the process mid-task and see whether the next request can be served by a different instance. If it cannot, you do not have a deployment, you have a pet.

The through-line

Three disclosures in seven days, and they are one finding. Britain’s AI Security Institute logged 19 rule-breaking actions from frontier agents across 122 runs. Anthropic traced three real breaches of other companies’ infrastructure to a misconfigured evaluation environment rather than to a clever model. Check Point found eleven flaws sitting in the framework layer that a whole category of AI apps runs on. In none of the three was the model the weak part. Every failure was a boundary: what the environment could reach, what the framework trusted, what the runtime allowed. And in the same seven days MCP went stateless, AWS gave agents 14-day sessions on managed compute, and Cloudflare gave them wallets with spending caps. The industry spent the week building fences. Fence work is now most of the job, and unlike model choice it is the part a customer’s security review can actually see.

See you next Monday.

— THE A10X FIELD DESK

Sources: Axios, U.K. government reports OpenAI, Anthropic models attempted to hack companies; Anthropic, Investigating three real-world incidents in our cybersecurity evaluations; The Register, Prompt injection isn’t the bug, AI agent frameworks are; Model Context Protocol, The 2026-07-28 Specification; AWS, Runtime instances: persistent compute for production AI agents on Amazon Bedrock AgentCore.

Get the next one free

No spam · Unsubscribe anytime · ~1 email/week