paper-with-me

홈 › Papers

The Containment Gap: How Deployed Agentic AI Frameworks Fail Public-Facing Safety Requirements

2026-06-11 · Md Jafrin Hossain, Mohammad Arif Hossain, Weiqi Liu, Nirwan Ansari arxiv

Agentic large language model systems that autonomously invoke tools, maintain persistent memory, and execute multi-step plans are increasingly deployed in public-facing domains, including government services, healthcare triage, and financial advising. We ask whether the frameworks used to build these systems provide architectural-level structural safety guarantees. Applying six containment principles derived from a compositional model of agentic architectures, we audit three dominant frameworks (LangChain, AutoGPT, and OpenAI Agents SDK) and find no native compliance in any of them. Memory integrity, a defense against one of the most prevalent vulnerability classes, is not observed in any of the three evaluated frameworks. We validate these findings empirically: in a simulated government benefits agent built on LangChain, a single memory-poisoning write induces persistent targeted corruption across all tested seeds and backends, increasing the wrongful denial rate for targeted applicants to 88.9%. Under a complex five-factor policy, the same attack preserves aggregate accuracy while increasing targeted wrongful denials by 3.5x, rendering the corruption difficult to detect through standard monitoring. We then introduce two lightweight containment mechanisms: a memory integrity validator and a policy gate, which eliminate both attack vectors with sub-millisecond overhead (<0.2ms per call). We conclude that the current agentic framework ecosystem may not yet meet secure-by-default expectations for public-facing deployments and outline priority architectural interventions to enable trustworthy deployment in high-stakes, socially impactful applications.

📄 PDF Abstract BibTeX arXiv:2606.12797

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Containment Verification: AI Safety Guarantees Independent of Alignment

2026-05-09 · Royce Moon, Lav R. Varshney arxiv

Agentic frameworks are the software layer through which AI agents act in the world. Existing safety methods intervene on the model and therefore remain conditional on unverifiable properties of learned behavior. We intro…

Capability Gates Are Not Authorization: Confused-Deputy Failures in LLM Agent Frameworks

2026-06-27 · David Mellafe Zuvic arxiv

Tool-using LLM agents increasingly read untrusted content while holding side-effecting tools such as payments, email, CRM, and infrastructure APIs, yet common framework defaults still conflate tool exposure with authoriz…

A Trace-Based Assurance Framework for Agentic AI Orchestration: Contracts, Testing, and Governance

2026-03-18 · Ciprian Paduraru, Petru-Liviu Bouruc, Alin Stefanescu arxiv

In Agentic AI, Large Language Models (LLMs) are increasingly used in the orchestration layer to coordinate multiple agents and to interact with external services, retrieval components, and shared memory. In this setting,…

Agentic Frameworks for Reasoning Tasks: An Empirical Study

2026-04-17 · Zeeshan Rasheed, Abdul Malik Sami, Muhammad Waseem, Kai-Kristian Kemell 외 arxiv

Recent advances in agentic frameworks have enabled AI agents to perform complex reasoning and decision-making. However, evidence comparing their reasoning performance, efficiency, and practical suitability remains limite…

Mathematical Reasoning

MI9: An Integrated Runtime Governance Framework for Agentic AI

2025-08-05 · Charles L. Wang, Trisha Singhal, Ameya Kelkar, Jason Tuo arxiv

Agentic AI systems capable of reasoning, planning, and executing actions present fundamentally distinct governance challenges compared to traditional AI models. Unlike conventional AI, these systems exhibit emergent and …