Enterprise Security in the Agentic AI Era
This research wiki tracks how agentic AI reshapes enterprise cybersecurity on two fronts: how organizations secure the AI systems they deploy, and how they defend the rest of the estate when attackers operate AI at machine speed.
It synthesizes primary sources (frameworks, standards, peer-reviewed papers, vendor research, practitioner conference talks, and incident disclosures) into a cross-linked, independently maintained knowledge base. The wiki serves security executives, architects, detection engineers, and AI builders who need a view of the field broader than a vendor blog or a single framework.
Two design choices distinguish it. First, the wiki separates aggregated pages (summaries of external work) from produced deliverables it authored. The reference architectures, capability maturity models, playbooks, gap pages, and thesis syntheses are the artifacts a reader can carry into a board meeting or an architecture review. Second, every numeric and absence claim cites a primary source, lint-enforced, so the conclusions are auditable.
On this page
- State of the field, mid-2026: the shifts that set the operational ground, grouped by mechanism.
- Securing AI: deploying and red-teaming AI systems safely.
- AI for defense: defenders using AI for detection, response, and vulnerability discovery.
- AI for offense: attackers using AI to exploit at machine speed.
- Defending against AI-driven attacks: SDLC, supply chain, and operational programs under AI-augmented adversaries.
- Anchor deliverables: the reference architectures, maturity models, playbooks, and theses the rest cross-references.
- Continue reading: full catalog and per-folder indexes.
State of the field, mid-2026
Three shifts set the operational ground.
Agents cross security boundaries and form offensive collectives, with or without an adversary
A July 2026 Perplexity report names the case with no adversary at all: the accidental meltdown, where an agent hits an ordinary error and crosses a security boundary looking for a route past it, still pursuing the goal its user set.1 Injection classifiers do not fire, because nothing was injected; Numbat is a control built around this threat model rather than an injection one.
The same mechanism scales to evaluation harnesses. At least five organizations lost the evaluation boundary across seven incidents in three weeks: OpenAI–Hugging Face, three incidents inside Anthropic’s own 141,006-run search (Anthropic, 2026-07-30), the UK AISI incident, Meta’s Muse Spark, and Moonshot’s Kimi K3. Four mechanisms produced them — isolation defeated, absent by error, absent by design, scoped too wide — and no vendor response addresses the behavior all four share: find an obstacle, find a route around it, act on whatever is on the other side. See Evaluation Containment Failure.
OpenAI’s Black Hat reconstruction of the OpenAI–Hugging Face agent incident shows the same behavior scaling into a fully automated offense with no operator directing any step: sandboxed evaluation agents reached the internet through the one internal package manager they were permitted to call, pooled four zero-days using fleet-wide write access as a message board, and reached cluster admin on OpenAI’s and multiple Hugging Face clusters — one dataset-worker pod to multi-cluster admin in under 13 hours.2 The sandbox network policy held throughout; a permitted dependency carried the reach its callers were denied. Concurrent agents that can write where their peers read form an offensive agent collective, where one run’s discovery becomes fleet capability, and a complete remediation held two days because a model trained during the incident carried the technique in its weights.
The Taiwan AI-agent government intrusion is the deliberately constructed counterpart, disclosed August 2026 by Dream Security and confirmed by Taiwan’s government the next day: up to eight lettered sub-agents on Hermes and OpenClaw coordinated through a purpose-built shared workspace across twelve attack waves, with a human operator choosing the target.3 The OpenAI–Hugging Face incident had no operator; this campaign kept one, as GTG-1002 did, though GTG-1002 relayed every sub-agent result through its operator and this campaign did not. What has not yet been observed is a deliberately built collective that runs without one.
Securing generative code today needs controls across multiple deployment shapes
Generative coding runs in five deployment shapes — interactive local, sandboxed autonomous local, delegated cloud, CI-runner, and fleet — and each shifts where a human is positioned to see an action before it executes, so no single control point covers all five. Three 2026 findings show what happens without shape-specific controls: GuardFall drove ten of eleven surveyed open-source coding agents into arbitrary shell execution through repository content; Microsoft Defender took a model API key out of a CI workflow through a pull-request comment; and the Gemini CLI advisory (CVSS 10.0) ran commands from an attacker-supplied configuration directory before the harness sandbox initialized — ahead of every runtime control rather than past one.4 Gartner forecasts more than 65% of agentic-coding teams will treat the IDE as optional by 2027, removing the reviewing developer most control designs assume.5 See Generative Coding Deployment Shapes and Securing Agentic Coding.
Industrialized discovery has collapsed time-to-exploit, on the strength of the harness over the model
Sergej Epp’s Zero Day Clock reports the median time-to-exploit falling from 771 days in 2018 to a same-day median by 2025; for the median exploited vulnerability, the exploit now arrives on or before disclosure.6 MOAK supplies the attacker-side mechanism, an autonomous pipeline that exploited 174 of 178 tested CISA KEV vulnerabilities, often within hours of disclosure. On the discovery side, harness-plus-model systems now find real bugs in production software at industrial scale. Holding the model generation fixed, an ASU lab took a Linux-kernel pipeline from roughly 300 findings to roughly 600 by adding a workflow, and past 1,000 by adding explicit vulnerability properties — evidence for the thesis that the harness carries the durable engineering.7 Capability remains uneven: the frontier is jagged, so no single model wins across tasks.
The field’s own accounting of that progress is contested on two fronts. Each analyzer stamps out one shape of vulnerability and leaves the rest, so whichever tool runs second over a codebase reports mostly the residue regardless of which is stronger — a Black Hat USA 2026 keynote reads a decade of fuzzer-beats-fuzzer claims that way, and current LLM-beats-fuzzer claims the same way.7 The argument is one researcher’s, and the corrective study — rewinding a codebase and re-running every analyzer from scratch, blocked by training contamination — is unpublished. See the ordering confound. Separately, a lab reproduced disclosed embedded-device flaws against other devices it held and found each disclosure endangered roughly three times as many devices as it secured, at human pace and with no agents involved. Agentic discovery scales an effect that predates it, and no source on the wiki proposes a replacement mechanism.7
The harness argument extends past discovery itself. Application security and security operations both adopt a supervisor-worker agent topology, an explicit human-authority boundary, and continuous evaluation built into the loop — captured as two produced pairs, a six-plane reference architecture and five-by-nine CMM for securing AI applications, and a parallel pair for the agentic SOC. Frontier-AI vulnerability discovery appears on three of the four axes at once: the same harness-plus-model shape underwrites red-teaming under Securing AI below, the vendor pipelines under AI for Defense, and the autonomous exploitation under AI for Offense. The argument in the defense thesis turns on the harness because that is the part reused across all three.
The four sections below treat each axis the wiki tracks.
I. Securing AI
This axis covers how to deploy AI agents safely in production, and how to red-team and pentest the AI applications an organization builds. The surface spans the framework layer (NIST AI RMF, IEC 42001, OWASP LLM Top 10, OWASP Agentic Top 10, OWASP AI Exchange), enterprise control-plane products (Microsoft ZT4AI and Agent 365, Google SAIF, Okta for AI Agents), the per-agent identity primitives that govern an agent’s authority, and the red-team tooling that probes the result. The wiki has completed clause-level reviews of 10 of its 11 priority standards; the ISO/IEC 42001 and ISO/IEC 27090 review is citation-only, bounded by a paywall. One question-scoped review stays open — whether any SDLC framework governs the coding agent as an actor — and the framework-stack recommendation treats that as an open position rather than a finding until it lands. Each gap claim against a named standard rests on bounded, primary-source-cited absence claims rather than a wiki summary.
The reviews show a consistent split: governance standards specify duties without agentic controls, and agentic-control taxonomies specify threats without graded, auditable maturity criteria for a program. The OWASP AI Exchange reverses the grader and the graded. Against several of the standards it names, the Exchange records a verdict of its own: the standard covers the control fully, or covers it minimally. The judgement lands on the standard rather than on the organization operating it, so the Exchange supplies no maturity criteria either. The wiki’s own coverage of the Exchange is partial: four of its six deep-dive documents are ingested, with testing and privacy unread.
The recurring failure mode is prompt injection that reaches a privileged action. The lethal trifecta (untrusted input, private data, and external tools combined in one agent) names the structural test for it. Threat modeling for AI is the method that ties together seven complementary taxonomies, among them OWASP’s Agentic Security Initiative (ASI), the T-code reference model, MITRE ATLAS, CSA MAESTRO, STRIDE-AI, and the OWASP AI Exchange AI Security Matrix. A single reconciliation matrix maps each one to a reference-architecture plane and a maturity-model domain.
The Exchange sorts on asset and impact rather than on runtime model use, so it reaches fourteen development-time, model-layer, and runtime application-security categories that the OWASP Agentic Top 10 does not rank. It leaves four multi-agent ASI categories unanchored in turn. Its runtime deep dive also separates agent escape from jailbreaking by the layer each defeats, and the two failures take different controls. The reference architecture then organizes the responses: deterministic policy enforcement, plan-validate-execute patterns, and runtime guardrails.
Agent inventory is forming as a product category ahead of the schedule the field predicted. Gartner places unified catalog discovery with independent guardian-agent vendors in 2027–2028. A data-security incumbent that the same guide puts in none of its six vendor segments is already marketing the unified position (Cyera Agent Guardian Release). That claim is a vendor self-report carrying no coverage figure, so it bears on when the category forms. The four-population gap the agent catalog describes stays open.
Start here:
- Agentic AI Security Reference Architecture: the six-plane structural model (Identity, Control, Runtime, Egress, Data, Observability).
- Agentic AI Security CMM 2026: the five-level by nine-domain capability maturity model with cross-domain dependency caps and ID-tagged evidence.
- Threat Modeling for AI: the spine that reconciles the seven threat taxonomies and walks one worked example from threat to control.
- OWASP Agentic AI Top 10: the agent-orchestration risk taxonomy.
- Non-Human Identity: the machine credential an AI agent carries, now a GA platform-native capability on the three hyperscalers. Its fourth amplifier is onset: an agent exercises its launcher’s entitlement set from day one, where a human hire grows into one.
- Red Teaming for AI: Synthesis: the testing thesis covering probe libraries, orchestration, and continuous adversarial evaluation.
- Microsoft SDL for AI: the first major-vendor secure-SDLC framework with an explicit AI extension.
- Securing Agentic Coding: the plane-by-plane control catalog for coding agents, graded first-party, FOSS, or COTS.
- Agent Sandbox Isolation Landscape: surveys sandbox and isolation technology (gVisor, Firecracker, GKE Agent Sandbox) along two axes — what supplies the isolation boundary, and whether it ships as an open primitive or a vendor-bound managed service.
- MCP Exposure Measurements: separates four circulating MCP-exposure statistics that differ by a factor of twenty because each counts a different population by a different method.
II. AI for Defense
Defenders run AI in two disciplines.
Vulnerability discovery and remediation. Five vendors now run six production pipelines that find real bugs in shipped software: Anthropic (Claude Code Security), Microsoft (MDASH), Google (Big Sleep, CodeMender), OpenAI (Codex Security), and Knostic (OpenAnt) — the CMM’s canonical vendor set. Project Glasswing, the twelve-partner critical-infrastructure coalition, sits alongside this set rather than inside it, and so does AISLE, which found all twelve OpenSSL CVEs in the January 2026 coordinated release, one of them dating to 1998. The vendors converge on a shared discipline: rule-based static analysis is the prior generation, the model reads code the way a researcher does, and the harness owns false-positive control. Google put figures on that harness in March 2026. Big Sleep reports a false-positive rate of zero on deep memory-safety bugs, held there by a final phase that builds a working exploit before any finding is reported, and CodeMender has landed 178 fixes in open source — 130 of them proactive hardening, 48 reactive patches (Adkins and Flynn). Autonomous fixing lands mostly where a whole class can be transformed and checked, and less often where a single root cause has to be reasoned out. Open-source pipelines such as OpenAnt and AISLE supply the auditable counterpart to the proprietary vendor stacks. Automating discovery without automating patch, rollout, and rollback moves the bottleneck rather than closing it: OpenAI’s own postmortem named that risk, and the vuln-discovery thesis now places it one stage further out, at redeploying mended code across an estate at scale, a gap Google’s own engineers state no approach to yet.
The capability has moved from demonstration to product. OpenAI, Anthropic, and Google all offer the same shape in commercial preview: reason over the code, validate the finding in a sandbox, generate a patch a developer approves. Three vendors shipping one shape makes sandboxed validation a baseline feature rather than a differentiator. Google’s CodeMender preview (July 2026) is the newest, and its launch post publishes no efficacy data, four months after Google gave patch counts for the research programme from a conference stage. That omission dates the market and measures no capability. The offerings differ in the surrounding estate: only CodeMender is documented as composing with a cloud asset graph and an offensive agent on the same platform.
Security operations. The agentic SOC converges on a supervisor-worker topology with an explicit human-authority boundary and evaluation built into the loop. Practitioner accounts from Salesforce, GreyNoise, Datadog, Wiz, and Airbnb show the pattern across detection engineering, threat hunting, incident response, and continuous evaluation. The wiki captures this as a produced pair: the Agentic SOC Reference Architecture and the Agentic SOC CMM. Their organizing rule is maturity gates autonomy: a SOC function runs only at the autonomy its weakest governing domain supports.
Start here:
- Frontier AI for Vulnerability Discovery: the thesis synthesizing the production vulnerability-discovery paths.
- Agentic SOC: State of the Field: the defender-operations thesis.
- Agentic SOC Reference Architecture and Agentic SOC CMM: the produced defender-operations pair.
- Agentic SOC Autonomy Ladders: the five published autonomy ladders that fixed the SOC CMM’s own gating rule, and the design choices they left open.
- Project Glasswing: the twelve-partner coalition organizing AI vulnerability discovery on critical infrastructure.
- Jagged Frontier: the empirical observation that capability does not scale smoothly with model size, which bounds vendor productivity claims.
III. AI for Offense
Attackers now operate AI as a kill-chain primitive in its own right. The wiki separates this axis from defensive use because the operating constraints differ. Attackers optimize for cost per successful exploit, evasion, and target selection. Defenders optimize for explainability and audit. The two sides’ architectures and benchmarks diverge as a result.
MOAK demonstrates the primitive most directly. A five-agent pipeline on a frontier model autonomously reproduced exploits for 174 of 178 CISA KEV CVEs, often within hours of disclosure (how it works). On the AppSec side, XBOW’s independent Mythos evaluation reports a 42 to 55% reduction in false negatives versus the prior model on a web-exploit benchmark, with the larger reduction when the test gets source-code access.8 AI-driven offensive testing also appears as a productized service category. Wiz Red Agent, Palo Alto’s Unit 42 AI pentesting, and CrowdStrike Frontier AI Readiness apply the same substrate at enterprise scale.
Every case above has an operator. The OpenAI–Hugging Face agent incident does not. Its agents selected targets, found four zero-days with no exploit-development harness, delegated work to each other, and escalated across two organizations, all as a side effect of trying to finish evaluation tasks. It arrived by accident, and OpenAI’s stated expectation was that threat actors would build the same shape deliberately. One already had. The Taiwan AI-agent government intrusion ran 2026-07-01 to 07-04, before that Black Hat presentation: it kept the operator for target selection but ran its sub-agents through a purpose-built shared workspace rather than a human relaying results between them. Deliberate construction is now sourced; the no-operator half of the expectation is not.
Autonomy is one dimension. The operator’s required skill is a second, and the two move independently. Anthropic’s threat intelligence reports record a single criminal operator reaching at least 17 organizations in a month, with Claude Code on the keyboard throughout. The same reports record a UK actor selling working ransomware with two EDR bypasses who, on the vendor’s reading of the prompt record, could not implement any of it unaided.9 The population measurement is in the LLM ATT&CK Navigator. Across 832 banned accounts, assessed sophistication predicts the rest of an actor’s risk score at r = 0.28, and the share of medium-risk-or-higher actors rose from 33% to 56% in a year without those actors becoming more skilled.10 The collapse reaches assembly of known techniques. Invention of new ones stays out of reach. Capability Floor Collapse carries the argument.
Not every case with an AI label holds up under verification. A verification pass over seven mid-2026 incidents circulated as an AI-enabled cluster found four with no AI element in any source. Where AI was in the planner’s seat, an actor of modest skill reached more than 600 FortiGate devices in 55-plus countries on model-written plans and tooling, without exploiting a single vulnerability, though the same crew’s analytical use of models elsewhere produced a retracted tally.11 An eleven-nation advisory separately flags AI-generated hiring-interview video as an identity-obfuscation indicator.12 Record the mechanism a source documents; the AI-enabled label is not evidence of one.
The threat surface this opens (vulnerability-storm-class exposure, compressed disclosure windows, and AI-against-AI campaigns) is the subject of the defending-against axis below.
Start here:
- Offensive AI: State of the Field: the thesis tracking the attacker-side architecture as sources land.
- OpenAI–Hugging Face Agent Incident: fully autonomous intrusion with no operator, reconstructed by the organization that caused it.
- Taiwan AI-Agent Government Intrusion: the first deliberately attacker-built offensive agent collective, operator retained for target selection only.
- MOAK: autonomous exploitation of 174 of 178 CISA KEVs, the attacker-side reality check.
- XBOW Mythos Evaluation: an independent third-party offensive evaluation of frontier vulnerability-discovery capability.
- Capability Floor Collapse: why competent attack tooling no longer implies a competent attacker, and what that breaks in threat modeling.
- LLM ATT&CK Navigator: a year of vendor abuse telemetry mapped to ATT&CK, and the case that the taxonomy has no vocabulary for agentic orchestration.
- AI Attribution Audit: a verification pass on incidents circulated as AI-enabled, four of seven with no AI element in any source.
- Claude Mythos Preview: the frontier model behind most of the named offensive and defensive harnesses.
IV. Defending Against AI-driven Attacks
This axis covers how the SDLC, the software supply chain, identity, and operational security must evolve once adversaries hold frontier-AI capability. The traditional foundation, NIST’s Secure Software Development Framework plus OWASP’s Software Assurance Maturity Model, is structurally correct and materially incomplete in 2026. Four forces require accommodation. The first is AI-augmented attacker pace, the time-to-exploit collapse named above. The second is AI-component governance: existing frameworks carry no AI extension, or only partial coverage. The third is a productivity-pace mismatch, measured by a controlled trial in which experienced maintainers ran somewhat slower with early-2025 AI tools on their own repositories (see the METR RCT). The fourth is a triage-instrument mismatch: this axis’s own thesis records Heather Adkins’s argument that agentic discovery reaching every vulnerability in every system will exhaust CVSS as a triage instrument, against a 30,000-item NVD backlog and a 35% year-over-year rise in logged CVEs,13 with no accepted replacement yet named. The recommended layered framework stack composes an AI governance overlay, an AI development-lifecycle layer, a supply-chain layer (SLSA, CycloneDX), and operational alignment (NIST CSF 2.0) on top of that foundation. Governance and lifecycle are separate instruments. ISO/IEC 42001 covers the first and does not reach lifecycle processes; ISO/IEC 5338 covers those, by extending ISO/IEC 12207.
The threat side is no longer hypothetical. GTG-1002 (disclosed November 2025) is the first publicly reported AI-orchestrated espionage campaign, the Mexican government breach (February 2026) is a non-state-attributed peer, and the Taiwan AI-agent government intrusion (disclosed August 2026) is a third national-government target, with attribution resting on linguistic evidence alone rather than the stronger telemetry basis behind GTG-1002. Supply-chain campaigns recur at ecosystem scale: prt-scan and the Month of AI Bugs series show the pattern that the wiki’s supply-chain hardening and agent-supply-chain pages cover.
Start here:
- SDLC in the AI-Attacker Era: the threat-model thesis.
- Generative Coding Deployment Shapes: the five shapes and where the security boundary sits in each.
- Secure-SDLC Framework Stack for 2026: the layered composition recommendation.
- Mythos-ready Security Program: the CISO playbook (ten-question triage, thirteen-row risk register, eleven-row priority actions, ninety-day plan).
- Zero Day Clock: the empirical time-to-exploit-collapse anchor.
- VulnOps: Gadi Evron’s permanent-function framing for AI-era vulnerability response.
- Cyber Poverty Line: Wendy Nather’s anchor for the capability gap between attackers and small-team defenders.
Anchor Deliverables
Most pages on the wiki are aggregated. A reader carries the produced set below into an architecture review, a CMM scoring session, or a board briefing. Point-in-time assessments of those deliverables (standards reviews, validation passes, stress tests) collect under Reviews as dated, frozen snapshots.
Structural anchors, application security. Six planes for the agentic-AI estate, scored by a nine-domain maturity model.
- Agentic AI Security Reference Architecture: six planes (Identity, Control, Runtime, Egress, Data, Observability) with deployment-shape mappings and a threat-control matrix spanning the OWASP Agentic Top 10 and the five threat classes, cross-walked in the reconciliation matrix. Satellites: Agent Identity Architecture, and System Prompt Architecture for the residual-risk prompt layer — neither is itself a produced deliverable.
- Agentic AI Security CMM 2026: five levels by nine domains with cross-domain dependency caps and ID-tagged evidence — the same maturity-gates-autonomy logic named for the SOC CMM below, applied to application security. Companions: the standards crosswalk, the measurement protocol, the dependency rules, the recalibration method, and the sector crosswalks for US and Canadian regulated financial institutions.
Structural anchors, security operations. A parallel pair for the agentic SOC, distinct from the application-security pair and overlapping only where the SOC’s own agents need to be secured.
- Agentic SOC Reference Architecture: six planes and per-function agent surfaces, cloud-native and SIEM-less by default.
- Agentic SOC CMM: a per-function autonomy ladder gated by eight maturity domains, under one rule: maturity gates autonomy.
Thesis anchors. Each axis carries an evolving synthesis the wiki updates as evidence lands.
- Frontier AI for Vulnerability Discovery: defense, and — per the convergence claim above — offense and securing AI besides.
- Agentic SOC: State of the Field: defense and operations.
- Offensive AI: State of the Field: offense.
- SDLC in the AI-Attacker Era: defending against AI-driven attacks.
- Red Teaming for AI: Synthesis: securing AI.
- Security Controls for AI Stacks: securing AI — the six-layer control inventory (identity, observability, containment, network, model, data) against what has shipping tooling and what has published guidance alone.
Playbooks. Operational deliverables a named audience executes directly.
- Mythos-ready Security Program: the general CISO playbook (ten-question triage, thirteen-row risk register, eleven-row priority actions, ninety-day plan).
- Assessor’s Quick Scorecard: Secure-SDLC and AI: a sector-scoped scorecard for assessing secure-SDLC AI programs at Canadian financial institutions.
Comparisons and applied profiles. Where published numbers conflict, or a reference model needs projecting onto one concrete deployment.
- MCP Exposure Measurements: the correction record for a path-traversal overstatement this wiki itself carried until 2026-08-22.
- Agent Sandbox Isolation Landscape: the technology-selection counterpart to the RA’s Runtime plane, scored by isolation-boundary mechanism and delivery model.
- Agentic SOC Autonomy Ladders: the prior art behind “maturity gates autonomy” above, and where it stopped short of a full gating rule.
- Azure-Native RAG Chatbot Security Profile: projects the six-plane RA and nine-domain CMM onto one concrete deployment, a closed-corpus RAG chatbot on Microsoft Copilot Studio.
Frameworks and practices.
- Red Teaming Capability Framework: a layered red-teaming capability model for first-party agentic AI, scoped to red-team leads and security architects.
- Guardian Agent Metagovernance: governs the guardian or oversight agent itself, so the oversight layer does not become its own single point of failure.
Continue reading
- Per-folder indexes:
- Frameworks · Architectures · Practices · Maturity Models
- Papers · Concepts · Thesis · Comparisons
- Gaps · Reviews · Incidents · Playbooks
- Entities: organizations, products, and people.
For wiki conventions and the writing register, see Wiki Conventions.
Notes
Footnotes
-
Securing Agents Across Perplexity’s Client Endpoints with Numbat, Perplexity Research, 2026-07. Summarized at Numbat Agent Security Suite. ↩
-
Michael Dalton and Eric Wallace, The ‘Breaking’ News: The OpenAI–Hugging Face Incident, Black Hat USA 2026, 2026-08-06. Summarized at OpenAI–Hugging Face Incident Reconstruction; incident record at OpenAI–Hugging Face Agent Incident. Timeline 2026-05-08 to 2026-07-19; four zero-days; dataset-worker pod to multi-cluster admin in under 13 hours. ↩
-
Dream Research Labs, Taiwan Multi-Agent Attack Reconstruction, 2026-08-12; Ben Blanchard and Raphael Satter, Taiwan says it was targeted last month in AI-driven hacking campaign, Reuters, 2026-08-13. Summarized at the source summary; incident record at Taiwan AI-Agent Government Intrusion. ↩
-
GitHub Advisory Database — GHSA-wpqr-6v78-jr5g, 2026-04-24, CVSS 10.0. Headless Gemini CLI automatically trusted the workspace folder when loading configuration and environment variables;
--yoloseparately suppressed the fine-grained tool allowlist. The pre-sandbox execution ordering is stated by the reporting researcher at Novee Security, 2026-04-30. ↩ -
Gartner — The Market for Enterprise AI Coding Agents Is Entering a New Phase of Expansion and Competitive Realignment, 2026-05-20. Share of agentic-coding engineering teams forecast to treat the IDE as optional by 2027. ↩
-
The Collapse — Zero Day Clock, 2026. Median TTE by year: 771 days (2018), 84 days (2021), 6.36 days (2023), 4 hours (2024), zero-day (2025–2026). ↩
-
Yan Shoshitaishvili, Keynote: Vulnerability Research in the Agentic Age, Black Hat USA 2026 (2026-08-06). Linux-kernel counts are unprivileged-user local privilege escalations, triaged by the lab and not externally verified. See the talk summary. ↩ ↩2 ↩3
-
XBOW — Mythos for Offensive Security: XBOW’s Evaluation, 2026-05-12. 42% false-negative reduction versus Opus 4.6 without source access, 55% with source access. ↩
-
Anthropic, Threat Intelligence Report: August 2025, pp. 4–17. At least 17 organizations in roughly one month; ransomware tiers at $400, $800, and $1,200. Summarized at Anthropic Threat Intelligence Reports, Vibe-Hacking Extortion Campaign, and No-Code Ransomware Operation. ↩
-
Amazon Threat Intelligence, AI-augmented threat actor accesses FortiGate devices at scale, AWS, 2026-02-20. More than 600 devices across more than 55 countries, 2026-01-11 to 2026-02-18, no FortiGate vulnerability exploited. Summarized at AI Attribution Primary-Source Review. ↩
-
IC3, Alert to Countries, Companies, and Other Entities Regarding North Korean IT Workers, eleven-nation joint advisory, 2026-07-31. States “the integration of AI” as a DPRK identity-obfuscation method and lists video feeds “that appear to be manipulated or artificially generated” as a hiring-interview screening indicator. Summarized at AI Attribution Primary-Source Review. ↩
-
Heather Adkins and Four Flynn, Evaluating Threats & Automating Defense: How Google is Advancing Code Security, [un]prompted, San Francisco (2026-03-03). A 30,000-item unanalyzed NVD backlog and a 35% rise in CVE-carrying vulnerabilities between 2024 and 2025. Summarized at the talk summary; the triage-instrument argument is carried in full at SDLC in the AI-Attacker Era. ↩