docs(readme): sync two stale counts to ground truth

The test badge still said 577 after two commits that added 65 tests, and the
coverage-matrix claim said 126 where CORE_CASES now holds 134 payloads. Both
verified by running rather than by reading: pytest reports 642, and
len(coverage.CORE_CASES) is 134.
This commit is contained in:
Kjell Tore Guttormsen 2026-07-27 09:12:15 +02:00
commit f391b2cee3

View file

@ -3,7 +3,7 @@
![Version](https://img.shields.io/badge/version-0.3.1-blue)
![Status](https://img.shields.io/badge/status-alpha-orange)
![Python](https://img.shields.io/badge/python-3.10%2B-purple)
![Tests](https://img.shields.io/badge/tests-577_passing-green)
![Tests](https://img.shields.io/badge/tests-642_passing-green)
![License](https://img.shields.io/badge/license-MIT-lightgrey)
**Write-time ingestion is the trust boundary that query-time guardrails
@ -139,7 +139,7 @@ tier + disposition, emitted to `log.md`).
## What it protects against
Concrete attack classes, grouped by OWASP LLM Top-10 (2025) anchor. Every row is
driven by a **live payload** in the coverage matrix — run it to watch all 126 pass
driven by a **live payload** in the coverage matrix — run it to watch all 134 pass
in your own environment:
```bash