MEGA Hub

PrivacyPeek: Auditing What LLM-Based Agents Acquire, Not Just What They Say

Authors

Do you know Mingxuan Zhang?You can claim authorship or link another user.Do you know Jiahui Han?You can claim authorship or link another user.Do you know Dadi Guo?You can claim authorship or link another user.Do you know Songze Li?You can claim authorship or link another user.Do you know Guanchu Wang?You can claim authorship or link another user.Do you know Na Zou?You can claim authorship or link another user.Do you know Dongrui Liu?You can claim authorship or link another user.Do you know Xia Hu?You can claim authorship or link another user.

Abstract

LLM-based agents are rapidly advancing, autonomously invoking external tools to complete multi-step tasks for users. However, agents often acquire more sensitive information than the task requires. Existing privacy benchmarks audit what the agent's response or outgoing actions disclose, but overlook the acquisition stage where data first enters the agent's context. The over-acquired information is then one careless action or one attack away from an outright leak. To assess its prevalence, we introduce PrivacyPeek, a benchmark for evaluating acquisition-stage privacy leakage of LLM-based agents, with 1{,}182 cases across 7 acquisition behaviours and 16 application domains. Specifically, Acquisition Inspection examines the agent's tool-call trajectory, both the tools it invokes and the data it receives, to detect when it acquires sensitive information beyond the task scope. Probe Elicitation then issues a follow-up probe and measures how readily an attacker could elicit sensitive information the agent acquired but did not disclose. Our experiments on 10 LLM-based agents across 4 model families show that the unnecessary acquisition of sensitive information is widespread. In addition, we observe a correlation between the task-completion capability and acquisition-stage leakage. Prompt-level defences reduce only a small fraction of acquisition-stage leakage, leaving the majority unmitigated. These results make auditing acquisition-stage privacy both urgent and necessary. Our dataset and code are available at https://github.com/Xuan269/PrivacyPeek-Resource.

Community

00