| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>AegisLayer Runtime State Visualizer</title> |
| <meta name="description" content="Runtime states for approval, execution, and containment."> |
| <link rel="stylesheet" href="assets/css/styles.css"> |
| </head> |
| <body data-space="runtime-state-visualizer"> |
| <a class="skip-link" href="#content">Skip to content</a> |
| <header class="hero"> |
| <div class="hero-backdrop"></div> |
| <div class="hero-inner"> |
| <p class="eyebrow">Runtime States</p> |
| <h1>Follow deterministic request state transitions end to end</h1> |
| <p class="lede">Step through request creation, review, approval, execution, revocation, containment, and completion states with explanatory summaries.</p> |
| <p class="disclaimer">Runtime state transitions here are conceptual reference flows, not live telemetry or execution traces.</p> |
| <div class="action-row"><a class="button primary" href="https://vsdatta.github.io/aegislayer-architecture/">Read the documentation</a> |
| <a class="button secondary" href="https://github.com/vsdatta/aegislayer-architecture/tree/main/reference-sdk">Explore the SDK</a> |
| <a class="button secondary" href="https://vsdatta.github.io/aegislayer-architecture/RESEARCH_PROGRAM/">View research</a> |
| <a class="button ghost" href="https://github.com/vsdatta/aegislayer-architecture/blob/main/CONTRIBUTING.md">Contribute</a> |
| <a class="button ghost" href="https://github.com/vsdatta/aegislayer-architecture/blob/main/SECURITY.md">Report a security issue</a></div> |
| </div> |
| </header> |
|
|
| <div class="page-shell"> |
| <aside class="panel sidebar" aria-label="Portfolio navigation"> |
| <h2>Portfolio</h2> |
| <nav> |
| <ul class="space-nav"><li><a href="https://huggingface.co/spaces/AEGISLAYER/organization-home">AegisLayer Organization Home</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/architecture-explorer">AegisLayer Architecture Explorer</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/policy-playground">AegisLayer Policy Playground</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/evidence-chain-explorer">AegisLayer Evidence Chain Explorer</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/threat-control-explorer">AegisLayer Threat Control Explorer</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/connector-trust-simulator">AegisLayer Connector Trust Simulator</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/runtime-state-visualizer" aria-current="page">AegisLayer Runtime State Visualizer</a></li> |
| <li><a href="https://huggingface.co/spaces/AEGISLAYER/governance-library">AegisLayer Governance Library</a></li></ul> |
| </nav> |
| <div class="sidebar-block"> |
| <h3>Canonical Source</h3> |
| <a href="https://github.com/vsdatta/aegislayer-architecture">GitHub repository</a> |
| <a href="https://vsdatta.github.io/aegislayer-architecture/">GitHub Pages docs</a> |
| <a href="https://aegislayer.ai">AegisLayer website</a> |
| </div> |
| </aside> |
|
|
| <main id="content" class="content" tabindex="-1"> |
| <section class="panel summary-panel"> |
| <div class="summary-grid"> |
| <article> |
| <h2>Developer</h2> |
| <p>VND TECH LLC</p> |
| </article> |
| <article> |
| <h2>Public Scope</h2> |
| <p>Conceptual reference architecture, governance documentation, diagrams, public research planning artifacts, synthetic datasets, static demonstrations, and a reference SDK.</p> |
| </article> |
| <article> |
| <h2>Principles</h2> |
| <ol><li>Separate AI reasoning from execution authority.</li><li>Validate identity and authority before authorization.</li><li>Evaluate policy before execution.</li><li>Require accountable approval for high-impact actions.</li><li>Scope connector access through explicit capabilities.</li><li>Generate evidence by design.</li><li>Continuously verify runtime trust and fail closed on drift.</li></ol> |
| </article> |
| </div> |
| </section> |
| <section class="panel section-panel"><div class="section-header"><h2>State Timeline</h2><p>Navigate bounded transitions, observe approval pause and revocation branches, and inspect the expected evidence for each state.</p></div><div class="section-body"><div id="interactive-region" class="interactive-region" aria-live="polite"></div></div></section> |
| </main> |
| </div> |
|
|
| <footer class="footer"> |
| <div> |
| <p>No analytics. No tracking. No external execution. No secrets required.</p> |
| <p>Live Space directory uses deterministic repository-owned content only.</p> |
| </div> |
| <div class="footer-links"> |
| <a href="https://github.com/vsdatta/aegislayer-architecture/blob/main/CHANGELOG.md">Release notes</a> |
| <a href="https://vsdatta.github.io/aegislayer-architecture/GOVERNANCE/">Governance docs</a> |
| <a href="https://vsdatta.github.io/aegislayer-architecture/THREAT_MODEL/">Threat model</a> |
| </div> |
| </footer> |
|
|
| <script src="assets/js/app.js"></script> |
| </body> |
| </html> |
|
|