论文精选

新框架 ASLEval 可测量大模型代理会话中的隐私泄露位移

ASLEval: Measuring Privacy Exposure Displacement in LLM Agent Sessions

精选理由

这是关于如何评估大模型代理隐私泄露的实用研究,介绍了 ASLEval 框架,能更准确地测量会话中的隐私暴露情况。

研究提出 ASLEval 框架,用于测量大语言模型代理会话中隐私暴露的位移问题。该框架能预注册隐藏目标集,测量所有声明可见出口,并保留内部轨迹用于诊断。在多个企业级环境中测试发现,仅检查预期出口的视图会遗漏 46.9% 的暴露,而攻击者自报则存在高误报率。内部证据通常在请求/探测级别就先于可见暴露发生。

原文 · arXiv cs.AI

ASLEval: Measuring Privacy Exposure Displacement in LLM Agent Sessions

Privacy evaluations of tool-using LLM agents often inspect a designated action, final response, or attacker report. These local proxies can miss unauthorized exposure elsewhere in a multi-step session and lack common ground truth across outlets, reports, and tool paths. We introduce privacy exposure displacement, the mismatch between a local evaluation proxy and target-grounded session exposure, and ASLEval, an authorization-aware framework that pre-registers a hidden target set, measures all declared visible exits, and reserves internal traces for diagnosis. Across multiple enterprise-style environments and independently implemented runtimes, we observe three recurring patterns. An expected-outlet-only view misses 46.9% of exposure recovered by the visible-exit union; attacker self-reports combine omissions with high false discovery; and schema-aligned internal evidence usually precedes visible exposure at the request/probe level. Reducing model-visible returns changes this path but can eliminate normal-task success. Independent human review supports the adjudication pipeline while identifying harder console and candidate cases. These findings motivate benchmarks that declare the complete visible boundary, ground claims in pre-specified targets and authorization, and report privacy together with task utility.