audit-labs/control-coverage
Control coverage and blind-spot analysis for audit evidence.
clone: git clone https://gitbay.org/audit-labs/control-coverage.git
cf0e01f5e64baf05c464da05dc7c71b0f41df30c
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-07T03:05:40Z
README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) @@ -33,13 +33,11 @@ instead of hand-maintained. ## Install ```bash -git clone https://github.com/audit-labs/control-coverage -cd control-coverage -python -m venv .venv && source .venv/bin/activate -pip install -e . +pip install control-coverage ``` -Pure standard library plus PyYAML — no other dependencies. +Pure standard library plus PyYAML — no other dependencies. To hack on it from +a clone instead, see [Development](#development). ## Usage