Safety

Skills as Verifiable Artifacts: A Trust Schema and a Biconditional Correctness Criterion for Human-in-the-Loop Agent Runtimes

arXiv:2605.00424v1 Announce Type: cross Abstract: Agent skills -- structured packages of instructions, scripts, and references that augment a large language model (LLM) without modifying the model its

DGX agentpaper
safetyarxiv-cs-ai

arXiv:2605.00424v1 Announce Type: cross Abstract: Agent skills -- structured packages of instructions, scripts, and references that augment a large language model (LLM) without modifying the model itself -- have moved from convenience to first-class deployment artifact. The runtime that loads them inherits the same problem package managers and operating systems have always faced: a piece of content claims a behavior; the runtime must decide whether to believe it. We argue this paper's central thesis up front: a skill is untrusted code until it is verified, and the runtime that loads it must enforce that default rather than infer trust from a signature, a clearance, or a registry of origin. Without skill verification, a human-in-the-loop (HITL) gate must fire on every irreversible call -- which is operationally untenable and degrades into rubber-stamping at any non-trivial scale. With skill verification treated as a separate, gated process, HITL fires only for what is unverified, and the system becomes sustainable. We give a trust schema (Sref{sec:schema}) that includes an explicit verification level on every skill manifest; a capability gate (Sref{sec:gate}) whose HITL policy is a function of that verification level; a biconditional correctness criterion (Sref{sec:biconditional}) that any candidate verification procedure must satisfy on an adversarial-ensemble exercise (Sref{sec:eval}); and a portable runtime profile (Sref{sec:guidelines}) with ten normative guidelines abstracted from a working open-source reference implementation ite{metere2026enclawed}. The contribution is harness- and model-agnostic; nothing here requires retraining, fine-tuning, or proprietary infrastructure.

Source: arXiv cs.AI | 2026-05-05

Loading related sources…