Search papers, labs, and topics across Lattice.
This paper introduces PrivacyPeek, a benchmark designed to evaluate the acquisition-stage privacy leakage of LLM-based agents, highlighting that these agents often collect sensitive information beyond what is necessary for task completion. Through the use of Acquisition Inspection and Probe Elicitation methods, the study reveals that unnecessary acquisition of sensitive data is prevalent across various application domains and model families. The findings indicate a concerning correlation between the agents' task-completion capabilities and their propensity for privacy leakage, with existing defenses proving largely ineffective.
Sensitive information acquisition by LLM agents is rampant, with most existing privacy measures failing to address this critical vulnerability.
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.