paper-with-me

홈 › Papers

Searching for Privacy Risks in LLM Agents via Simulation

2025-08-14 · Yanzhe Zhang, Diyi Yang arxiv

The widespread deployment of LLM-based agents is likely to introduce a critical privacy threat: malicious agents that proactively engage others in multi-turn interactions to extract sensitive information. However, the evolving nature of such dynamic dialogues makes it challenging to anticipate emerging vulnerabilities and design effective defenses. To tackle this problem, we present a search-based framework that alternates between improving attack and defense strategies through the simulation of privacy-critical agent interactions. Specifically, we employ LLMs as optimizers to analyze simulation trajectories and iteratively propose new agent instructions. To explore the strategy space more efficiently, we further utilize parallel search with multiple threads and cross-thread propagation. Through this process, we find that attack strategies escalate from direct requests to sophisticated tactics, such as impersonation and consent forgery, while defenses evolve from simple rule-based constraints to robust identity-verification state machines. The discovered attacks and defenses generalize across diverse scenarios and backbone models, providing useful insights for developing privacy-aware agents.

📄 PDF Abstract BibTeX arXiv:2508.10880

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Privacy Risks of Cell-Based NAS Architectures

2022-09-04 · Hai Huang, Zhikun Zhang, Yun Shen, Michael Backes 외

Existing studies on neural architecture search (NAS) mainly focus on efficiently and effectively searching for network architectures with better performance. Little progress has been made to systematically understand if …

Neural Architecture Search

Got a Secret? LLM Agents Can't Keep It: Evaluating Privacy in Multi-Agent Systems

2026-05-26 · Aman Priyanshu, Supriti Vijay, Esha Pahwa arxiv

LLM safety evaluations predominantly test models in isolation, yet deployed AI agents increasingly operate within persistent social environments alongside other agents. We introduce a Moltbook-style simulation platform w…

How Well Can LLM Agents Simulate End-User Security and Privacy Attitudes and Behaviors?

2026-02-06 · Yuxuan Li, Leyang Li, Hao-Ping Lee, Sauvik Das arxiv

A growing body of research assumes that large language model (LLM) agents can serve as proxies for how people form attitudes toward and behave in response to security and privacy (S&P) threats. If correct, these simulati…

Toward a Human-Centered Evaluation Framework for Trustworthy LLM-Powered GUI Agents

2025-04-24 · Chaoran Chen, Zhiping Zhang, Ibrahim Khalilov, Bingcan Guo 외

The rise of Large Language Models (LLMs) has revolutionized Graphical User Interface (GUI) automation through LLM-powered GUI agents, yet their ability to process sensitive data with limited human oversight raises signif…

Agents That Know Too Much: A Data-Centric Survey of Privacy in LLM Agents

2026-06-25 · Nada Lahjouji, Ashwin Gerard Colaco arxiv

Large language model agents increasingly query databases, search document collections, call external APIs, remember past interactions, and act on a user's behalf. As they move from answering questions to operating over s…