audit-labs/audit-labs.dev

The website for Audit Labs.

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

19835778b012d0273231001623ceaef8c0b56945

verified · cmc

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

Point install instructions at PyPI
 audit-report/index.html     | 4 ++--
 control-coverage/index.html | 4 ++--
 evidence-seal/index.html    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/audit-report/index.html b/audit-report/index.html
index ed982d7..5f7d03b 100644
--- a/audit-report/index.html
+++ b/audit-report/index.html
@@ -112,8 +112,8 @@
         <h2>Install &amp; quickstart.</h2>
         <div class="install-grid">
             <div>
-                <pre><span class="c"># Install from source</span>
-pip install <span class="p">"audit-report @ git+https://github.com/audit-labs/audit-report"</span>
+                <pre><span class="c"># Install from PyPI</span>
+pip install <span class="p">audit-report</span>
 
 <span class="c"># Report on an audit-tools package</span>
 audit-report ./output/aws_audit_prod_2026-08 \
diff --git a/control-coverage/index.html b/control-coverage/index.html
index 27eb04f..2b31854 100644
--- a/control-coverage/index.html
+++ b/control-coverage/index.html
@@ -112,8 +112,8 @@
         <h2>Install &amp; quickstart.</h2>
         <div class="install-grid">
             <div>
-                <pre><span class="c"># Install from source</span>
-pip install <span class="p">"control-coverage @ git+https://github.com/audit-labs/control-coverage"</span>
+                <pre><span class="c"># Install from PyPI</span>
+pip install <span class="p">control-coverage</span>
 
 <span class="c"># Score a folder of audit-report JSON reports</span>
 control-coverage ./reports/ \
diff --git a/evidence-seal/index.html b/evidence-seal/index.html
index 42bfbfa..47fbbb2 100644
--- a/evidence-seal/index.html
+++ b/evidence-seal/index.html
@@ -102,7 +102,7 @@
             <div>
                 <pre><span class="c"># Core is pure standard library.</span>
 <span class="c"># Extras add signing + timestamping:</span>
-pip install <span class="p">"evidence-seal[sign,timestamp] @ git+https://github.com/audit-labs/evidence-seal"</span>
+pip install <span class="p">"evidence-seal[sign,timestamp]"</span>
 
 <span class="c"># Seal, then verify</span>
 evidence-seal seal ./evidence