Agentproof: Static Verification of Agent Workflow Graphs
Melwin Xavier, Vaisakh M A, Melveena Jolly, Midhun Xavier

TL;DR
Agentproof provides a static verification system for agent workflow graphs, enabling pre-deployment safety checks and defect detection without manual modeling, thus improving safety and reliability of agent frameworks.
Contribution
This work introduces Agentproof, a system that automatically extracts graph models from multiple frameworks, applies structural checks, and verifies temporal policies efficiently without manual effort.
Findings
27% of workflows contain structural defects
55% violate human-gate policies
Verification completes in sub-second time for graphs up to 5,000 nodes
Abstract
Agent frameworks increasingly encode tool-using behavior as explicit workflow graphs, yet safety enforcement remains a runtime concern. These frameworks expose analyzable graph structure through their APIs, enabling pre-deployment static verification of safety properties that runtime guardrails can only check reactively. This paper presents Agentproof, a system that automatically extracts a unified abstract graph model from four major agent frameworks (LangGraph, CrewAI, AutoGen, Google ADK), applies six structural checks with witness trace generation, and evaluates temporal safety policies via a DSL compiled to deterministic finite automata, both statically through a graph x DFA product construction and at runtime over event traces. Unlike general-purpose model checkers, Agentproof requires no manual modeling. In a curated benchmark of 18 author-constructed workflows, 27% of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Computing and Data Management · Model-Driven Software Engineering Techniques · Multi-Agent Systems and Negotiation
