File size: 6,644 Bytes
5fa6996
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!doctype html>
<html lang="en" data-szl-public-experience-v3="true" data-aegis-proof-cells="v1">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
  <meta name="description" content="Aegis Proof Cells: a governed, defensive, evidence-preserving investigation planner.">
  <title>Aegis Proof Cells — SZL Holdings</title>
  <link rel="stylesheet" href="/static/3d/aegis-proof-cells/styles.css?v=5b85354daf5fd09abea415bbad6a4c87f1c8a14f6cb7b62ded77637323461019">
  <script type="module" src="/static/3d/aegis-proof-cells/app.mjs?v=ef16f51b2182701d9950c1ffa6dc22965f52df27f29a35a7fe7e67c433c20df9"></script>
</head>
<body>
<a class="skip" href="#main">Skip to Aegis Proof Cells</a>
<main id="main">
  <header>
    <div class="eyebrow">Aegis / Governed Defensive Operations</div>
    <h1>Proof Cells</h1>
    <p class="lede">
      A coordinated defensive investigation workbench built around tenant isolation,
      evidence continuity, explicit procedure capsules, analyst approval, and deterministic
      Proof Chain receipts.
    </p>
    <div class="truth-banner" id="boot-state" role="status" aria-live="polite">
      Original SZL/Aegis implementation. Bricklayer.ai public materials are architectural
      references only. No Bricklayer source, prompts, site copy, visual identity, or private
      implementation is included. External writes and effectors are disabled.
    </div>
  </header>

  <section class="metrics" aria-label="Capability status">
    <article class="metric">
      <span class="metric-label">Proof cells</span>
      <strong id="cell-count">11</strong>
    </article>
    <article class="metric">
      <span class="metric-label">Procedure capsules</span>
      <strong id="capsule-count">6</strong>
    </article>
    <article class="metric">
      <span class="metric-label">Operating mode</span>
      <strong id="mode">DEFENSIVE READ-ONLY</strong>
    </article>
  </section>

  <section class="layout">
    <article class="panel">
      <div class="eyebrow">Investigation planner</div>
      <h2>Evaluate a defensive case</h2>
      <p>
        The planner returns a deterministic cell sequence and decision state. It never
        executes containment, remediation, credential access, or external writes.
      </p>
      <form id="case-form">
        <label>
          Tenant ID
          <input name="tenant_id" value="tenant-demo" autocomplete="off" required>
        </label>
        <label>
          Passport tenant ID
          <input name="passport_tenant_id" value="tenant-demo" autocomplete="off" required>
        </label>
        <label>
          Alert ID
          <input name="alert_id" value="alert-001" autocomplete="off">
        </label>
        <label>
          Source
          <input name="source" value="SIEM" autocomplete="off">
        </label>
        <label>
          Mission
          <select name="mission">
            <option value="alert-triage">Alert triage</option>
            <option value="phishing">Phishing investigation</option>
            <option value="endpoint">Endpoint investigation</option>
            <option value="vulnerability">Vulnerability prioritization</option>
            <option value="cloud">Cloud posture review</option>
            <option value="threat-intel">Threat intelligence brief</option>
          </select>
        </label>
        <label>
          Requested action
          <select name="requested_action">
            <option value="investigate">Investigate</option>
            <option value="draft-report">Draft report</option>
            <option value="block-indicator">Block indicator</option>
            <option value="isolate-host">Isolate host</option>
            <option value="disable-account">Disable account</option>
            <option value="purge-email">Purge email</option>
            <option value="remediate">Remediate</option>
          </select>
        </label>
        <label>
          Severity
          <select name="severity">
            <option>LOW</option>
            <option selected>MEDIUM</option>
            <option>HIGH</option>
            <option>CRITICAL</option>
          </select>
        </label>
        <label>
          Evidence atom count
          <input name="evidence_count" type="number" min="0" max="1000" value="3">
        </label>
        <label class="checkbox">
          <input name="evidence_fresh" type="checkbox" checked>
          Evidence is current
        </label>
        <label class="checkbox">
          <input name="human_approved" type="checkbox">
          Human approval recorded
        </label>
        <button type="submit">Generate governed plan</button>
      </form>
      <div class="status">Decision: <strong id="decision-state">UNAVAILABLE</strong></div>
      <pre id="case-result" aria-live="polite">Submit the case to generate a deterministic, effect-free plan.</pre>
    </article>

    <aside class="panel">
      <div class="eyebrow">Evidence bus</div>
      <h2>Read-only A11oy security context</h2>
      <p>
        These probes call same-origin defensive evidence routes. A failed source remains
        <strong>UNAVAILABLE</strong>; it is never upgraded to live evidence.
      </p>
      <button id="refresh-evidence" type="button">Refresh evidence sources</button>
      <div class="status" id="evidence-state">Not observed</div>
      <pre id="evidence-output" aria-live="polite">Evidence sources have not been probed.</pre>
    </aside>
  </section>

  <section aria-labelledby="cells-heading">
    <div class="section-heading">
      <div class="eyebrow">Specialist workforce</div>
      <h2 id="cells-heading">Eleven bounded Proof Cells</h2>
      <p class="lede">
        Every cell receives the same Tenant Passport and accumulates typed Evidence Atoms.
        Handoffs preserve source, freshness, procedure, hypothesis, decision, and outcome context.
      </p>
    </div>
    <div class="cells" id="cells"></div>
  </section>

  <footer>
    <p>
      Registry SHA-256: <code>6dbffba48d8c1204f4c6586695705718f4d15b8232377606ff553230761c7880</code>. JavaScript SHA-256:
      <code>ef16f51b2182701d9950c1ffa6dc22965f52df27f29a35a7fe7e67c433c20df9</code>. CSS SHA-256: <code>5b85354daf5fd09abea415bbad6a4c87f1c8a14f6cb7b62ded77637323461019</code>.
    </p>
    <p>
      Defensive decision support only. No affiliation with Bricklayer AI. No production
      action is authorized by this page or its MODELED score. Inspect the
      <a href="/static/3d/aegis-proof-cells/registry.json">machine registry</a>.
    </p>
  </footer>
</main>
</body>
</html>