audit-labs/audit-labs.dev

The website for Audit Labs.

clone: git clone https://gitbay.org/audit-labs/audit-labs.dev.git

c53e1bce7e4e0d87fd21f5882db908fb2537c663

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-07T03:18:57Z

Add dashed tamper-evident package artifact after evidence-seal

The optional seal step produces a sealed package; show it as a
dashed-border artifact bubble (mirroring the CSV evidence pill) so the
dotted styling signals it exists only when the optional step runs.
 assets/site.css | 2 ++
 index.html      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/assets/site.css b/assets/site.css
index 7b70ac2..e5c2d4a 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -206,6 +206,8 @@ footer { background: var(--black); color: var(--gray-4); padding: 3rem 2rem; }
 
 /* artifact pill sitting on the spine */
 .eco-artifact { align-self: center; justify-self: center; font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; letter-spacing: 0.01em; color: var(--amber-light); background: rgba(251,191,36,0.1); border: 1px solid rgba(251,191,36,0.28); border-radius: 999px; padding: 0.25rem 0.75rem; white-space: nowrap; }
+/* dashed variant — the conditional output of the optional seal step */
+.eco-artifact--dashed { border-style: dashed; }
 
 /* optional step in the spine — dashed border signals it can be skipped */
 .eco-node--seal { border-style: dashed; border-color: rgba(251,191,36,0.32); }
diff --git a/index.html b/index.html
index 6b4ca23..bd88229 100644
--- a/index.html
+++ b/index.html
@@ -56,6 +56,8 @@
                 </div>
             </div>
 
+            <div class="eco-connector"></div>
+            <span class="eco-artifact eco-artifact--dashed">tamper-evident package</span>
             <div class="eco-connector"></div>
 
             <div class="eco-node">