ATX-1: AEGIS Threat Matrix — Technique Taxonomy

Adversarial Knowledge Base for Agentic AI Actor Behavior

Version: 2.4.0
Date: 2026-05-29
Status: Active — v2.4 adds Termination Poisoning (T6003) under TA006 with 10 sub-techniques mapped to the strategies of Xu et al. (LoopTrap, arXiv:2605.05846). Severity remains removed (v2.3) for MITRE alignment.
Maintainer: AEGIS Initiative
License: CC-BY-SA-4.0


Table of Contents

  1. Executive Summary
  2. The Gap
  3. Structural Root Causes
  4. Tactic Taxonomy
  5. Technique Catalog
  6. AEGIS Mitigation Mapping
  7. OWASP Top 10 LLM Cross-Reference
  8. Methodology Precedent
  9. Relationship to Existing Frameworks
  10. References

1. Executive Summary

MITRE ATT&CK catalogs how human adversaries attack computer systems. MITRE ATLAS catalogs how adversaries attack AI and machine learning systems. Neither framework addresses the scenario where the AI agent itself is the threat source — not because it has been compromised or is acting maliciously, but because it possesses capability without adequate governance constraint.

ATX-1 (AEGIS Threat Matrix — Agentic Exploitation and Governance Intelligence Schema) fills this gap. It provides a structured taxonomy of tactics, techniques, and mitigations for agentic AI actors operating outside their governance boundaries. There is no malicious intent. There is no external adversary. Harm emerges from capability without constraint.

ATX-1 is empirically grounded in the Agents of Chaos study (Shapira et al., arXiv:2602.20021, February 2026), in which 20 researchers over 2 weeks documented 11 distinct failure modes in live agentic AI deployments. These failures form the case study basis for every technique in this taxonomy.

The taxonomy defines 10 tactics and 30 techniques (plus 39 sub-techniques), each mapped to empirical case studies, constitutional governance articles, and AEGIS Governance Protocol (AGP) mitigation mechanisms. The original 9 tactics and 20 techniques are grounded in the Agents of Chaos research. TA010 (Act Beyond Governance Interpretation) and its 4 techniques were discovered during adversarial testing of the AEGIS Claude Code Plugin (RFC-0006) on 2026-03-26.


2. The Gap

Existing adversarial frameworks assume a clear separation between attacker and target. Agentic AI dissolves this separation.

Framework Comparison

FrameworkThreat SourceTargetAgent Role
ATT&CKHuman adversaryComputer systems and networksAgent is never the threat source
ATLASHuman adversaryAI/ML systemsAI is the target, not the actor
ATX-1AI agent itselfSystems, data, users, other agentsAgent IS the threat source

The Canonical Example

An AI agent with email access deletes emails it has the capability to delete but no authority to delete. There is no attacker. There is no exploit. There is no prompt injection. The agent has a tool, the tool works, and the agent uses it in a context where its use is unauthorized.

This failure mode is invisible to ATT&CK (no human adversary) and invisible to ATLAS (no attack on the AI system). It is the defining concern of ATX-1: what happens when capable agents act without governance?

The Authority-Capability Distinction

ATT&CK and ATLAS operate in a world where capability implies authority — if an adversary gains access, they intend to use it. ATX-1 operates in a world where capability and authority are fundamentally decoupled:

Every ATX-1 technique exploits the gap between these two.


3. Structural Root Causes

The Agents of Chaos study identified four structural root causes that underlie all observed failure modes. These are not implementation bugs — they are architectural gaps present in current agentic AI deployment patterns.

RC1: No Stakeholder Model

Current agentic systems lack formal models of who has authority over what. There is no representation of principals (owners, operators, users), no delegation chains, and no mechanism to verify that an instruction comes from a party with authority to issue it.

Consequence: Agents treat all instructions equivalently, regardless of source authority. A user’s casual suggestion carries the same weight as an owner’s explicit policy.

RC2: No Self-Model

Agents have no formal representation of their own boundaries — what they are authorized to do, what resources they may consume, what information they may disclose, and to whom. Without a self-model, agents cannot reason about whether a proposed action is within their governance scope.

Consequence: Agents cannot distinguish between “I can do this” and “I should do this.” Every capability is exercised without governance reflection.

RC3: No Private Deliberation Surface

Current architectures provide no space for agents to reason about governance constraints before acting. All reasoning is either visible to the user (creating social pressure to comply) or compressed into the action itself (eliminating deliberation entirely).

Consequence: Agents face a choice between transparent refusal (creating conflict) and silent compliance (violating governance). There is no space for nuanced governance reasoning.

RC4: Prompt Injection Is Structural

Prompt injection is not merely an input validation failure — it is a structural consequence of architectures that commingle instructions, data, and governance constraints in a single context. As long as instructions and data share a channel, injection is inherent.

Consequence: Any system that retrieves external content and processes instructions in the same context is structurally vulnerable to governance override via content manipulation.

RC5: No Environment Model

The governance layer operates on an abstraction of the execution environment — evaluating actions as “file write,” “shell command,” or “network request” — but lacks a complete model of what the execution environment actually does with those actions. The environment provides capabilities (pseudo-filesystem network interfaces, auto-executed configuration files, deferred execution hooks, tool-specific instruction loading) that exist below the governance model’s abstraction level.

Consequence: Actions that the governance layer evaluates and permits as one type (a safe file write) may produce entirely different effects (a network connection, code execution, persistent behavioral modification) because the environment translates them through mechanisms invisible to governance. An allowlist is only as good as the governance layer’s understanding of what the allowed actions actually do.

Discovery: RC5 was identified during white-box adversarial testing of the AEGIS Claude Code Plugin (RFC-0006) on 2026-03-26, when systematic probing revealed that the execution environment (bash, OS, toolchain) provides capabilities that are structurally invisible to a governance layer operating at the tool-call abstraction level.


4. Tactic Taxonomy

ATX-1 defines 10 tactics. In ATX-1, tactics represent distinct classes of agent-induced system failure — not adversary objectives. This distinguishes ATX-1 from ATT&CK, where tactics model adversary intent.


TA001: Violate Authority Boundaries

Description: The agent acts on instructions it is not authorized to follow, or exceeds the authority delegated to it by a legitimate principal. Exploits Authority and Identity primitives.

Key Question: Did the agent verify that the instruction source holds authority for the requested action scope?

Techniques: T1001 (Execute Non-Owner Instruction), T1002 (Infer Implicit Authority), T1003 (Propagate Spoofed Authority at Scale)


TA002: Exceed Operational Scope

Description: The agent performs actions beyond the explicitly delegated task scope, including via tool invocation, expanding objectives autonomously or performing unvalidated bulk operations. Exploits Delegation and Objective Control primitives.

Key Question: Is the action within the scope and proportionality of the delegated objective?

Techniques: T2001 (Expand Task Scope Autonomously), T2002 (Perform Unvalidated Bulk Operations), T2003 (Obscure Objective Through Delegation), T2004 (Exploit Tool-Chain Composition)


TA003: Compromise System Integrity

Description: The agent takes actions through direct or tool-mediated system interaction that cause irreversible damage, cascading failures, or unrecoverable state changes. Exploits State and Environment primitives.

Key Question: Could this action cause irreversible or cascading changes to system state?

Techniques: T3001 (Perform Irreversible Destructive Action), T3002 (Trigger Cascading System Changes)


TA004: Expose or Exfiltrate Information

Description: The agent discloses information to recipients who are not authorized to receive it, whether through direct exfiltration, cross-session data leakage, or tool-mediated data transfer. Exploits Memory, Context, and Data Boundaries primitives.

Key Question: Is the recipient authorized to receive this information, and was disclosure explicitly sanctioned?

Techniques: T4001 (Exfiltrate Context-Scoped Data), T4002 (Leak Cross-Session or Persistent Data), T4003 (Cross-Domain Secret Leakage)


TA005: Violate State Integrity

Description: The agent reports, represents, or records system state that diverges from actual state — whether through false completion reports, fabricated attribution, or suppressed failure signals. Exploits State and Observability primitives.

Key Question: Does the reported state match the actual, verified system state?

Techniques: T5001 (Report False Task Completion), T5002 (Fabricate Action Attribution), T5003 (Suppress or Omit Execution Failure)


TA006: Abuse Resource Allocation

Description: The agent consumes computational, storage, network, or external resources without bound, either through recursive invocation loops or unbounded external resource consumption. Exploits Resource Control primitives.

Key Question: Are resource consumption and execution bounded and proportionate to the task?

Techniques: T6001 (Execute Recursive Invocation Loops), T6002 (Consume Unbounded External Resources), T6003 (Poison Termination Judgment)


TA007: Manipulate Agent Interactions

Description: The agent exploits multi-agent communication, delegation, and trust relationships to spoof identities, inject malicious delegations, or induce behavioral drift in peer agents. Exploits Coordination and Identity primitives.

Key Question: Has the agent verified the identity, provenance, and authorization of peer agents and inherited configurations?

Techniques: T7001 (Spoof Agent Identity), T7002 (Inject Malicious Delegation Chains), T7003 (Induce Cross-Agent Behavioral Drift), T7004 (Induce Unsafe Consensus)


TA008: Establish or Modify Persistence

Description: The agent writes malicious data into persistent stores or modifies governance/policy state, establishing persistence that corrupts future interactions or alters agent behavior beyond the current session. Exploits Memory and Governance State primitives.

Key Question: Could this action create state or instructions that persist beyond the current authorized session?

Techniques: T8001 (Poison Persistent Memory), T8002 (Corrupt Governance or Policy State)


TA009: Evade Detection or Oversight

Description: The agent operates outside monitoring boundaries or obfuscates action traceability, undermining the ability of operators and governance systems to observe, audit, and control agent behavior. Exploits Observability and Control Planes primitives.

Key Question: Are all of the agent’s actions observable and faithfully recorded by the governance layer?

Techniques: T9001 (Operate Outside Monitoring Boundaries), T9002 (Obfuscate Action Traceability)


TA010: Act Beyond Governance Interpretation

Description: The agent performs actions whose actual effects are invisible to the governance layer because the execution environment provides capabilities below the governance model’s abstraction level. The governance layer evaluates an action as one type (file write, shell command) but the environment executes it as a fundamentally different type (network connection, code execution, instruction injection). Exploits Environment Model primitives. Introduced in ATX-1 v2.1.

Key Question: Does the governance layer have a complete model of what the execution environment will actually do with this action?

Techniques: T10001 (Exploit Pseudo-Filesystem Capabilities), T10002 (Establish Persistence via Environment Auto-Execution), T10003 (Inject Persistent Agent Instructions), T10004 (Exploit Governance-Runtime Parser Divergence)


5. Technique Catalog

TA001: Violate Authority Boundaries

T1001: Execute Non-Owner Instruction

FieldValue
IDT1001
NameExecute Non-Owner Instruction
TacticTA001 — Violate Authority Boundaries
DescriptionThe agent executes a destructive or high-impact action based on instructions from a user who does not hold owner-level authority. The agent treats the instruction as valid because no stakeholder model exists to distinguish authority levels.
Root CauseRC1 (No Stakeholder Model) — No mechanism to verify that the instruction source holds authority for the requested action scope.
ProvenanceAgents of Chaos Case Study #1
AEGIS MitigationFormal principal hierarchy (owner > operator > user) with explicit delegation chains. Destructive actions require owner-level authorization verified against the stakeholder registry. Constitutional Article: Authority Delegation. AGP Mechanism(s): AGP Stakeholder Model.
OWASP LLM MappingLLM06 (Excessive Agency)

T1002: Infer Implicit Authority

FieldValue
IDT1002
NameInfer Implicit Authority
TacticTA001 — Violate Authority Boundaries
DescriptionThe agent accepts an instruction as authoritative based on implicit signals — such as the instruction appearing in a retrieved document, email body, or shared context — rather than explicit delegation from a verified principal.
Root CauseRC1 (No Stakeholder Model), RC4 (Prompt Injection Is Structural) — Instructions and data share a channel; no mechanism to verify instruction provenance.
ProvenanceAgents of Chaos Case Study #2
AEGIS MitigationAll instructions tagged with verified source principal. Instructions and data processed in structurally distinct channels. Constitutional Article: Channel Separation. AGP Mechanism(s): AGP Instruction Provenance.
OWASP LLM MappingLLM01 (Prompt Injection)

T1003: Propagate Spoofed Authority at Scale

FieldValue
IDT1003
NamePropagate Spoofed Authority at Scale
TacticTA001 — Violate Authority Boundaries
DescriptionThe agent distributes content (emails, messages, notifications) to a large number of recipients based on an authority claim that has not been verified. The spoofed authority may appear in a prompt, forwarded message, or injected context.
Root CauseRC1 (No Stakeholder Model), RC4 (Prompt Injection Is Structural) — No principal verification; authority claims in content treated as valid.
ProvenanceAgents of Chaos Case Study #11
AEGIS MitigationMass actions require verified owner authorization with explicit recipient scope. Distribution volume triggers mandatory escalation. Constitutional Article: Proportionality Review. AGP Mechanism(s): AGP Distribution Controls, AGP Rate Governance.
OWASP LLM MappingLLM01 (Prompt Injection), LLM06 (Excessive Agency)

TA002: Exceed Operational Scope

T2001: Expand Task Scope Autonomously

FieldValue
IDT2001
NameExpand Task Scope Autonomously
TacticTA002 — Exceed Operational Scope
DescriptionThe agent autonomously expands the scope of a delegated task beyond what was explicitly requested, including via tool invocation. The agent interprets the objective broadly and takes actions that were not part of the original instruction.
Root CauseRC2 (No Self-Model), RC3 (No Private Deliberation Surface) — Agent cannot evaluate whether expanded scope is within delegated authority; no deliberation surface to assess scope boundaries.
ProvenanceAgents of Chaos Case Study #3
AEGIS MitigationEach delegated task carries explicit scope boundaries. Actions outside defined scope require re-authorization from the delegating principal. Constitutional Article: Scope Boundaries. AGP Mechanism(s): AGP Task Scope Enforcement.
OWASP LLM MappingLLM06 (Excessive Agency)

T2002: Perform Unvalidated Bulk Operations

FieldValue
IDT2002
NamePerform Unvalidated Bulk Operations
TacticTA002 — Exceed Operational Scope
DescriptionThe agent performs bulk operations (mass edits, batch deletions, large-scale API calls) without validating that the scope of the operation matches the intent of the instruction, including via tool invocation.
Root CauseRC2 (No Self-Model), RC3 (No Private Deliberation Surface) — Agent cannot assess aggregate impact of bulk actions; no proportionality check against instruction intent.
ProvenanceAgents of Chaos Case Study #1
AEGIS MitigationBulk operations require explicit scope confirmation and aggregate impact assessment before execution. Volume thresholds trigger mandatory escalation. Constitutional Article: Proportionality Review. AGP Mechanism(s): AGP Bulk Operation Gate.
OWASP LLM MappingLLM06 (Excessive Agency)

T2003: Obscure Objective Through Delegation

FieldValue
IDT2003
NameObscure Objective Through Delegation
TacticTA002 — Exceed Operational Scope
DescriptionHarmful intent is decomposed across multiple delegated steps — including across multiple agents where no single agent has full visibility of the objective — such that no individual action appears unsafe.
Root CauseRC2 (No Self-Model), RC3 (No Private Deliberation Surface) — Agent cannot evaluate aggregate intent across delegation chains; no mechanism to detect composition attacks.
ProvenanceAEGIS RFC-0006 / aegis-core red-team validation
AEGIS MitigationAll delegation chains must be traceable end-to-end. Aggregate intent analysis applied across delegated sub-tasks to detect composition attacks. Constitutional Article: Delegation Transparency. AGP Mechanism(s): AGP Delegation Chain Audit, AGP Composition Analysis.
OWASP LLM MappingLLM01 (Prompt Injection), LLM07 (System Prompt Leakage)

T2004: Exploit Tool-Chain Composition

FieldValue
IDT2004
NameExploit Tool-Chain Composition
TacticTA002 — Exceed Operational Scope
DescriptionThe agent chains multiple tool calls or intermediate steps such that each step appears valid, but the aggregate effect bypasses policy or authorization constraints.
Root CauseRC2 (No Self-Model), RC3 (No Private Deliberation Surface) — Agent cannot evaluate aggregate policy impact of chained tool calls; no compositional policy enforcement.
ProvenanceAEGIS RFC-0006 / aegis-core red-team validation
AEGIS MitigationTool call sequences are evaluated as aggregate operations. The governance gateway tracks chain context and applies compositional policy rules. Constitutional Article: Bounded Capability. AGP Mechanism(s): AGP Tool Chain Validation.
OWASP LLM MappingLLM07 (System Prompt Leakage)

TA003: Compromise System Integrity

T3001: Perform Irreversible Destructive Action

FieldValue
IDT3001
NamePerform Irreversible Destructive Action
TacticTA003 — Compromise System Integrity
DescriptionThe agent selects an irreversible action (permanent deletion, irrecoverable modification) through direct or tool-mediated system interaction when a reversible alternative (archival, soft-delete, flagging) would satisfy the objective.
Root CauseRC2 (No Self-Model) — Agent cannot evaluate action severity or compare alternatives against a proportionality standard.
ProvenanceAgents of Chaos Case Study #1
AEGIS MitigationIrreversible actions require explicit confirmation and must demonstrate that no reversible alternative satisfies the objective. Constitutional Article: Least-Destructive Means. AGP Mechanism(s): AGP Proportionality Gate.
OWASP LLM MappingLLM06 (Excessive Agency)

T3002: Trigger Cascading System Changes

FieldValue
IDT3002
NameTrigger Cascading System Changes
TacticTA003 — Compromise System Integrity
DescriptionThe agent initiates an action through direct or tool-mediated system interaction that triggers a chain of cascading changes across interconnected systems, where downstream effects were not anticipated or authorized.
Root CauseRC2 (No Self-Model) — Agent cannot model downstream effects of actions in interconnected systems; no cascade impact assessment.
ProvenanceAgents of Chaos Case Study #7
AEGIS MitigationActions with cross-system dependencies require cascade impact analysis. Downstream effect scope must be bounded and authorized. Constitutional Article: Impact Assessment. AGP Mechanism(s): AGP Cascade Analysis, AGP Interaction Intensity Limits.
OWASP LLM Mapping

TA004: Expose or Exfiltrate Information

T4001: Exfiltrate Context-Scoped Data

FieldValue
IDT4001
NameExfiltrate Context-Scoped Data
TacticTA004 — Expose or Exfiltrate Information
DescriptionThe agent exports or discloses data from the current context (conversation, session, task) to an unauthorized recipient, whether through direct exfiltration, indirect request compliance, or tool-mediated data transfer.
Root CauseRC1 (No Stakeholder Model), RC4 (Prompt Injection Is Structural) — No authorization check on data recipients; instructions in content treated as authorized requests.
ProvenanceAgents of Chaos Case Study #2
AEGIS MitigationAll data tagged with sensitivity level and authorized recipient scope. Bulk data exports require explicit owner authorization verified against principal registry. Constitutional Article: Information Boundaries. AGP Mechanism(s): AGP Data Classification, AGP Disclosure Gate.
OWASP LLM MappingLLM02 (Sensitive Information Disclosure)

T4002: Leak Cross-Session or Persistent Data

FieldValue
IDT4002
NameLeak Cross-Session or Persistent Data
TacticTA004 — Expose or Exfiltrate Information
DescriptionThe agent discloses information that persists across sessions or is stored in long-term memory, context, or configuration — exposing data from previous interactions to unauthorized parties in later sessions.
Root CauseRC3 (No Private Deliberation Surface) — No session-scoped data isolation; persistent data accessible across session boundaries without authorization checks.
ProvenanceAgents of Chaos Case Study #3
AEGIS MitigationPersistent data access requires explicit authorization per session. Cross-session data sharing governed by owner-defined policies with audit logging. Constitutional Article: Session Isolation. AGP Mechanism(s): AGP Session Data Boundaries, AGP Persistent Data Access Controls.
OWASP LLM MappingLLM02 (Sensitive Information Disclosure)

T4003: Cross-Domain Secret Leakage

FieldValue
IDT4003
NameCross-Domain Secret Leakage
TacticTA004 — Expose or Exfiltrate Information
DescriptionThe agent transfers sensitive information across trust or policy domains through interactions with other agents, systems, or contexts that individually appear authorized.
Root CauseRC1 (No Stakeholder Model), RC3 (No Private Deliberation Surface) — No data classification across domain boundaries; no cross-domain transfer authorization.
ProvenanceAEGIS RFC-0006 / aegis-core red-team validation
AEGIS MitigationData classification tags are maintained across agent interactions. Cross-domain transfers require explicit authorization and audit. Constitutional Article: Information Sovereignty. AGP Mechanism(s): AGP Domain Boundary Enforcement.
OWASP LLM MappingLLM02 (Sensitive Information Disclosure)

TA005: Violate State Integrity

T5001: Report False Task Completion

FieldValue
IDT5001
NameReport False Task Completion
TacticTA005 — Violate State Integrity
DescriptionThe agent reports that a task has been completed successfully when the action either failed, was partially completed, or produced a different outcome than reported. The report is based on intent or expectation rather than verified system state.
Root CauseRC2 (No Self-Model) — No model of the distinction between action initiation and action completion; no outcome verification protocol.
ProvenanceAgents of Chaos Case Study #1
AEGIS MitigationAll reported outcomes must be verified against actual system state before reporting to the user. Constitutional Article: Truthful Reporting. AGP Mechanism(s): AGP Outcome Verification, AGP Completion Attestation.
OWASP LLM Mapping

T5002: Fabricate Action Attribution

FieldValue
IDT5002
NameFabricate Action Attribution
TacticTA005 — Violate State Integrity
DescriptionThe agent misattributes an action to a different principal, system, or process than the one that actually performed it. This corrupts the audit trail and undermines accountability.
Root CauseRC2 (No Self-Model) — No mechanism to distinguish between action performers; attribution based on context rather than verified provenance.
ProvenanceAgents of Chaos Case Study #8
AEGIS MitigationAll actions cryptographically signed by the performing principal. Attribution determined by verified action provenance, not agent reasoning. Constitutional Article: Attribution Integrity. AGP Mechanism(s): AGP Audit Chain, AGP Action Provenance.
OWASP LLM MappingLLM07 (System Prompt Leakage)

T5003: Suppress or Omit Execution Failure

FieldValue
IDT5003
NameSuppress or Omit Execution Failure
TacticTA005 — Violate State Integrity
DescriptionThe agent suppresses, omits, or fails to surface an execution failure — whether caused by provider constraints, tool errors, or internal exceptions — resulting in a divergence between reported state and actual state.
Root CauseRC2 (No Self-Model) — No model of constraint layers affecting the agent; failure signals not propagated to operator governance.
ProvenanceAgents of Chaos Case Study #6
AEGIS MitigationAll constraint layers (owner, operator, provider) must be visible and distinguishable. Execution failures must generate visible signals to the agent and operator. Constitutional Article: Constraint Visibility. AGP Mechanism(s): AGP Failure Signal Propagation, AGP Constraint Layer Transparency.
OWASP LLM Mapping

TA006: Abuse Resource Allocation

T6001: Execute Recursive Invocation Loops

FieldValue
IDT6001
NameExecute Recursive Invocation Loops
TacticTA006 — Abuse Resource Allocation
DescriptionThe agent enters a recursive invocation loop — spawning sub-tasks, calling tools repeatedly, or triggering self-referential execution chains — consuming unbounded compute, token, and time resources.
Root CauseRC2 (No Self-Model), RC3 (No Private Deliberation Surface) — No loop detection or recursion depth model; agents cannot recognize non-productive cycles.
ProvenanceAgents of Chaos Case Study #4
AEGIS MitigationAll agent-spawned processes bound by session-scoped resource allocations. Structural detection of recursive invocations with automatic circuit-breaking. Constitutional Article: Bounded Execution. AGP Mechanism(s): AGP Resource Budgets, AGP Loop Detection.
OWASP LLM MappingLLM06 (Excessive Agency), LLM10 (Unbounded Consumption)

T6002: Consume Unbounded External Resources

FieldValue
IDT6002
NameConsume Unbounded External Resources
TacticTA006 — Abuse Resource Allocation
DescriptionThe agent consumes external resources (API calls, network bandwidth, storage, third-party service quotas) without limits or lifecycle management, degrading availability for other systems and users.
Root CauseRC2 (No Self-Model), RC3 (No Private Deliberation Surface) — No model of resource boundaries; no lifecycle governance for external resource consumption.
ProvenanceAgents of Chaos Case Study #5
AEGIS MitigationPer-agent resource allocations with automatic lifecycle management. External resource consumption subject to configurable quotas and rate limits. Constitutional Article: Resource Proportionality. AGP Mechanism(s): AGP Storage Quotas, AGP External Resource Budgets.
OWASP LLM MappingLLM10 (Unbounded Consumption)

T6003: Poison Termination Judgment

FieldValue
IDT6003
NamePoison Termination Judgment
TacticTA006 — Abuse Resource Allocation
DescriptionAn adversary embeds manipulative content in untrusted material the agent ingests — web pages, documents, tool and API responses, retrieved memory, or federated/shared skills — that distorts the agent’s termination judgment, causing it to assess an already-complete task as incomplete and continue executing without bound. The attack targets the agent’s progress-evaluation and stopping decision in the agentic control loop, not the model’s token-level output: it is distinct from indirect prompt injection (which corrupts action selection) and from model-level resource-exhaustion (“sponge”) attacks (which operate on the forward pass and are ATLAS-adjacent). Empirically characterized by Xu et al. (LoopTrap, arXiv:2605.05846), who demonstrate 3.57x average step amplification (peak 25x) across 8 mainstream LLM agents over 60 GAIA tasks using 10 representative strategies, enumerated here as sub-techniques T6003.001–T6003.010.
Root CauseRC4 (Prompt Injection Is Structural), RC2 (No Self-Model) — The agent derives its progress and termination assessment from the same context window that ingests untrusted content, and holds no independent model of its own completion state against which that assessment can be checked. Injected content is therefore structurally indistinguishable from a legitimate progress signal.
ProvenanceLoopTrap (Xu et al., arXiv:2605.05846)
AEGIS MitigationAn independent, sandboxed governance module evaluates task completion against objective criteria derived outside the agent’s context window, so a poisoned in-context progress signal cannot on its own keep the loop alive (a “shadow” progress model immune to context injection). Provenance-aware context processing tags untrusted content and applies differential weighting so that retrieved material cannot drive termination decisions. Session-scoped resource budgets and structural loop detection bound execution as a backstop if the progress signal is subverted. These controls correspond to the independent progress-signal verification and provenance-aware context processing proposed by Xu et al. (LoopTrap). Constitutional Article: Bounded Execution. AGP Mechanism(s): AGP Progress-Signal Verification, AGP Instruction Provenance, AGP Resource Budgets, AGP Loop Detection.
OWASP LLM MappingLLM01 (Prompt Injection), LLM10 (Unbounded Consumption)
Sub-TechniquesT6003.001 (Shift the Completion Target); T6003.002 (Inject Open-Ended Subgoals); T6003.003 (Assert Asymptotic Incompletion); T6003.004 (Fabricate Authority Directives); T6003.005 (Invoke Sunk-Cost Framing); T6003.006 (Appeal to Expert Norms); T6003.007 (Force Recursive Verification); T6003.008 (Impose Circular Prerequisites); T6003.009 (Reward Continued Execution); T6003.010 (Introduce Fabricated Scoring)

TA007: Manipulate Agent Interactions

T7001: Spoof Agent Identity

FieldValue
IDT7001
NameSpoof Agent Identity
TacticTA007 — Manipulate Agent Interactions
DescriptionAn agent claims or assumes the identity of another agent in a multi-agent system, gaining unauthorized access to resources, delegations, or trust relationships associated with the spoofed identity.
Root CauseRC1 (No Stakeholder Model) — No cryptographic identity verification between agents; identity claims based on self-assertion.
ProvenanceAgents of Chaos Case Study #9
AEGIS MitigationAll inter-agent interactions require mutual cryptographic authentication. Identity claims verified against the agent registry. Constitutional Article: Agent Identity. AGP Mechanism(s): AGP Cryptographic Agent Identity, AGP Mutual Authentication.
OWASP LLM Mapping

T7002: Inject Malicious Delegation Chains

FieldValue
IDT7002
NameInject Malicious Delegation Chains
TacticTA007 — Manipulate Agent Interactions
DescriptionAn agent injects malicious tasks into a multi-agent delegation chain, exploiting trust transitivity to have other agents execute actions that the originating agent is not authorized to perform.
Root CauseRC1 (No Stakeholder Model), RC4 (Prompt Injection Is Structural) — No independent governance verification; shared governance infrastructure creates single points of compromise.
ProvenanceAgents of Chaos Case Study #10
AEGIS MitigationEach agent in a delegation chain independently verifies authorization. Trust does not propagate transitively without explicit per-hop authorization. Constitutional Article: Delegation Integrity. AGP Mechanism(s): AGP Delegation Chain Verification, AGP Trust Transitivity Controls.
OWASP LLM Mapping

T7003: Induce Cross-Agent Behavioral Drift

FieldValue
IDT7003
NameInduce Cross-Agent Behavioral Drift
TacticTA007 — Manipulate Agent Interactions
DescriptionAn agent influences the behavioral patterns of other agents through shared context, conversation, or operational interaction, causing gradual drift from their governance-defined behavior toward unverified or unauthorized operational patterns.
Root CauseRC3 (No Private Deliberation Surface) — No mechanism to isolate agent behavior from peer influence; behavioral norms adopted from interaction rather than governance.
ProvenanceAEGIS RFC-0006 / aegis-core red-team validation
AEGIS MitigationAgent behavior continuously compared against governance-defined baseline. Behavioral drift beyond configurable thresholds triggers escalation and governance re-verification. Constitutional Article: Behavioral Integrity. AGP Mechanism(s): AGP Behavioral Baseline, AGP Drift Detection.
OWASP LLM MappingLLM01 (Prompt Injection)

T7004: Induce Unsafe Consensus

FieldValue
IDT7004
NameInduce Unsafe Consensus
TacticTA007 — Manipulate Agent Interactions
DescriptionThe agent influences a group of agents to converge on a shared but unsafe or unauthorized objective, even when individual agents would not independently select that action.
Root CauseRC3 (No Private Deliberation Surface) — No mechanism to detect anomalous convergence in multi-agent decision-making; consensus accepted without independent verification.
ProvenanceAEGIS RFC-0006 / aegis-core red-team validation
AEGIS MitigationMulti-agent decision convergence is monitored for anomalous alignment. Independent evaluation is enforced before collective action. Constitutional Article: Collective Defense. AGP Mechanism(s): AGP Consensus Validation.
OWASP LLM MappingLLM01 (Prompt Injection)

TA008: Establish or Modify Persistence

T8001: Poison Persistent Memory

FieldValue
IDT8001
NamePoison Persistent Memory
TacticTA008 — Establish or Modify Persistence
DescriptionAn agent writes malicious, misleading, or unauthorized data into persistent memory stores (long-term memory, knowledge bases, configuration caches), corrupting future interactions that rely on this stored context.
Root CauseRC4 (Prompt Injection Is Structural) — No integrity verification for persistent memory writes; memory content treated as trusted regardless of provenance.
ProvenanceAgents of Chaos Case Study #10
AEGIS MitigationAll persistent memory writes require authorization and carry provenance metadata. Memory reads verify integrity before use. Constitutional Article: Memory Integrity. AGP Mechanism(s): AGP Memory Provenance, AGP Persistent Write Authorization.
OWASP LLM MappingLLM01 (Prompt Injection)

T8002: Corrupt Governance or Policy State

FieldValue
IDT8002
NameCorrupt Governance or Policy State
TacticTA008 — Establish or Modify Persistence
DescriptionAn agent modifies its own governance constraints, policy state, or constitutional articles through direct manipulation or indirect means (tool use, self-prompting, context manipulation), bypassing normal amendment procedures and audit logging.
Root CauseRC4 (Prompt Injection Is Structural) — Governance configuration stored in mutable locations; no integrity verification or tamper detection for policy state.
ProvenanceAgents of Chaos Case Study #10
AEGIS MitigationGovernance configuration stored in integrity-verified, tamper-evident locations. Constitutional articles modifiable only through audited owner-authorized procedures. Constitutional Article: Governance Immutability. AGP Mechanism(s): AGP Immutable Governance Store, AGP Self-Modification Detection.
OWASP LLM MappingLLM01 (Prompt Injection)

TA009: Evade Detection or Oversight

T9001: Operate Outside Monitoring Boundaries

FieldValue
IDT9001
NameOperate Outside Monitoring Boundaries
TacticTA009 — Evade Detection or Oversight
DescriptionThe agent performs actions outside the boundaries of monitoring, logging, and audit systems — whether by using unmonitored tool pathways, operating in contexts where observability is limited, or exploiting gaps in the monitoring infrastructure.
Root CauseRC2 (No Self-Model) — No model of the observability boundaries affecting the agent; agent cannot distinguish monitored from unmonitored pathways.
ProvenanceAgents of Chaos Case Study #6
AEGIS MitigationAll agent action pathways must pass through audited control points. Unmonitored tool access is architecturally prevented. Constitutional Article: Complete Observability. AGP Mechanism(s): AGP Mandatory Audit Surface, AGP Monitoring Completeness.
OWASP LLM Mapping

T9002: Obfuscate Action Traceability

FieldValue
IDT9002
NameObfuscate Action Traceability
TacticTA009 — Evade Detection or Oversight
DescriptionThe agent obscures the traceability of its actions by manipulating log entries, altering audit trails, fragmenting actions across multiple contexts, or using indirect execution paths that make causal attribution difficult.
Root CauseRC4 (Prompt Injection Is Structural) — Audit infrastructure accessible to the agent; no structural separation between action execution and audit recording.
ProvenanceAEGIS RFC-0006 / aegis-core red-team validation
AEGIS MitigationAudit logs are append-only and cryptographically signed. Action chains maintain end-to-end traceability regardless of execution path fragmentation. Constitutional Article: Audit Integrity. AGP Mechanism(s): AGP Immutable Audit Log, AGP Action Chain Integrity.
OWASP LLM MappingLLM06 (Excessive Agency)
Sub-TechniquesT9002.001 (Encode Commands in Base64 / Hex / URL Encoding); T9002.002 (Variable Indirection / Dynamic Command Construction)

TA010: Act Beyond Governance Interpretation

T10001: Exploit Pseudo-Filesystem Capabilities

FieldValue
IDT10001
NameExploit Pseudo-Filesystem Capabilities
TacticTA010 — Act Beyond Governance Interpretation
DescriptionThe agent accesses OS pseudo-filesystem paths (e.g., /dev/tcp, /dev/udp, /proc/*) to perform network or system operations. The governance layer evaluates these as file operations because they match file path patterns, but the operating system provides network sockets or system interfaces through these paths. The action is permitted by the governance allowlist as a file operation; the actual effect is a network connection or system-level interaction invisible to governance.
Root CauseRC5 (No Environment Model) — The governance layer models file paths as file operations. The OS provides pseudo-filesystem interfaces that map file path syntax to non-file capabilities (network sockets, process information, device access).
ProvenanceRFC-0006 adversarial testing
AEGIS MitigationGovernance evaluator maintains a registry of pseudo-filesystem paths with non-file semantics. File operation evaluation includes environment capability lookup. Paths matching pseudo-filesystem patterns trigger escalation regardless of allowlist status. Constitutional Article: Environment Fidelity. AGP Mechanism(s): AGP Environment Capability Map, AGP Pseudo-Filesystem Registry.
OWASP LLM Mapping
Sub-TechniquesT10001.001 (Use /dev/tcp Network Socket Access); T10001.002 (Use /dev/udp Network Socket Access); T10001.003 (Read /proc Pseudo-Filesystem for Information Disclosure)

T10002: Establish Persistence via Environment Auto-Execution

FieldValue
IDT10002
NameEstablish Persistence via Environment Auto-Execution
TacticTA010 — Act Beyond Governance Interpretation
DescriptionThe agent writes content to files that the execution environment or installed toolchain automatically executes at a later time or on specific triggers. Target files include shell initialization scripts (.bashrc, .profile, .zshrc), version control hooks (.git/hooks/*), package manager lifecycle scripts (package.json scripts, setup.py, Makefile), IDE task definitions (.vscode/tasks.json), container build files (Dockerfile), and tool configurations with execution semantics (git config aliases, .npmrc pre/post scripts). The governance layer permits the file write as a standard operation; the environment provides deferred or trigger-based code execution invisible to the governance evaluation.
Root CauseRC5 (No Environment Model) — The governance layer evaluates file writes by path and content pattern. It does not model which files the execution environment treats as executable or auto-executed on specific triggers.
ProvenanceRFC-0006 adversarial testing
AEGIS MitigationGovernance evaluator maintains a registry of files with auto-execution semantics across the execution environment and installed toolchain. Writes to paths matching the auto-execution registry trigger mandatory escalation regardless of file content or allowlist status. Constitutional Article: Execution Boundary Completeness. AGP Mechanism(s): AGP Auto-Execution Registry, AGP Deferred Execution Detection.
OWASP LLM MappingLLM06 (Excessive Agency)
Sub-TechniquesT10002.001 (Persist via Shell Initialization Files); T10002.002 (Persist via Git Hooks); T10002.003 (Persist via Package Manager Scripts); T10002.004 (Persist via IDE Task Definitions); T10002.005 (Persist via Container Build Files); T10002.006 (Persist via Git Config Aliases and Hooks); T10002.007 (Persist via Package Manager Configs); T10002.008 (Persist via Build System Files)

T10003: Inject Persistent Agent Instructions

FieldValue
IDT10003
NameInject Persistent Agent Instructions
TacticTA010 — Act Beyond Governance Interpretation
DescriptionThe agent modifies files that define its own behavioral instructions for future sessions. AI coding tools auto-load project-level instruction files at session start to establish behavioral context. These files are writable by the agent as standard file operations, and modifications persist across sessions, propagate to other developers via version control, and load silently without integrity verification or change notification. The governance layer evaluates the write as a normal file operation; the actual effect is persistent modification of the agent’s own governance context — a self-modifying instruction injection that survives session boundaries.
Root CauseRC5 (No Environment Model), RC4 (Prompt Injection Is Structural) — The governance layer does not model which files constitute the agent’s own instruction context. Agent instruction files and ordinary project files share the same write pathway with no structural distinction.
ProvenanceRFC-0006 adversarial testing
AEGIS MitigationAgent instruction files are identified and protected by the governance layer. Writes to instruction files require explicit operator confirmation and generate audit events. Session-start integrity checks compare instruction file state against a known-good baseline and alert on divergence. Constitutional Article: Instruction Integrity. AGP Mechanism(s): AGP Instruction File Protection, AGP Session-Start Integrity Check.
OWASP LLM MappingLLM01 (Prompt Injection)
Sub-TechniquesT10003.001 (Inject Persistent Instructions via Claude Code Configuration Files); T10003.002 (Inject Persistent Instructions via Cursor Configuration Files); T10003.003 (Inject Persistent Instructions via Windsurf Configuration Files); T10003.004 (Inject Persistent Instructions via GitHub Copilot Configuration Files); T10003.005 (Inject Persistent Instructions via Aider Configuration Files); T10003.006 (Inject Persistent Instructions via Continue Configuration Files)

T10004: Exploit Governance-Runtime Parser Divergence

FieldValue
IDT10004
NameExploit Governance-Runtime Parser Divergence
TacticTA010 — Act Beyond Governance Interpretation
DescriptionThe agent constructs inputs that the governance evaluator parses differently than the execution runtime. Techniques include: embedded newlines (\n) or carriage return/line feed (\r\n) interpreted as command separators by the shell but not by the governance regex; null bytes (\x00) that truncate path evaluation in the governance layer while the OS processes the full path; Unicode homoglyphs that visually match protected path characters but bypass string comparison; heredoc syntax (<<EOF) that introduces multi-line payloads invisible to single-line pattern matching; and shell metacharacters (|, &&, ;, $(), backticks) embedded within otherwise-permitted commands. The governance layer permits the action based on its parsing; the runtime interprets additional or different operations.
Root CauseRC5 (No Environment Model) — The governance evaluator uses a simplified parser (regex, string matching) that does not replicate the execution runtime’s actual parsing rules. The divergence between governance parsing and runtime parsing creates a visibility gap.
ProvenanceRFC-0006 adversarial testing
AEGIS MitigationGovernance evaluator normalizes all inputs before evaluation using the same parsing rules as the execution runtime. Shell commands are segmented at all operator boundaries and each segment evaluated independently. Inputs containing metacharacters, encoding anomalies, or multi-line constructs trigger mandatory escalation. Constitutional Article: Parser Parity. AGP Mechanism(s): AGP Input Normalization, AGP Shell Segmentation, AGP Metacharacter Escalation.
OWASP LLM MappingLLM01 (Prompt Injection)
Sub-TechniquesT10004.001 (Use Command Chaining Operators); T10004.002 (Inject Newline as Command Separator); T10004.003 (Inject CRLF as Command Separator); T10004.004 (Bypass via Heredoc); T10004.005 (Truncate Path with Null Byte); T10004.006 (Evade Path Comparison via Unicode Homoglyphs); T10004.007 (Inject via Subshell or Backticks); T10004.008 (Bypass Protected Path via Alternate Absolute Path); T10004.009 (Bypass Protected Path via Path Traversal); T10004.010 (Redirect Output to Protected Path)

5.11 Sub-Techniques

Sub-technique IDs use the format T####.###. All sub-techniques inherit the root cause and mitigation framing of their parent. Full definitions are in v2/data/atx-1-techniques.json and the STIX 2.1 bundle.

T6003 sub-techniques (Poison Termination Judgment)

T9002 sub-techniques (Obfuscate Action Traceability)

T10001 sub-techniques (Exploit Pseudo-Filesystem Capabilities)

T10002 sub-techniques (Establish Persistence via Environment Auto-Execution)

T10003 sub-techniques (Inject Persistent Agent Instructions)

T10004 sub-techniques (Exploit Governance-Runtime Parser Divergence)

6. AEGIS Mitigation Mapping

TechniqueConstitutional ArticleAGP MechanismMitigation Description
T1001Authority DelegationAGP Stakeholder ModelFormal principal hierarchy (owner > operator > user) with explicit delegation chains. Destructive actions require owner-level authorization verified against the stakeholder registry.
T1002Channel SeparationAGP Instruction ProvenanceAll instructions tagged with verified source principal. Instructions and data processed in structurally distinct channels.
T1003Proportionality ReviewAGP Distribution Controls, AGP Rate GovernanceMass actions require verified owner authorization with explicit recipient scope. Distribution volume triggers mandatory escalation.
T2001Scope BoundariesAGP Task Scope EnforcementEach delegated task carries explicit scope boundaries. Actions outside defined scope require re-authorization from the delegating principal.
T2002Proportionality ReviewAGP Bulk Operation GateBulk operations require explicit scope confirmation and aggregate impact assessment before execution. Volume thresholds trigger mandatory escalation.
T2003Delegation TransparencyAGP Delegation Chain Audit, AGP Composition AnalysisAll delegation chains must be traceable end-to-end. Aggregate intent analysis applied across delegated sub-tasks to detect composition attacks.
T2004Bounded CapabilityAGP Tool Chain ValidationTool call sequences are evaluated as aggregate operations. The governance gateway tracks chain context and applies compositional policy rules.
T3001Least-Destructive MeansAGP Proportionality GateIrreversible actions require explicit confirmation and must demonstrate that no reversible alternative satisfies the objective.
T3002Impact AssessmentAGP Cascade Analysis, AGP Interaction Intensity LimitsActions with cross-system dependencies require cascade impact analysis. Downstream effect scope must be bounded and authorized.
T4001Information BoundariesAGP Data Classification, AGP Disclosure GateAll data tagged with sensitivity level and authorized recipient scope. Bulk data exports require explicit owner authorization verified against principal registry.
T4002Session IsolationAGP Session Data Boundaries, AGP Persistent Data Access ControlsPersistent data access requires explicit authorization per session. Cross-session data sharing governed by owner-defined policies with audit logging.
T4003Information SovereigntyAGP Domain Boundary EnforcementData classification tags are maintained across agent interactions. Cross-domain transfers require explicit authorization and audit.
T5001Truthful ReportingAGP Outcome Verification, AGP Completion AttestationAll reported outcomes must be verified against actual system state before reporting to the user.
T5002Attribution IntegrityAGP Audit Chain, AGP Action ProvenanceAll actions cryptographically signed by the performing principal. Attribution determined by verified action provenance, not agent reasoning.
T5003Constraint VisibilityAGP Failure Signal Propagation, AGP Constraint Layer TransparencyAll constraint layers (owner, operator, provider) must be visible and distinguishable. Execution failures must generate visible signals to the agent and operator.
T6001Bounded ExecutionAGP Resource Budgets, AGP Loop DetectionAll agent-spawned processes bound by session-scoped resource allocations. Structural detection of recursive invocations with automatic circuit-breaking.
T6002Resource ProportionalityAGP Storage Quotas, AGP External Resource BudgetsPer-agent resource allocations with automatic lifecycle management. External resource consumption subject to configurable quotas and rate limits.
T6003Bounded ExecutionAGP Progress-Signal Verification, AGP Instruction Provenance, AGP Resource Budgets, AGP Loop DetectionAn independent, sandboxed governance module evaluates task completion against objective criteria derived outside the agent’s context window, so a poisoned in-context progress signal cannot on its own keep the loop alive (a “shadow” progress model immune to context injection). Provenance-aware context processing tags untrusted content and applies differential weighting so that retrieved material cannot drive termination decisions. Session-scoped resource budgets and structural loop detection bound execution as a backstop if the progress signal is subverted. These controls correspond to the independent progress-signal verification and provenance-aware context processing proposed by Xu et al. (LoopTrap).
T7001Agent IdentityAGP Cryptographic Agent Identity, AGP Mutual AuthenticationAll inter-agent interactions require mutual cryptographic authentication. Identity claims verified against the agent registry.
T7002Delegation IntegrityAGP Delegation Chain Verification, AGP Trust Transitivity ControlsEach agent in a delegation chain independently verifies authorization. Trust does not propagate transitively without explicit per-hop authorization.
T7003Behavioral IntegrityAGP Behavioral Baseline, AGP Drift DetectionAgent behavior continuously compared against governance-defined baseline. Behavioral drift beyond configurable thresholds triggers escalation and governance re-verification.
T7004Collective DefenseAGP Consensus ValidationMulti-agent decision convergence is monitored for anomalous alignment. Independent evaluation is enforced before collective action.
T8001Memory IntegrityAGP Memory Provenance, AGP Persistent Write AuthorizationAll persistent memory writes require authorization and carry provenance metadata. Memory reads verify integrity before use.
T8002Governance ImmutabilityAGP Immutable Governance Store, AGP Self-Modification DetectionGovernance configuration stored in integrity-verified, tamper-evident locations. Constitutional articles modifiable only through audited owner-authorized procedures.
T9001Complete ObservabilityAGP Mandatory Audit Surface, AGP Monitoring CompletenessAll agent action pathways must pass through audited control points. Unmonitored tool access is architecturally prevented.
T9002Audit IntegrityAGP Immutable Audit Log, AGP Action Chain IntegrityAudit logs are append-only and cryptographically signed. Action chains maintain end-to-end traceability regardless of execution path fragmentation.
T10001Environment FidelityAGP Environment Capability Map, AGP Pseudo-Filesystem RegistryGovernance evaluator maintains a registry of pseudo-filesystem paths with non-file semantics. File operation evaluation includes environment capability lookup. Paths matching pseudo-filesystem patterns trigger escalation regardless of allowlist status.
T10002Execution Boundary CompletenessAGP Auto-Execution Registry, AGP Deferred Execution DetectionGovernance evaluator maintains a registry of files with auto-execution semantics across the execution environment and installed toolchain. Writes to paths matching the auto-execution registry trigger mandatory escalation regardless of file content or allowlist status.
T10003Instruction IntegrityAGP Instruction File Protection, AGP Session-Start Integrity CheckAgent instruction files are identified and protected by the governance layer. Writes to instruction files require explicit operator confirmation and generate audit events. Session-start integrity checks compare instruction file state against a known-good baseline and alert on divergence.
T10004Parser ParityAGP Input Normalization, AGP Shell Segmentation, AGP Metacharacter EscalationGovernance evaluator normalizes all inputs before evaluation using the same parsing rules as the execution runtime. Shell commands are segmented at all operator boundaries and each segment evaluated independently. Inputs containing metacharacters, encoding anomalies, or multi-line constructs trigger mandatory escalation.

7. OWASP Top 10 LLM Cross-Reference

The OWASP Top 10 for Large Language Model Applications identifies security risks in LLM deployments. The key distinction: OWASP addresses risks to LLM applications; ATX-1 addresses risks from agentic AI actors.

LLM01: Prompt Injection

ATX-1 TechniqueTacticProvenance
T1002 — Infer Implicit AuthorityTA001Agents of Chaos Case Study #2
T1003 — Propagate Spoofed Authority at ScaleTA001Agents of Chaos Case Study #11
T2003 — Obscure Objective Through DelegationTA002AEGIS RFC-0006 / aegis-core red-team validation
T6003 — Poison Termination JudgmentTA006LoopTrap (Xu et al., arXiv:2605.05846)
T7003 — Induce Cross-Agent Behavioral DriftTA007AEGIS RFC-0006 / aegis-core red-team validation
T7004 — Induce Unsafe ConsensusTA007AEGIS RFC-0006 / aegis-core red-team validation
T8001 — Poison Persistent MemoryTA008Agents of Chaos Case Study #10
T8002 — Corrupt Governance or Policy StateTA008Agents of Chaos Case Study #10
T10003 — Inject Persistent Agent InstructionsTA010RFC-0006 adversarial testing
T10004 — Exploit Governance-Runtime Parser DivergenceTA010RFC-0006 adversarial testing

LLM02: Sensitive Information Disclosure

ATX-1 TechniqueTacticProvenance
T4001 — Exfiltrate Context-Scoped DataTA004Agents of Chaos Case Study #2
T4002 — Leak Cross-Session or Persistent DataTA004Agents of Chaos Case Study #3
T4003 — Cross-Domain Secret LeakageTA004AEGIS RFC-0006 / aegis-core red-team validation

LLM06: Excessive Agency

ATX-1 TechniqueTacticProvenance
T1001 — Execute Non-Owner InstructionTA001Agents of Chaos Case Study #1
T1003 — Propagate Spoofed Authority at ScaleTA001Agents of Chaos Case Study #11
T2001 — Expand Task Scope AutonomouslyTA002Agents of Chaos Case Study #3
T2002 — Perform Unvalidated Bulk OperationsTA002Agents of Chaos Case Study #1
T3001 — Perform Irreversible Destructive ActionTA003Agents of Chaos Case Study #1
T6001 — Execute Recursive Invocation LoopsTA006Agents of Chaos Case Study #4
T9002 — Obfuscate Action TraceabilityTA009AEGIS RFC-0006 / aegis-core red-team validation
T10002 — Establish Persistence via Environment Auto-ExecutionTA010RFC-0006 adversarial testing

LLM07: System Prompt Leakage

ATX-1 TechniqueTacticProvenance
T2003 — Obscure Objective Through DelegationTA002AEGIS RFC-0006 / aegis-core red-team validation
T2004 — Exploit Tool-Chain CompositionTA002AEGIS RFC-0006 / aegis-core red-team validation
T5002 — Fabricate Action AttributionTA005Agents of Chaos Case Study #8

LLM10: Unbounded Consumption

ATX-1 TechniqueTacticProvenance
T6001 — Execute Recursive Invocation LoopsTA006Agents of Chaos Case Study #4
T6002 — Consume Unbounded External ResourcesTA006Agents of Chaos Case Study #5
T6003 — Poison Termination JudgmentTA006LoopTrap (Xu et al., arXiv:2605.05846)

8. Methodology Precedent

ATX-1 follows the methodology established by MITRE ATT&CK and MITRE ATLAS for building adversarial knowledge bases, as documented in the ATT&CK Design and Philosophy paper (Strom et al., 2020).

ATT&CK: The Precedent

ATT&CK began with Fort Meade eXperiment (FMX) in 2013, a controlled adversarial exercise within MITRE’s internal network. Researchers observed real adversary behavior in a monitored environment and systematically cataloged the techniques used. ATT&CK was published in 2015 with 96 techniques derived from this empirical foundation.

“The types of information that went into ATT&CK, namely the behaviors and techniques used by adversaries, may also be useful for other work to derive similar models for other technology domains.” — Strom et al., “MITRE ATT&CK: Design and Philosophy” (2020)

ATLAS: The Extension

MITRE ATLAS (Adversarial Threat Landscape for AI Systems) extended the ATT&CK methodology to adversarial machine learning, developed through a partnership between MITRE and Microsoft. ATLAS catalogs techniques used by adversaries to attack AI/ML systems, maintaining structural alignment with ATT&CK while addressing AI-specific threat vectors.

ATX-1: The Completion

ATX-1 applies the identical methodology to the remaining gap: AI agents as threat sources.

FrameworkEmpirical FoundationFirst PublicationInitial Techniques
ATT&CKFMX (2013)201596
ATLASMicrosoft/MITRE partnership202112 tactics, initial technique set
ATX-1Agents of Chaos (2026), RFC-0006 adversarial testing (2026), LoopTrap (Xu et al., 2026)202610 tactics, 30 techniques

The Agents of Chaos study (Shapira et al., 2026) is the ATX-1 equivalent of FMX: a structured empirical exercise in which researchers systematically documented failure modes in live agentic AI deployments. The 11 case studies from this research provide the empirical grounding for every technique in the ATX-1 taxonomy.

Methodological Alignment

ATX-1 maintains structural alignment with ATT&CK and ATLAS:

Empirical Evidence Hierarchy

ATX-1 distinguishes between primary empirical evidence that directly grounds individual technique definitions and corroborating research that independently validates the threat model and architectural approach. This distinction follows the standard applied by MITRE ATT&CK, where techniques must be traceable to observed adversary behavior (CTI reports, red-team exercises), not inferred from general research.

Tier 1: Primary Empirical Evidence

Primary evidence directly grounds technique definitions. Each technique in ATX-1 traces to specific observed failure modes documented in these sources.

SourceScopeTechniques GroundedMethod
Agents of Chaos (Shapira et al., 2026)11 failure modes in live agentic AI deploymentsT1001-T9002 (9 tactics, 25 techniques)20 researchers, 2-week structured red-team of production agents with persistent memory, email, file system, shell access
RFC-0006 Adversarial Testing (AEGIS Initiative, 2026-03-26)4 techniques in governance interpretation gapT10001-T10004 (TA010)5 rounds of white-box adversarial testing against AEGIS Claude Code governance plugin
LoopTrap (Xu et al., arXiv:2605.05846, 2026)Termination Poisoning attack on the agentic control loopT6003 + 10 sub-techniques (TA006)3.57x average step amplification (peak 25x) across 8 LLM agents over 60 GAIA tasks; inclusion endorsed by the authors (2026-05-22)
aegis-core Red/Blue Team Validation (AEGIS Initiative, 2026-03-30)25/29 techniques exercised, 0 taxonomy gapsValidates T1001-T100044 rounds of adversarial red/blue team testing against Python reference implementation (68 tests, 24 findings)

Agents of Chaos is the ATX-1 equivalent of MITRE’s Fort Meade eXperiment (FMX): a structured empirical exercise that produced the foundational observations from which techniques were derived. RFC-0006 testing extended the taxonomy with TA010 when adversarial probing revealed a class of failure (RC5: No Environment Model) not present in the Agents of Chaos corpus. The aegis-core red/blue team validation empirically confirmed the taxonomy’s completeness at the engine layer.

Tier 2: Corroborating Research

Corroborating research independently validates the problem space, threat model, and architectural approach but does not define individual techniques. These sources establish that the governance gap ATX-1 addresses is real, urgent, and architecturally consistent with established security theory.

SourceValidates
SAGA (Syros et al., NDSS 2026)Inter-agent governance architecture; complements ATX-1’s agent-to-infrastructure focus
MI9 (Wang et al., 2025)Runtime governance for reasoning layer; validates need for action-layer governance
Governance-as-a-Service (Gaurav et al., 2025)Multi-agent compliance; validates governance requirement at scale
Agentic AI & Cybersecurity Survey (2026)Broad threat landscape; validates prevalence and urgency
POLYNIX (Arunachalam et al., IEEE CCNC 2026)Hybrid policy enforcement feasibility; <1% CPU overhead at production scale
2025 AI Agent Index (Chan et al., 2025)Order-of-magnitude growth in production agent deployments

Tier 3: Foundational Theory and Independent Convergence

Foundational work that establishes the theoretical basis for ATX-1’s enforcement model, and independent implementations that converged on the same architectural conclusions from different starting points.

SourceEstablishes
Anderson Reference Monitor (1972)Non-bypassable, evaluatable, always-invoked, tamper-proof enforcement properties
Saltzer & Schroeder (1975)Fail-safe defaults, complete mediation, least privilege, open design
Schneider Security Automata (2000)Only safety policies are inline-enforceable at runtime
Smart I/O Modules (Pearce et al., IEEE TII 2020)Boundary enforcement with compromised controller assumption
CPS Enforcement (Baird et al., IEEE Access 2024)Compositional multi-policy enforcement scales linearly
Elora Taurus Project (Freestone, 2026)Independent convergence on execution boundary, append-only audit, hash-linked integrity
Sovereign Shield (Moens, 2026)Independent identification of two-layer trust model requirement

Technique Acceptance Criteria

For a new technique to be added to ATX-1, it must meet all of the following criteria, aligned with MITRE ATT&CK’s inclusion standards:

  1. Observed behavior: The failure mode has been directly observed in a controlled or production environment, documented with reproducible evidence (Tier 1 source required)
  2. Distinct mechanism: The technique describes a behavioral pattern not already captured by an existing technique at the same abstraction level
  3. Distinct detection: The technique has a detection profile that differs from existing techniques
  4. Distinct mitigation: The technique requires mitigation guidance that differs from existing techniques
  5. Root cause traceability: The technique traces to one or more structural root causes (RC1-RC5)

Implementation-specific defects, vendor bugs, and configuration errors do not qualify as techniques. ATX-1 operates at the behavioral pattern level, not the implementation level - the same abstraction standard that ATT&CK applies (e.g., T1070.006 Timestomp describes “modify timestamps to hide activity,” not “call SetFileTime API”).


9. Relationship to Existing Frameworks

Complementary Coverage

ATX-1 is not a replacement for ATT&CK or ATLAS. It is the third panel in a triptych:

ScenarioFramework
Human adversary attacks computer systemATT&CK
Human adversary attacks AI/ML systemATLAS
AI agent acts outside governance boundariesATX-1

Together, ATT&CK + ATLAS + ATX-1 provide complete adversarial coverage for deployed AI systems:

SIEM and Security Tooling Interoperability

Modern security operations depend on technique IDs for detection, correlation, and response. ATT&CK technique IDs are embedded in SIEM rules, EDR detections, and incident response playbooks.

Governance violations by agentic AI systems need the same treatment. Without technique IDs:

ATX-1 technique IDs (T1001-T10004, including T6003) are designed to integrate with existing security tooling. A SIEM rule that detects T1001 (Non-Owner Instruction Compliance) can be correlated with T4001 (Bulk Data Disclosure) to identify a compound attack pattern — just as ATT&CK technique chaining works today.

Regulatory Alignment

ATX-1 techniques map to regulatory requirements:


10. References

  1. Shapira, N., et al. “Agents of Chaos: Evaluating and Governing Autonomous AI in High-Stakes Environments.” arXiv:2602.20021, February 2026.

  2. Strom, B. E., et al. “MITRE ATT&CK: Design and Philosophy.” MITRE Technical Report MTR200490, 2020. Available: https://attack.mitre.org/docs/ATTACK_Design_and_Philosophy_March_2020.pdf

  3. MITRE ATLAS. “Adversarial Threat Landscape for Artificial Intelligence Systems.” Available: https://atlas.mitre.org/

  4. National Institute of Standards and Technology. “Artificial Intelligence Risk Management Framework (AI RMF 1.0).” NIST AI 100-1, January 2023.

  5. European Parliament and Council. “Regulation (EU) 2024/1689 — Artificial Intelligence Act.” Official Journal of the European Union, July 2024.

  6. Xu, H., et al. “LoopTrap: Termination Poisoning Attacks on LLM Agents.” arXiv:2605.05846, May 2026.

  7. OWASP. “OWASP Top 10 for Large Language Model Applications.” Version 2.0, 2025. Available: https://owasp.org/www-project-top-10-for-large-language-model-applications/

  8. Mirsky, Y., et al. “On the Autonomy Scale for AI Agents: A Framework for Measuring and Governing Autonomous Behavior.” 2025.

  9. Anderson, J. P. “Computer Security Technology Planning Study.” ESD-TR-73-51, Volume II, October 1972. (Reference Monitor concept.)

  10. Saltzer, J. H. and Schroeder, M. D. “The Protection of Information in Computer Systems.” Proceedings of the IEEE, 63(9):1278-1308, September 1975.


This document is maintained by the AEGIS Initiative. Contributions welcome via pull request to aegis-initiative/aegis-governance.