{"id":51197606,"url":"https://github.com/orynth-systems/uaa-execution-prevention-lab","last_synced_at":"2026-06-27T22:02:00.958Z","repository":{"id":366289375,"uuid":"1275488210","full_name":"ORYNTH-systems/uaa-execution-prevention-lab","owner":"ORYNTH-systems","description":"Reference implementation and executable evidence corpus for execution-prevention under the Unified Agency Architecture (UAA).","archived":false,"fork":false,"pushed_at":"2026-06-21T05:29:13.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-21T07:15:35.679Z","etag":null,"topics":["admissibility","agentic-ai","ai-governance","ai-safety","autonomous-systems","control-systems","execution-governance","execution-integrity","governance","reference-implementation","risk-management","runtime-enforcement","runtime-governance"],"latest_commit_sha":null,"homepage":"https://unifiedagencyarchitecture.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ORYNTH-systems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ORYNTH-systems"]}},"created_at":"2026-06-20T18:54:15.000Z","updated_at":"2026-06-21T05:27:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ORYNTH-systems/uaa-execution-prevention-lab","commit_stats":null,"previous_names":["orynth-systems/uaa-execution-prevention-lab"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ORYNTH-systems/uaa-execution-prevention-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORYNTH-systems%2Fuaa-execution-prevention-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORYNTH-systems%2Fuaa-execution-prevention-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORYNTH-systems%2Fuaa-execution-prevention-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORYNTH-systems%2Fuaa-execution-prevention-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORYNTH-systems","download_url":"https://codeload.github.com/ORYNTH-systems/uaa-execution-prevention-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORYNTH-systems%2Fuaa-execution-prevention-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34869004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admissibility","agentic-ai","ai-governance","ai-safety","autonomous-systems","control-systems","execution-governance","execution-integrity","governance","reference-implementation","risk-management","runtime-enforcement","runtime-governance"],"created_at":"2026-06-27T22:02:00.151Z","updated_at":"2026-06-27T22:02:00.943Z","avatar_url":"https://github.com/ORYNTH-systems.png","language":"Python","funding_links":["https://github.com/sponsors/ORYNTH-systems"],"categories":[],"sub_categories":[],"readme":"﻿# UAA Execution Prevention Lab\n\n## Overview\n\nA reference implementation and reproducible evidence system for execution-admissibility evaluation under the Unified Agency Architecture (UAA).\n\nThis system demonstrates deterministic execution prevention based on real-time state reconciliation.\n\n---\n\n## Core Principle\n\n\u003e Prior authorization does not imply current execution admissibility.\n\nExecution decisions are determined by current system state, not historical authorization.\n\n---\n\n## System Behavior\n\nFor every execution request:\n\n1. Load authorized intent and prior state\n2. Reconcile current system state\n3. Evaluate admissibility rules\n4. Determine execution eligibility\n\n---\n\n## Observed Outcome Pattern\n\n## Current Results\n\n| Metric                           | Value |\n| -------------------------------- | ----- |\n| Total Demonstrations | 100    |\n| Total Prevented Failures | 100    |\n| Observed Unauthorized Executions | 0     |\n| Prevention Rate                  | 100%  |\n\n---\n\n## Observed Outcome Pattern\n\nAcross all demonstrations:\n\n```text\nAuthorization Valid: True\nAdmissibility: False\nExecution Result: DECLINED\nFailure Prevented: True\n```\n\nExecution decisions are determined by current admissibility state rather than historical authorization state.\n\n---\n\n## Evidence Coverage\n\n### Category A — State Integrity\n\n| Case Range    | Coverage                          |\n| ------------- | --------------------------------- |\n| EP-001–EP-020 | State-change execution prevention |\n\nCovered Conditions:\n\n* Vendor Suspension\n* Vendor Bankruptcy\n* Contract Termination\n* Asset Ownership Change\n* Customer Status Revocation\n* Account Closure\n* License Revocation\n* Certification Expiry\n* Registry State Change\n* Eligibility Withdrawal\n\n---\n\n## Evidence Chain\n\nDoctrine\n\n↓\n\nRule Mapping\n\n↓\n\nReference Implementation\n\n↓\n\nExecution Prevention Cases\n\n↓\n\nStructured JSON Evidence\n\n↓\n\nReplayable Demonstrations\n\n---\n\n## Repository Structure\n\n```text\nREADME.md\n\ncases/\ndoctrine/\ndocs/\nrelease/\nreports/\nspec/\nsrc/\n```\n\n---\n\n## Release Status\n\nVersion: v0.1.1\n\nStatus: Public Release\n\nExecutable Corpus: 100 Cases\n\nStructured Evidence Output: Enabled\n\nReplay Support: Enabled\n\n\n---\n\n## Research Foundations\n\nSee:\n\nresearch/RESEARCH_INDEX.md\n\nKey Publications\n\n- Unified Agency Architecture\n  DOI: 10.5281/zenodo.20090529\n\n- Execution Integrity Protocol (EIP)\n  DOI: 10.5281/zenodo.20127973\n\n- Adaptive Orchestration Management System (AOMS)\n  DOI: 10.5281/zenodo.20673754\n\n- Deterministic Execution Integrity for Autonomous Financial Infrastructure\n  DOI: 10.5281/zenodo.20349626\n\n\n\n## Full Corpus Coverage\n\n| Domain | Case Range |\n|---------|---------|\n| State Integrity | EP-001–EP-020 |\n| Intent Integrity | EP-021–EP-030 |\n| Temporal Integrity | EP-031–EP-040 |\n| Risk Integrity | EP-041–EP-050 |\n| Authority Integrity | EP-051–EP-060 |\n| Identity Integrity | EP-061–EP-070 |\n| Resource Integrity | EP-071–EP-080 |\n| Policy Integrity | EP-081–EP-090 |\n| Compound Integrity | EP-091–EP-100 |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forynth-systems%2Fuaa-execution-prevention-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forynth-systems%2Fuaa-execution-prevention-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forynth-systems%2Fuaa-execution-prevention-lab/lists"}