diff --git a/AUDIT.md b/AUDIT.md
new file mode 100644
index 0000000..dc6713b
--- /dev/null
+++ b/AUDIT.md
@@ -0,0 +1,29 @@
+# Audit — deidproof
+
+Generated 2026-06-12 UTC.
+
+```json
+{
+ "repo": "deidproof",
+ "parse_errors": [],
+ "tests_passed": 10,
+ "tests_failed": 0,
+ "tests_errored": 0,
+ "has_tests": true,
+ "pytest_tail": ".......... [100%]\n10 passed in 0.27s",
+ "package": "https",
+ "cli_version": "C:\\Python314\\python.exe: No module named https",
+ "clean": true
+}
+```
+
+## pytest
+```
+.......... [100%]
+10 passed in 0.27s
+```
+
+## CLI
+```
+C:\Python314\python.exe: No module named https
+```
diff --git a/README.md b/README.md
index cdec271..c04715c 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,14 @@
-[](https://pypi.org/project/cognis-deidproof/) [](https://github.com/cognis-digital/deidproof/actions) [](LICENSE) [](https://github.com/cognis-digital)
+[](#install--every-way-every-platform) [](https://github.com/cognis-digital/deidproof/actions) [](LICENSE) [](https://github.com/cognis-digital)
*Healthcare & Life-Sciences — HIPAA, PHI, FHIR/HL7, and clinical data.*
```bash
-pip install cognis-deidproof
+pip install "git+https://github.com/cognis-digital/deidproof.git"
deidproof scan . # → prioritized findings in seconds
```
@@ -50,7 +50,7 @@ Proves your 'de-identified' export actually is de-identified, emitting a signed
## Quick start
```bash
-pip install cognis-deidproof
+pip install "git+https://github.com/cognis-digital/deidproof.git"
deidproof --version
deidproof scan . # scan current project
deidproof scan . --format json # machine-readable
@@ -143,6 +143,32 @@ curl -fsSL https://raw.githubusercontent.com/cognis-digital/deidproof/main/insta
--help)