OSJun 23

ActPlane: Programmable OS-Level Policy Enforcement for Agent Harnesses

arXiv:2606.2518923.2Has Code
Predicted impact top 7% in OS · last 90 daysOriginality Incremental advance
AI Analysis

For AI agent developers and operators, ActPlane provides a novel method to enforce cross-event policies that tool-call guardrails and OS sandboxes cannot handle.

ActPlane introduces a policy engine that enforces agent safety and effectiveness policies at the OS kernel level, bridging the semantic gap between natural-language policy intent and concrete system actions. It improves policy compliance on indirect execution paths with 1.9%-8.4% overhead.

AI agents increasingly run in production through harnesses, the software around the LLM, including an engine that enforces safety and effectiveness policies, e.g., 'run tests before committing.' Enforcing these policies requires bridging a semantic gap: policy intent is expressed in underspecified natural language, while enforcement must act on concrete system actions, e.g., which test to run. Many policies also define event ordering or data flow actions. Yet existing approaches fall short. Tool-call guardrails miss system actions that bypass the tool layer, while OS sandboxes control resource access instead of actions, returning opaque errors that confuse the agent. Our key insight is that policy context lives within the agent closest to the task, while enforcement must happen at the OS to cover all execution paths. We introduce ActPlane, a policy engine that lets agents declare policies and enforces them in the OS kernel with semantic feedback and isolation. ActPlane uses a simple information-flow control (IFC) DSL to support cross-event policies. We implement ActPlane with eBPF and evaluate it on policies from the empirical study, coding-task benchmarks, and safety benchmarks. ActPlane improves policy compliance, including on indirect execution paths that tool-call interception cannot observe, with 1.9%-8.4% overhead. ActPlane is at https://github.com/eunomia-bpf/ActPlane

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes