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 @@ -[![PyPI](https://img.shields.io/pypi/v/cognis-deidproof.svg?color=6b46c1)](https://pypi.org/project/cognis-deidproof/) [![CI](https://github.com/cognis-digital/deidproof/actions/workflows/ci.yml/badge.svg)](https://github.com/cognis-digital/deidproof/actions) [![License: COCL 1.0](https://img.shields.io/badge/License-COCL%201.0-2b6cb0.svg)](LICENSE) [![Suite](https://img.shields.io/badge/Cognis-Neural%20Suite-6b46c1.svg)](https://github.com/cognis-digital) +[![install](https://img.shields.io/badge/install-git%2B%20%C2%B7%20pipx%20%C2%B7%20uv-6b46c1.svg)](#install--every-way-every-platform) [![CI](https://github.com/cognis-digital/deidproof/actions/workflows/ci.yml/badge.svg)](https://github.com/cognis-digital/deidproof/actions) [![License: COCL 1.0](https://img.shields.io/badge/License-COCL%201.0-2b6cb0.svg)](LICENSE) [![Suite](https://img.shields.io/badge/Cognis-Neural%20Suite-6b46c1.svg)](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
↑ back to top
+ +## Verification + +[![tests](https://img.shields.io/badge/tests-10%20passing-2ea44f.svg)](AUDIT.md) + +Every push is verified end-to-end. Latest audit (2026-06-12): + +```text +tests : 10 passed, 0 failed, 0 errored +compile : all modules parse +cli : C:\Python314\python.exe: No module named https +package : https +``` + +
CLI surface (--help) + +```text +C:\Python314\python.exe: No module named https +``` +
+ +Full machine-readable results: [`AUDIT.md`](AUDIT.md) · regenerate with `python -m https --help` + `pytest -q`. + +
↑ back to top
+ + ## Related Cognis tools - [`phiscrub`](https://github.com/cognis-digital/phiscrub) — Stream-scan logs, CSVs, and free-text notes for PHI (names, MRNs, SSNs, dates, addresses) and redact or tokenize in place.