← 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.

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.

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.