Dashboard
The dashboard gives you an aggregated view of your team's security posture across all connected developers and repositories.
Stat cards
The four stat cards at the top show the current state of unique open findings across all repositories:
- Critical — open findings at CRITICAL severity
- High — open findings at HIGH severity
- Medium — open findings at MEDIUM severity
- Repositories — number of active repositories connected
These numbers reflect unique findings tracked in the issue tracker — not raw scan counts. A finding that appears in 10 consecutive scans counts as one open issue.
Issue activity graph
The graph shows new and resolved findings per week over the last 12 weeks. Use it to track whether the team is making progress or accumulating technical security debt.
Top rules
The top rules list shows which security rules are triggering most frequently across the team. This drives the knowledge gap analysis — rules that consistently appear indicate patterns the team needs to address.
Recent scans
The recent scans list shows the latest scans pushed from developer machines, with repository, developer machine, finding counts by severity, and whether the scan was blocked by the pre-push hook.
Click a scan to open the scan detail modal with a full breakdown.
Drill-down navigation
Every item in the dashboard is clickable:
- Rule → rule detail page with trend and affected repositories
- Repository → repository detail page with scan history and top rules
- Developer machine → installation detail page
See Repository detail, Rule detail, and Installation detail.