Please Don't Kill My Vibe: Empowering Agents with Data Flow Control
Charlie Summers, Haneen Mohammed, Eugene Wu
TL;DR
The paper tackles the safety risks of stateful LLM agents by proposing Data Flow Controls (DFCs) that are enforced at the data system layer. It introduces FlowGuard, a DBMS-native DFC policy language based on provenance polynomials, and demonstrates how query rewrites can enforce policies with minimal overhead. Through use-case analysis and initial experiments, FlowGuard shows low runtime cost and outperforms provenance-capture baselines, illustrating the practicality of system-centric safety for agent workflows. The authors outline a broad research agenda to extend DFC to general agent ecosystems and tool interactions, aiming to make safe agent deployment feasible in enterprise settings.
Abstract
The promise of Large Language Model (LLM) agents is to perform complex, stateful tasks. This promise is stunted by significant risks - policy violations, process corruption, and security flaws - that stem from the lack of visibility and mechanisms to manage undesirable data flows produced by agent actions. Today, agent workflows are responsible for enforcing these policies in ad hoc ways. Just as data validation and access controls shifted from the application to the DBMS, freeing application developers from these concerns, we argue that systems should support Data Flow Controls (DFCs) and enforce DFC policies natively. This paper describes early work developing a portable instance of DFC for DBMSes and outlines a broader research agenda toward DFC for agent ecosystems.
