Skip to main content

Module dashboard

Module dashboard 

Source
Expand description

forge-guard dashboard โ€” local web dashboard for audit results.

Starts a self-contained HTTP server (default http://127.0.0.1:9090) that displays the last audit result with:

  • an overall score gauge and per-category score bars,
  • severity distribution charts,
  • an interactive, filterable finding list with expandable details,
  • WebSocket auto-refresh โ€” the page live-updates whenever the cached audit result changes (e.g. after a re-audit, or with --watch).

The dashboard reads the same .forge-guard-cache/last_audit.json that forge-guard report uses, so no extra setup is required after an audit.

Functionsยง

run
Entry point for forge-guard dashboard.