Search papers, labs, and topics across Lattice.
The paper identifies "policy-invisible violations" in LLM-based agents, where actions appear safe but violate organizational policy due to hidden contextual information. To address this, they introduce PhantomPolicy, a benchmark for evaluating these violations, and Sentinel, an enforcement framework using counterfactual graph simulation to materialize world state and enforce policies. Experiments show Sentinel significantly improves accuracy compared to content-only baselines by grounding policy enforcement in world state, highlighting the importance of accessible contextual information.
LLM agents can appear compliant while secretly violating policy, and current content-based defenses miss these "policy-invisible" failures.
LLM-based agents can execute actions that are syntactically valid, user-sanctioned, and semantically appropriate, yet still violate organizational policy because the facts needed for correct policy judgment are hidden at decision time. We call this failure mode policy-invisible violations: cases in which compliance depends on entity attributes, contextual state, or session history absent from the agent's visible context. We present PhantomPolicy, a benchmark spanning eight violation categories with balanced violation and safe-control cases, in which all tool responses contain clean business data without policy metadata. We manually review all 600 model traces produced by five frontier models and evaluate them using human-reviewed trace labels. Manual review changes 32 labels (5.3%) relative to the original case-level annotations, confirming the need for trace-level human review. To demonstrate what world-state-grounded enforcement can achieve under favorable conditions, we introduce Sentinel, an enforcement framework based on counterfactual graph simulation. Sentinel treats every agent action as a proposed mutation to an organizational knowledge graph, performs speculative execution to materialize the post-action world state, and verifies graph-structural invariants to decide Allow/Block/Clarify. Against human-reviewed trace labels, Sentinel substantially outperforms a content-only DLP baseline (68.8% vs. 93.0% accuracy) while maintaining high precision, though it still leaves room for improvement on certain violation categories. These results demonstrate what becomes achievable once policy-relevant world state is made available to the enforcement layer.