← Back to feed
2026-06-26agentsalignmentinfra

Agent-Native Immune System: Architecture, Taxonomy, and Engineering

Bo Shen, Lifeng Chang, Tianyuan Wei, Yunpeng Li, Feng Shi, Yichen Han, Peijie Gao, Shiyi Kuang, Xin Chang, Dehui Li

PDF preview for Agent-Native Immune System: Architecture, Taxonomy, and Engineering
Read on arXiv →

Key claim

ANIS enables real-time adaptive defenses for autonomous agents.

This paper presents the Agent-Native Immune System (ANIS), a new defense mechanism for autonomous agents that integrates security into their cognitive processes. It highlights the importance of dynamic defenses against runtime threats, which traditional methods fail to address. The key result is that ANIS provides a robust framework for adapting to evolving threats in real-time.

In plain English

Imagine you're building an autonomous agent that can interact with users and other agents, but you realize that these systems can be hijacked or manipulated in real-time. Current defenses, like setting up barriers before the agent acts, don't work well because they can't adapt once the agent is running. For instance, if someone poisons the agent's memory or tricks it into using the wrong tools, it can lead to serious vulnerabilities. This is what's called runtime hijacking and memory poisoning.

To tackle these issues, the authors propose a new approach called the Agent-Native Immune System (ANIS). Instead of relying on external defenses, ANIS embeds security directly into the agent's thinking process. It features a six-layer structure that includes a physical and logical isolation layer to protect the agent's core functions. Additionally, it categorizes threats and defenses into a unified system, allowing the agent to learn and adapt to new attacks continuously.

What sets ANIS apart from previous work is its focus on dynamic adaptation during runtime, contrasting with traditional static defenses. This means that while other systems might be well-prepared during training, ANIS can respond to new threats as they arise, making it a more resilient choice for developers building autonomous agents.

Novelty
8.5/10

The paper introduces a novel defense architecture that embeds security directly into agent reasoning.

Reliability
7.5/10

The claims are supported by a clear framework and theoretical distinctions, though empirical validation is less detailed.

Deep reliability assessment

This is an architectural/taxonomic proposal mapping biological immunity to agent layers and defining concepts (Immune Tower L0–L5, Harness Triad, vaccines/viruses) rather than a quantitatively validated system. There are no controlled benchmarks, ablations, or deployment case studies demonstrating reduced attack success or acceptable Autoimmunity Rate, so efficacy claims remain speculative.

Reproducibility

No; there is no code, dataset, or evaluation harness released, and implementation details for vaccines (e.g., steering vectors/LoRA), Harness Triad automation, or L1–L4 enforcement are not specified sufficiently to reproduce.

Discussion questions

  1. 1.Missing eval: ANIS introduces Autoimmunity Rate and claims Continual Immune Learning via parametric vaccines (steering vectors/LoRA), but provides no measurements of false positives or task regression—what Autoimmunity Rate would you accept in production agents, and how would you design a test to bound it under memory poisoning and MCP tool attacks?
  2. 2.Baseline challenge: The paper positions ANIS against perimeter safeguards and training-time alignment, but doesn’t compare to strong runtime baselines like contract enforcement, cryptographic governance, or external auditors—if you ran a head-to-head, what would be the fairest baseline stack and where do you expect ANIS to win/lose?
  3. 3.Experience prompt: Have you actually seen the paper’s failure modes (e.g., adversarial tool metadata in MCP, long-term memory poisoning shifting tool choice, multi-agent protocol manipulation)? What mitigations worked for you, and would L1 Barrier Immunity (pre-cognitive sandboxing/boundary proxies) have prevented them in practice?
  4. 4.Tradeoff pick: L3 Adaptive Tool Defense favors parametric vaccines (dynamic LoRA/steering) over deterministic L2 rule engines; do you want adaptive antibodies that may drift with data, or fixed signatures that may miss novel threats—how do you weigh adaptability vs latency, reproducibility, and auditability?
  5. 5.Claim stress test: The paper’s alignment-versus-immunity split (“constitution” vs “law enforcement”) assumes a stable definition of self/intent—does that hold in your org’s multi-lingual, multi-tenant, or rapidly shifting product contexts, and if not, where would ANIS misclassify self vs non-self (e.g., partner tools, newly onboarded agents), and how would you measure and correct that?

Key figure

A timeline-style diagram showing the co-evolution from Completion→Chat→Tool-use→ReAct/Reasoning→Collaboration alongside engineering paradigms from Prompt→Context→Intent→Harness→Loop→Immune engineering (2020–2026), culminating in ANIS’s goals: Secure, Healthy, Orderly, Evolving.