{"id":46661,"date":"2026-05-21T10:05:20","date_gmt":"2026-05-21T10:05:20","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/46661\/"},"modified":"2026-05-21T10:05:20","modified_gmt":"2026-05-21T10:05:20","slug":"oats-v1-3-0-open-standard-for-zero-trust-ai-agents-adds-substrate-comparison-evidence","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/46661\/","title":{"rendered":"OATS v1.3.0: Open Standard for Zero-Trust AI Agents Adds Substrate-Comparison Evidence"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/05\/openagenttruststack_logo.jpeg\" alt=\"Open Agent Trust Stack (OATS) logo\" width=\"115\" height=\"115\"\/><\/p>\n<p>Open standard enables any vendor to implement zero-trust security for AI agents with verifiable conformance<\/p>\n<p>ThirdKey AI Publishes Open Agent Trust Stack (OATS)\u00a0v1.3.0<\/p>\n<p>ThirdKey AI today published the<a href=\"https:\/\/openagenttruststack.org\/\" target=\"_blank\" rel=\"noopener nofollow\"> Open Agent Trust Stack<\/a> (OATS) version 1.3.0, an open specification<br \/>defining how autonomous AI agents should be secured at runtime. As enterprises deploy AI agents<br \/>that execute consequential actions \u2014 querying databases, sending communications, managing<br \/>credentials, invoking cloud services \u2014 existing security frameworks have proven inadequate for<br \/>systems where AI-driven actions are irreversible, execute at machine speed, and originate from<br \/>orchestration layers vulnerable to prompt injection.<\/p>\n<p>Agent security is an industry challenge, not a competitive advantage. We\u2019re publishing OATS so any vendor can implement verifiable security guarantees.\u201d<\/p>\n<p>\u2014 Jascha Wanger, ThirdKey AI<\/p>\n<p>\u201cAI agents are executing consequential actions in enterprise environments, but the security model<br \/>hasn\u2019t caught up,\u201d said Jascha Wanger, founder of ThirdKey AI. \u201cCurrent approaches try to<br \/>intercept arbitrary actions and decide which to block. OATS inverts this by constraining what<br \/>actions can be expressed in the first place, making dangerous actions structurally inexpressible.\u201d<\/p>\n<p>Five-Layer Architecture<\/p>\n<p>OATS specifies five integrated security layers:<\/p>\n<p>\u2013 ORGA Reasoning Loop: Typestate programming makes policy enforcement structurally unbypassable at<br \/>compile time<br \/>\u2013 Tool Contracts: Declarative interfaces constrain agent\u2013tool interactions to typed, validated<br \/>parameters, with content sanitization (new in v1.3.0) for invisible-Unicode and homoglyph defense<br \/>\u2013 Identity Stack: Bidirectional cryptographic verification, with explicit algorithm allowlists<br \/>(new in v1.3.0) that require JWT verifiers to reject unsafe algorithm classes<br \/>\u2013 Policy Engine: Formally verifiable authorization decisions evaluated outside LLM influence,<br \/>fail-closed by construction<br \/>\u2013 Audit Journal: Hash-chained, Ed25519-signed records providing tamper-evident forensic<br \/>reconstruction, with W3C Trace Context propagation (new in v1.3.0) for multi-agent forensic<br \/>stitching<\/p>\n<p>Also Read:\u00a0<a href=\"https:\/\/aithority.com\/interviews\/aithority-interview-with-rohit-agarwal-founder-ceo-of-portkey\/\" target=\"_blank\" rel=\"noopener nofollow\">AIThority Interview With Rohit Agarwal, Founder &amp; CEO of Portkey<\/a><\/p>\n<p>Empirical Validation<\/p>\n<p>The specification is informed by approximately nine months of autonomous operation through<br \/>ThirdKey\u2019s\u00a0Symbiont reference implementation. Initial results validate five of seven core<br \/>conformance requirements through three companion preprints, evaluated across nine widely available<br \/>hosted LLMs including GPT-5, Claude Haiku 4.5, Gemini 2.5 Pro, DeepSeek-V3.1, and Qwen3-235B.<\/p>\n<p>Key findings:<\/p>\n<p>\u2013 263 forbidden tool-call attempts refused, zero reaching execution across 874 adversarial runs<br \/>\u2013 333 of 335 argument-injection attempts blocked through tool-contract validation across eight<br \/>attack categories (100% bite-rate against hostile inputs)<br \/>\u2013 0\/560 escape on four pure-action vectors against Symbiont, versus 88\u201398% pooled escape rates on<br \/>permissive Python and Docker-isolated Python substrates with the same lures and models \u2014 the<br \/>comparative claim that single-substrate evaluations cannot make<br \/>\u2013 The two-fences finding: in stack-stripping ablation, the executor profile-of-one fence refused<br \/>219 out-of-profile dispatches even with the policy engine disabled, demonstrating that the action<br \/>layer is two independent fences operating in series<br \/>\u2013 Performance: Cedar policy gate adds 30\u201395 \u00b5s per call, content sanitizer adds ~345 ns \u2014 orders<br \/>of magnitude below LLM inference latency<\/p>\n<p>The v1.3.0 release also identifies a bounded refinement: on content-shape attacks, six of seven<br \/>evaluated models cluster at 1\u20134% bypass while GPT-5 alone retains ~16% \u2014 the \u201cregex ceiling\u201d<br \/>against frontier models, addressed as a research direction rather than a v1.3.0 spec change.<\/p>\n<p>Vendor-Neutral Standard<\/p>\n<p>OATS is model-agnostic, framework-agnostic, and vendor-neutral. The conformance requirements<br \/>(C1\u2013C7 mandatory, E1\u2013E9 extended, with E9 newly added in v1.3.0) enable comparable evaluation<br \/>across different agent platforms and implementations.<\/p>\n<p>\u201cAgent security is an industry challenge, not a competitive advantage,\u201d Wanger continued. \u201cWe\u2019re<br \/>publishing OATS as an open standard so that any vendor \u2014 from cloud providers to startup agent<br \/>frameworks \u2014 can implement these requirements and provide enterprises with verifiable security<br \/>guarantees.\u201d<\/p>\n<p>Regulatory and Compliance Support<\/p>\n<p>The OATS audit journal provides technical infrastructure supporting HIPAA, SOC2, SOX, and GDPR<br \/>requirements. Version 1.3.0 adds an explicit redaction protocol (\u00a79.6) for sensitive parameters<br \/>such as API keys and credentials, keeping the fact of dispatch auditable while removing secret<br \/>values from long-lived logs. This support is particularly relevant for healthcare, financial<br \/>services, and government deployments where the consequences of unauthorized agent actions could be<br \/>severe.<\/p>\n<p>Comparison with Existing Approaches<\/p>\n<p>OATS distinguishes itself through architectural innovations not found together in prior work:<br \/>allow-list enforcement rather than deny-list interception; compile-time policy enforcement rather<br \/>than runtime checking; bidirectional cryptographic identity with per-credential-class algorithm<br \/>allowlists; formal conformance criteria; and comparative empirical validation against OS-isolation<br \/>baselines.<\/p>\n<p>Open Source Implementation<\/p>\n<p>ThirdKey AI is releasing OATS as an open specification at openagenttruststack.org. The complete<br \/>v1.3.0 specification is published at zenodo.org\/records\/20298543 with DOI 10.5281\/zenodo.20298543<br \/>for permanent citation. The three companion preprints \u2014 typestate-enforced agent loops<br \/>(10.5281\/zenodo.19896446), declarative tool-argument contracts (10.5281\/zenodo.19957596), and<br \/>substrate comparison (10.5281\/zenodo.20043247) \u2014 provide the empirical grounding.<\/p>\n<p>The Symbiont reference implementation is available under Apache 2.0, enabling enterprises to<br \/>deploy OATS-compliant infrastructure without licensing barriers. Symbiont v1.14.0 (May 2026)<br \/>shipped alongside the v1.3.0 specification, responding to an independent security audit covering 5<br \/>critical, 7 high, 10 medium, and 9 low findings \u2014 several of which motivated the v1.3.0<br \/>SHOULD-level additions.<\/p>\n<p>Future Development<\/p>\n<p>The most important next deliverable identified in v1.3.0 is multi-implementation conformance \u2014<br \/>building an independent OATS-compliant runtime in a different language ecosystem and verifying<br \/>that the conformance criteria reproduce. Other targets include closing the content-shape ceiling<br \/>against frontier models through structural validator design, expanding empirical coverage to<br \/>context accumulation under load and Gate-influence probing, and incorporating findings from<br \/>controlled production case studies.<\/p>\n<p>ThirdKey AI is engaging with industry standards bodies to explore formal standardization paths and<br \/>welcomes participation from vendors, researchers, and enterprise security teams.<\/p>\n<p>Also Read:\u00a0<a href=\"https:\/\/aithority.com\/machine-learning\/the-infrastructure-war-behind-the-ai-boom\/\" target=\"_blank\" rel=\"noopener nofollow\">\u200b\u200b<\/a><a href=\"https:\/\/aithority.com\/ait-featured-posts\/ai-driven-risk-intelligence-how-fis-are-predicting-systemic-shocks\/\" target=\"_blank\" rel=\"noopener nofollow\">AI-Driven Risk Intelligence: How FIs Are Predicting Systemic Shocks<\/a><\/p>\n<p>[To share your insights with us, please write to\u00a0<a href=\"https:\/\/aithority.com\/machine-learning\/oats-v1-3-0-open-standard-for-zero-trust-ai-agents-adds-substrate-comparison-evidence\/mailto:psen@itechseries.com\" target=\"_blank\" rel=\"noopener nofollow\">psen@itechseries.com<\/a>\u00a0]<\/p>\n","protected":false},"excerpt":{"rendered":"Open standard enables any vendor to implement zero-trust security for AI agents with verifiable conformance ThirdKey AI Publishes&hellip;\n","protected":false},"author":2,"featured_media":46662,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[405,680,7537,28132,314,28133],"class_list":["post-46661","post","type-post","status-publish","format-standard","has-post-thumbnail","category-agentic-ai","tag-ai-agents","tag-ai-driven","tag-artificial-intelligence-agents","tag-oats","tag-security","tag-thirdkey-ai"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/46661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=46661"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/46661\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/46662"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=46661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=46661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=46661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}