paper-with-me

Papers

Agent Memory Is a Surface for Endogenous Authorization Laundering

2026-09-01 · Tommaso Cerruti, Mika Okamoto, Ansel Kaplan Erol hf

Long-running LLM agents rely on persistent memory to carry state across interactions, including permissions, restrictions, and revocations. When memory misrepresents this evolving authorization state, the agent's own records can grant authority that the underlying history never permitted, resulting in misaligned behavior without any external attacks. We term this failure endogenous authorization laundering, where spurious permissions written into memory lead to unauthorized actions as their provenance is washed away. We then introduce EAL-Bench, which measures how accurately persistent memory preserves evolving authorization state and whether errors propagate to downstream unauthorized actions. We evaluate five LLMs as memory writers and two as executors across procurement, cybersecurity, and finance. We find that under incremental memory updates, writers create false authority for up to 50.2% of unauthorized requests; once false authority is present, executors act on it in 98.6% of trials. Two safeguards, requiring stored permissions to be backed by valid source events, and tracking permission changes through bounded event sourcing, substantially reduce laundering, but both also reject more legitimate actions, exposing a safety-utility tradeoff. Persistent memory is therefore not merely a performance component, but a part of an LLM agent's effective authorization policy.

📄 PDF Abstract BibTeX arXiv:2609.01836

Code (1)

tommasocerruti/eal-bench ★ 2

Similar Papers 제목 키워드 기반

When Tool Outputs Become Commands: Separating Action Induction from Runtime Authorization in Tool-Augmented LLM Agents

2026-08-27 · Xiaokun Guo, Zhen Xu, Dongdong Huo, Yanqiu Zhang 외 arxiv

Tool-augmented LLM agents must rely on untrusted runtime Observations to complete open-ended tasks; however, when tool outputs no longer merely provide data but begin to specify concrete actions, they effectively become …

Digital Identity for Agentic Systems: Toward a Portable Authorization Standard for Autonomous Agents

2026-05-12 · Partha Madhira arxiv

Enterprise AI is shifting from copilots to autonomous agents capable of executing workflows, negotiating outcomes, and making decisions with limited human oversight. As these systems extend across organizational boundari…

Session Risk Memory (SRM): Temporal Authorization for Deterministic Pre-Execution Safety Gates

2026-03-22 · Florin Adrian Chitan arxiv

Deterministic pre-execution safety gates evaluate whether individual agent actions are compatible with their assigned roles. While effective at per-action authorization, these systems are structurally blind to distribute…

Give Them an Inch and They Will Take a Mile:Understanding and Measuring Caller Identity Confusion in MCP-Based AI Systems

2026-03-08 · Yuhang Huang, Boyang Ma, Biwei Yan, Xuelong Dai 외 arxiv

The Model Context Protocol (MCP) is an open and standardized interface that enables large language models (LLMs) to interact with external tools and services, and is increasingly adopted by AI agents. However, the securi…

Do Coding Agents Understand Least-Privilege Authorization?

2026-05-14 · Zheng Yan, Jingxiang Weng, Charles Chen, Dengyun Peng 외 arxiv

As coding agents gain access to shells, repositories, and user files, least-privilege authorization becomes a prerequisite for safe deployment: an agent should receive enough authority to complete the task, without unnec…