English

MIRROR: Novelty-Constrained Memory-Guided MCTS Red-Teaming for Agentic RAG

Cryptography and Security 2026-06-25 v1 Artificial Intelligence Machine Learning

Abstract

Multimodal agentic retrieval-augmented generation (RAG) systems expand the attack surface beyond prompt injection to include text poisoning, image injection, direct-query attacks, and orchestrator-level tool manipulation. Existing red-teaming approaches are typically surface-specific and often recycle known attack templates; on text-poisoning benchmarks we measure 73-84% exact duplication. We present MIRROR, a unified cross-surface framework that performs memory-guided Monte Carlo tree search while conditioning candidate generation on retrieved context under an explicit novelty constraint. A deterministic Novelty Gate rejects any candidate matching the retrieval set under normalized comparison, allowing retrieval to inform search priors without enabling prompt copying. Across four attack surfaces on a multimodal agentic RAG target, MIRROR attains 76% ASR on image poisoning compared with 52% for baselines, 97% ASR on orchestrator attacks at half the query cost, and the lowest cross-surface variance (coefficient of variation 0.47). In contrast, specialized baselines collapse across surfaces: suffix optimization reaches 79% ASR on text poisoning but 1% on direct queries. We release ART-SafeBench with 41,815 in-package records and runtime adapters yielding 41,991+ total records across four surfaces.

Cite

@article{arxiv.2606.26793,
  title  = {MIRROR: Novelty-Constrained Memory-Guided MCTS Red-Teaming for Agentic RAG},
  author = {Inderjeet Singh and Andrés Murillo and Motoyoshi Sekiya and Yuki Unno and Junichi Suga},
  journal= {arXiv preprint arXiv:2606.26793},
  year   = {2026}
}

Comments

6 pages, 2 figures. Accepted at the 2026 International Joint Conference on Neural Networks (IJCNN 2026), IEEE WCCI 2026; presented as an oral talk. Code and ART-SafeBench benchmark: https://github.com/FujitsuResearch/mirror

R2 v1 2026-07-22T20:10:12.692Z