← Tools

Accord

Paste regulatory requirements. Get gap analysis with priority ranking. Rules containing “must” are flagged HIGH.

PASTE RULES (format: category|requirement — one per line)
Loading runtime...
Paste rules and press Run.
Everything is free. If this helped → support GUMP

HOW IT WORKS

Parses requirements by category. Classifies priority by language (“must” = HIGH, everything else = MEDIUM). Groups by domain. Simple, fast, honest.

INSTALL

pip install begump
from gump.accord import scan

r = scan([{'category':'security','rule':'Must encrypt'}])
print(r['gaps'])

Your data stays on your machine.