Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/how-to/load-rule-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ full of YAML. After `pip install`, any process with Fathom installed can call

### Packs shipped with Fathom

Fathom currently ships four first-party rule packs, registered under the same
Fathom currently ships five first-party rule packs, registered under the same
entry-point group in its own `pyproject.toml`:

- `owasp-agentic`
- `ssvc`
- `nist-800-53`
- `hipaa`
- `cmmc`
Expand Down
3 changes: 2 additions & 1 deletion docs/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1530,10 +1530,11 @@ full of YAML. After `pip install`, any process with Fathom installed can call

### Packs shipped with Fathom

Fathom currently ships four first-party rule packs, registered under the same
Fathom currently ships five first-party rule packs, registered under the same
entry-point group in its own `pyproject.toml`:

- `owasp-agentic`
- `ssvc`
- `nist-800-53`
- `hipaa`
- `cmmc`
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/rule-packs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ last_verified: 2026-04-15

# Rule Packs

Full per-pack pages land in Wave 1 via `scripts/generate_rule_pack_docs.py`
walking `src/fathom/rule_packs/` and emitting rule tables, module mappings,
and coverage matrices.
Per-pack pages are generated by `scripts/generate_rule_pack_docs.py` walking
`src/fathom/rule_packs/` and emitting rule tables, module mappings, and coverage
matrices.

Currently shipped: OWASP Agentic, NIST 800-53, HIPAA, CMMC.
Currently shipped: OWASP Agentic, SSVC, NIST 800-53, HIPAA, CMMC.
Loading