ActGov: Governing LLM Agent Actions via Policy-Constrained Validation

📅 2026-09-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出ActGov框架,通过策略约束验证解决LLM代理执行过程中未经授权操作的问题,确保动态工作流程中的授权一致性。
📝 Abstract
Large language model (LLM) agents increasingly execute long-horizon workflows through external tools, allowing untrusted outputs to influence subsequent actions and exceed user authorization. Existing defenses isolate injected content or constrain execution with predefined plans and static policies, but these approaches are brittle under dynamic workflows and scale poorly across extensible tool ecosystems. In this work, we present ActGov, a runtime enforcement framework that validates each LLM-proposed tool action before it causes external effects. Built on a unified semantic model of authorization, actions, runtime context, and security constraints, the ActGov-Policy component iteratively constructs a policy set from tool specifications, benign tasks, and observed failure traces, with each update verified through SMT-based counterexample checking. At runtime, ActGov-Runtime abstracts each tool call into finite policy records and permits it only if it remains within the task-scoped authorization boundary and satisfies all applicable policies. This per-action enforcement preserves authorization throughout long-horizon, dynamically branching workflows. We evaluate ActGov on the AgentDojo and AgentDyn benchmarks across multiple models and attack configurations. It shows that ActGov consistently reduces the success rate of indirect prompt-injection attacks while preserving task utility, significantly outperforming existing defenses. These results demonstrate that ActGov can enforce fine-grained authorization over dynamic agent executions without relying on the underlying LLM to correctly identify malicious instructions.
Problem

Research questions and friction points this paper is trying to address.

Large Language Model (LLM)
Authorization
Dynamic Workflows
Security Constraints
Policy Enforcement
Innovation

Methods, ideas, or system contributions that make the work stand out.

policy-constrained validation
runtime enforcement
dynamic workflows
authorization preservation
💼 Related Jobs
No related jobs found.
K
Kaiyuan Zhang
Southern University of Science and Technology
Y
Yuke Peng
Southern University of Science and Technology
K
Ke Jiang
Southern University of Science and Technology
Yinqian Zhang
Yinqian Zhang
Professor, Southern University of Science and Technology
Computer Security