VET Your Agent: Towards Host-Independent Autonomy via Verifiable Execution Traces
Artem Grigor, Christian Schroeder de Witt, Simon Birnbach, Ivan Martinovic
TL;DR
VET introduces Verifiable Execution Traces, a formal framework that shifts trust from hosting environments to agent configuration and verifiable execution, enabling host-independent authentication of agent outputs. It combines a formal Agent Identity Document with compositional proofs across agent cores and tools, instantiated via Web Proofs (TLS transcripts) for API-based components and complemented by TEE Proxies for public data. The framework is evaluated on realistic workloads and demonstrated through VeriTrade, a verifiable trading agent, showing practical overheads under 3x compared to direct API calls and the feasibility of host-agnostic authentication with current tech. While authentication of outputs is now robust, achieving full host-independent autonomy remains aspirational, requiring reductions in host influence, better notary trust distribution, and freshness guarantees. Together, these results lay a concrete foundation for securer, auditable autonomous agents and point to future work in distributed trust, replay protection, and more flexible agent architectures.
Abstract
Recent advances in large language models (LLMs) have enabled a new generation of autonomous agents that operate over sustained periods and manage sensitive resources on behalf of users. Trusted for their ability to act without direct oversight, such agents are increasingly considered in high-stakes domains including financial management, dispute resolution, and governance. Yet in practice, agents execute on infrastructure controlled by a host, who can tamper with models, inputs, or outputs, undermining any meaningful notion of autonomy. We address this gap by introducing VET (Verifiable Execution Traces), a formal framework that achieves host-independent authentication of agent outputs and takes a step toward host-independent autonomy. Central to VET is the Agent Identity Document (AID), which specifies an agent's configuration together with the proof systems required for verification. VET is compositional: it supports multiple proof mechanisms, including trusted hardware, succinct cryptographic proofs, and notarized TLS transcripts (Web Proofs). We implement VET for an API-based LLM agent and evaluate our instantiation on realistic workloads. We find that for today's black-box, secret-bearing API calls, Web Proofs appear to be the most practical choice, with overhead typically under 3$\times$ compared to direct API calls, while for public API calls, a lower-overhead TEE Proxy is often sufficient. As a case study, we deploy a verifiable trading agent that produces proofs for each decision and composes Web Proofs with a TEE Proxy. Our results demonstrate that practical, host-agnostic authentication is already possible with current technology, laying the foundation for future systems that achieve full host-independent autonomy.
