Executive dashboard
"What to fix this week": KPI tiles, top-10 priority issues, MTTR, all on one card above the findings list.
Last updated Jun 1, 2026
What it is
An exec-shaped overlay above the raw findings list. Five KPI tiles, a top-10 priority queue, and a clear “all clear” empty state, so the operator’s first read on the page is what should I look at first, not here are 200 rows.
What it produces
- Critical open: count of unresolved critical-severity findings.
- High open: same for high severity.
- Overdue: open items past their due date.
- Fixed this week: closed in the last 7 days.
- MTTR: median time between created-at and closed-at across closed findings. Median, not mean: a single year-old zombie doesn’t skew it.
- Top 10 priority issues: severity × overdue × confirmed- exploitable ranking. One click opens the finding drawer with full impact / detail / evidence / PoC populated.
Each KPI tile is a one-click filter shortcut. Clicking “Critical open” drops you into the findings list scoped to active critical-severity items.
What to use it for
- Daily standup: lead with the top-10 priority queue.
- ”What’s overdue?”: one number, one click to the list.
- MTTR tracking: same number on the executive report.
- Show the team that fixes are landing: “Fixed this week” is the weekly win counter.
Why it matters
A raw findings dump is overwhelming. The pivot from “we found N issues” to “here’s what your team should do today” is the single thing that translates a security tool into a remediation program. Same data, different lens.
Why it’s valuable
- No zero-only state. Tiles render
–when nothing’s overdue and nothing’s fixed, so a one-person workspace with nothing critical doesn’t look broken. - Empty-state nudge. Brand-new workspace? You see “All clear. Add a target to start surfacing findings”, not a wall of zeros.
- Respects your filter. If you’ve narrowed to
assessment_id:20, the tiles + top-10 reflect that assessment, not the org-wide picture. - One click into the drawer. Top-issue rows carry the full finding shape: Impact, Detail, Evidence, PoC are all there when the drawer opens, no extra fetch.
How to use it
- Open Findings. The card sits at the top of the list.
- Click a tile → filters narrow to that subset.
- Click a top-issue row → finding drawer opens with full detail.
- Hit Executive report in the card header to generate the org-level board-ready executive report.