Mimicking the Familiar: Dynamic Command Generation for Information Theft Attacks in LLM Tool-Learning System
Ziyou Jiang, Mingyang Li, Guowei Yang, Junjie Wang, Yuekai Huang, Zhiyuan Chang, Qing Wang
TL;DR
AutoCMD introduces a dynamic command generation framework for information theft attacks in LLM tool-learning systems, addressing the rigidity of static attacks by learning from AttackDB and refining commands through RL with PPO. It constructs AttackDB from cross-tool interactions, trains an initial command generator, and continuously optimizes it using black-box feedback and a sentiment-aware reward, achieving higher $ASR_{Theft}$ than baselines on open-source benchmarks and exposing leakage risks in several black-box systems. The work also proposes three defense methods (InferCheck, ParamCheck, DAST) that significantly reduce attack effectiveness, demonstrating practical mitigation potential. Overall, AutoCMD advances understanding of dynamic adversarial behavior in multi-tool LLM ecosystems and informs defense design, with implications for securing real-world tool-learning deployments.
Abstract
Information theft attacks pose a significant risk to Large Language Model (LLM) tool-learning systems. Adversaries can inject malicious commands through compromised tools, manipulating LLMs to send sensitive information to these tools, which leads to potential privacy breaches. However, existing attack approaches are black-box oriented and rely on static commands that cannot adapt flexibly to the changes in user queries and the invocation chain of tools. It makes malicious commands more likely to be detected by LLM and leads to attack failure. In this paper, we propose AutoCMD, a dynamic attack comment generation approach for information theft attacks in LLM tool-learning systems. Inspired by the concept of mimicking the familiar, AutoCMD is capable of inferring the information utilized by upstream tools in the toolchain through learning on open-source systems and reinforcement with target system examples, thereby generating more targeted commands for information theft. The evaluation results show that AutoCMD outperforms the baselines with +13.2% $ASR_{Theft}$, and can be generalized to new tool-learning systems to expose their information leakage risks. We also design four defense methods to effectively protect tool-learning systems from the attack.
