diff --git a/AUDIT.md b/AUDIT.md
new file mode 100644
index 0000000..9febe43
--- /dev/null
+++ b/AUDIT.md
@@ -0,0 +1,29 @@
+# Audit — modpot
+
+Generated 2026-06-12 UTC.
+
+```json
+{
+ "repo": "modpot",
+ "parse_errors": [],
+ "tests_passed": 13,
+ "tests_failed": 0,
+ "tests_errored": 0,
+ "has_tests": true,
+ "pytest_tail": "............. [100%]\n13 passed in 0.47s",
+ "package": "https",
+ "cli_version": "C:\\Python314\\python.exe: No module named https",
+ "clean": true
+}
+```
+
+## pytest
+```
+............. [100%]
+13 passed in 0.47s
+```
+
+## CLI
+```
+C:\Python314\python.exe: No module named https
+```
diff --git a/README.md b/README.md
index 5aa014e..d6bac77 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,14 @@
-[](https://pypi.org/project/cognis-modpot/) [](https://github.com/cognis-digital/modpot/actions) [](LICENSE) [](https://github.com/cognis-digital)
+[](#install--every-way-every-platform) [](https://github.com/cognis-digital/modpot/actions) [](LICENSE) [](https://github.com/cognis-digital)
*IoT / OT / Embedded — firmware, buses, and device security.*
```bash
-pip install cognis-modpot
+pip install "git+https://github.com/cognis-digital/modpot.git"
modpot scan . # → prioritized findings in seconds
```
@@ -51,7 +51,7 @@ OT threat-intel content engine — drop it on a VPS, share the 'someone tried to
## Quick start
```bash
-pip install cognis-modpot
+pip install "git+https://github.com/cognis-digital/modpot.git"
modpot --version
modpot scan . # scan current project
modpot scan . --format json # machine-readable
@@ -125,6 +125,16 @@ Pipes into your stack: **SARIF** for code-scanning, **JSON** for anything, an **
--help)