Search papers, labs, and topics across Lattice.
This paper identifies a significant vulnerability in tool-calling LLM agents, termed the "cold-start safety gap," which reveals that agents are most at risk during the initial phase of a conversation. Using the Safety Over Depth for Agents (SODA) benchmark, the authors demonstrate that safety improves by 9-52% as agents complete up to 20 regular agentic tasks before facing safety threats. The findings indicate that these preliminary tasks are crucial for aligning model hidden states with safety, suggesting a practical strategy for enhancing agent safety during deployment.
Tool-calling LLM agents can be up to 52% safer if they complete a few regular tasks before engaging in safety-critical interactions.
Are tool-calling LLM agents equally safe throughout a conversation? We discover they are not: agents are most vulnerable at the very start of a session and become substantially safer after a few regular agentic tasks -- a phenomenon we term the cold-start safety gap. To study this systematically, we introduce Safety Over Depth for Agents (SODA), a benchmark that controls how many regular agentic tasks the agent completes before encountering a safety threat, supporting up to 20 preceding tasks. Evaluating 7 models from 4 families, safety improves by 9--52% as the number of preceding regular agentic tasks increases from zero to twenty. Representation analysis confirms that model hidden states gradually shift toward a safety-aligned region as more preceding tasks are present. By systematically studying which part of the preceding conversation matters most, we find that the regular agentic tasks themselves are the primary driver of safety, while the agent's own prior responses have less effect on safety but are essential for preserving later utility. This conclusion is further supported by evaluation on open-source safety benchmarks (AgentHarm, Agent Safety Bench) and utility benchmarks (BFCL, API-Bank), confirming that warming up the agent with regular agentic tasks before deployment makes it safer and preserves full capability. Based on these findings, we recommend a simple deployment strategy: having the agent complete a few regular agentic tasks before possible exposure to safety-critical requests mitigates the cold-start safety gap. Our code is available at https://github.com/Trustworthy-ML-Lab/Agent-Cold-Start-Safety-Gap