-
-
Notifications
You must be signed in to change notification settings - Fork 0
Guides
Jonathan D.A. Jewell edited this page Mar 24, 2026
·
1 revision
just scan /path/to/repojust build-all # build Rust + Elixir
mix run --no-halt # start OTP applicationHypatia includes UX pattern rules (UX001–UX010) alongside security patterns (PA001–PA020). To add a new rule:
- Add pattern ID to
lib/pattern_registry.ex - Add detection logic to
poc-scanner.sh - Test:
./poc-scanner.sh /path/to/test-repo
HYPATIA_FORMAT=json just scan /path/to/repo > report.json