Dashboard Home
The dashboard is the landing page at / — an org-wide security posture view. Every widget aggregates across all your projects, deduplicated so the same issue isn’t counted twice.
Filters
Section titled “Filters”Three filters sit at the top and apply to every widget at once:
| Filter | Effect |
|---|---|
| Project | Narrow to one project, or leave unset for the whole org. |
| Branch | Default branch (the most honest “production” view), a specific branch, or all branches (noisier — includes feature-branch findings). |
| Scan type | Limit to SAST, SCA, Secrets, IaC, Malware, or Container. |
| 🔕 N muted | Appears in the filter bar only when projects are muted. By default muted projects are left out of every widget; click to fold them back in (and make them selectable in the Project filter, where they otherwise show greyed-out). See Muting noisy projects. |
Widgets
Section titled “Widgets”| Widget | What it shows |
|---|---|
| Severity breakdown | Counts of open findings by critical / high / medium / low / info. |
| Finding trends | A time series of findings over the last 30, 7, or 1 day. |
| Top rules | The ten most-triggered rules — deep-links into the Rules page. |
| Project health | Projects ranked by a risk score weighted by severity and scan recency — deep-links into Project Detail. |
| MTTR | Mean time to remediate, computed per severity — the median time a finding spends before it moves out of open. |
| AI activity | Verification volume and the true / false / uncertain verdict split — see AI Verification. |
| CVE Watch | The newest CVE alerts matching your dependencies — see CVE Watch. |
Muting noisy projects
Section titled “Muting noisy projects”One noisy project — a legacy repo with thousands of findings, say — can dominate every widget and bury what actually needs attention. Muting a project removes it from the dashboard’s org-wide rollup so the numbers reflect the work that matters.
Muting is a view setting, not a delete. Nothing changes about the project’s findings, their triage state, or its history; scans keep running and the project stays fully open from the Projects page. Mute only governs what the unscoped dashboard adds up.
You can mute (and unmute) a project from several places:
- A project card on the Projects page — the mute button in the card’s top-right (always visible once muted, where a Muted badge also appears).
- The dashboard Project health widget — hover a row and use its mute action; muted rows show an unmute action.
- Project settings — the Dashboard monitoring card on Project Detail, where you can mute permanently or snooze for 7 / 30 / 90 days with an optional reason. A snooze automatically lifts when it expires.
Suppression is never silent:
- When any project is muted, a compact 🔕 N muted control appears in the dashboard filter bar showing the count; click it to reveal them (and hide again).
- In the Project filter dropdown, muted projects stay listed but greyed-out and unselectable — visible, but plainly excluded — until you turn on 🔕 N muted.
- A concentration nudge appears when a single (still-visible) project makes up most of your open findings — surfacing it and offering a one-click mute.
- A Noisiest rules panel ranks the rules generating the most AI-confirmed false positives, deep-linking to the grouped findings view so you can bulk-triage or tune them.