Skip to content

Rule Packs

Nautilus ships two pre-built Fathom rule packs for policy routing.

data-routing-nist

NIST clearance and classification rules. Evaluates agent clearance levels against source classification to determine routing, scoping, or denial.

Registered via entry point: fathom.packsdata-routing-nist

data-routing-hipaa

HIPAA-compliant routing rules. Enforces minimum-necessary access controls and PHI handling requirements.

Registered via entry point: fathom.packsdata-routing-hipaa

Loading a rule pack

Rule packs are loaded automatically when referenced in nautilus.yaml:

rules:
  packs:
    - data-routing-nist
    - data-routing-hipaa