Security1 distinct publisher3 min readPublished
Joint guidance from AWS and the SANS Institute argues that an agent's system prompt can be talked around, so retrieval has to be scoped to the requesting user's own entitlements and filtered before the model sees results.
The Watch · Security desk

Compiled by The WatchSomething wrong?How this is made
A system prompt is text the model reads alongside everything else it reads, which is why Rittenhouse and Johnson describe prompts as things that can be "bypassed, ignored, or overridden" [3]. The test they put in its place is an entitlement test: if a user cannot pull a record through the normal application interface, the agent acting for that user should not be able to pull it either [4]. That moves the decision out of text the model interprets and into the policy path the application already uses.
The window is narrow because of how the agent is built. It authenticates on behalf of a user, chains tool calls together, and finishes multistep work without pausing for approval, so one bad instruction can reach production data in about the time it takes to log the request [5]. That instruction arrives in untrusted content as hidden text inside ordinary-looking input, and OWASP ranks prompt injection the top threat to AI applications [8]. The authors note it bites at the simplest deployment stage, before an agent has any tools or autonomy [9].
Then the timing. Attack surface minutes measures how long a vulnerability stays exploitable before controls contain it, adapted from dwell time and pointed at the window of exposure rather than the intruder [10]. The authors write that agents act in milliseconds while the metric is denominated in minutes [11]. At one action per millisecond, a single unit of that metric spans roughly 60,000 agent actions [12]. That arithmetic is the case for circuit breakers that suspend an agent on a threshold violation without waiting for a human to confirm [13].
Detection lags for a structural reason. Analytics modeled on human users do not transfer, and an AI coding tool throwing off multiprocess activity reads as anomalous to a legacy detector working exactly as designed [21].
Worth being clear about what kind of document this is. Support comes from adoption and breach-cost research rather than from a case file: McKinsey puts AI adoption at 80% of organizations and AI governance at 10% [14], a 70-point spread and an eight-to-one ratio [15].
The placement argument is blunt. "The model is never the control," the authors write [17], which in practice means content filters that redact PII on the way out, immutable backups held in storage the agent's credentials cannot reach, and a policy engine that evaluates each individual tool call against what it touches and what happens if it goes wrong [18]. Default-deny at that tool invocation layer is what they call the most critical architectural pattern for agentic security, with Cedar and Open Policy Agent named as ways to run it at scale [6], and it is the piece they expect to hold when the others give [22]. Containment, when it fires, hits four layers at once: credentials and sessions, egress, tool access and state, then data scope and logging verbosity [19]. Every prompt, tool call, and response goes to immutable storage so the decision chain can be reconstructed later [20].
Ranked by verification strength, evidence, and original report placement.
The agentic AI security guidance was written by Gee Rittenhouse, who oversees Security Hub, GuardDuty and Inspector at AWS, and Eric Johnson, a fellow at the SANS Institute, together with three AWS security specialists, for companies that already have agents running or under active development.
The authors recommend scoping the query to the user's permissions at retrieval time, inside the role-based or attribute-based access system the company already runs, and filtering the results before they reach the model's context window.
The authors write that prompts can be "bypassed, ignored, or overridden."
The guidance states that if a person cannot pull a record through the normal app interface, the agent acting for them should not be able to pull it either.
An agent authenticates on behalf of a user, chains tool calls together and finishes multistep work without pausing for approval, so one bad instruction can reach production data in the time it takes to log the request.
The authors call default-deny at the tool invocation layer the most critical architectural pattern for agentic security, and name Cedar and Open Policy Agent as ways to run it at scale.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · September 3, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
AWS's one-minute test for agent access is really a test of where the answer lives1 distinct publisher
build
Hugging Face's $13B process puts most teams' model pipeline under a single owner2 distinct publishers
build
Why bounding the agent loop matters for a Well-Architected review1 distinct publisher
security
OWASP now names seventeen agentic threats, and the control unit is the whole run1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
One outlet, one document
Everything technical here rests on a single guidance document reported by Help Net Security and no one else. What is checkable is checkable: the authors are named with their institutional remits, and the sentences the whole argument rests on — prompts can be "bypassed, ignored, or overridden", "the model is never the control" — arrive as direct quotation rather than paraphrase. What is absent is anything from outside the document. The McKinsey and IBM figures come through secondhand with no methodology, OWASP's ranking is asserted rather than cited, and nobody independent has tested whether default-deny at the tool invocation layer survives the failures the authors say it survives.
Prescription without practitioners
Not one organization is shown running any of this. Scoped retrieval, Cedar or Open Policy Agent policy checks, circuit breakers, immutable decision logs — all appear as instructions, never as something a named team has deployed and measured. The nearest thing to an uptake number in the reporting is McKinsey's 10% governance figure, which measures the absence of the practice being recommended rather than its spread. A guidance document plus a downloadable guide is publication, not adoption.
Prescription outruns proof
The claims are stated with the confidence of settled practice — 'most critical architectural pattern', the control that holds when the others give — while the supporting record is one document and two borrowed statistics. Two things keep the gap modest rather than wide. The authors concede the mismatch themselves, publishing an exposure metric denominated in minutes for agents that act in milliseconds, and the reporting repeats that concession instead of burying it. Pulling against that: the recommended enforcement point happens to be AWS's own policy language, and the piece closes on a download.
The recommender sells the remedy
One of the two lead authors runs Security Hub, GuardDuty and Inspector at AWS, and the architecture he recommends terminates in Cedar — AWS's own policy language — alongside Open Policy Agent. The co-author's institution sells security training, and the piece ends by offering a guide to download. None of that makes the advice wrong; pushing authorization into the access layer is standard security thinking. It does mean the party defining the correct pattern also supplies the components, and Help Net Security does not raise the point.
Faithful relay of an interested source
We can be fairly sure of what the guidance says — the quotations are specific, the authors are named, the prescriptions are unambiguous, and the reporting keeps the parts that cut against the document. We can be much less sure that any of it works as claimed: one outlet, one document, no independent test, and an author whose employer supplies the fix. Read this as a reliable account of an argument, not as a verified finding.