Ctadel

Dashboard

The dashboard is the page you land on after signing in. It is a single-screen summary of the state of every project you have access to.

Top tiles

Four tiles span the top of the page, one per severity:

  • Critical, High, Medium, Low.

Each tile shows the current count of OPEN findings at that severity, summed across detectors. Click a tile to open the unified Findings page filtered to that severity.

Security score

The right-hand card on the first row is the Security score, a 0 to 100 number computed from a weighted sum of OPEN finding counts and their severity. It is meant as a trend indicator, not an absolute risk metric.

Click the info icon for the formula breakdown, weights, current contributing categories, and current score.

Findings trend

The largest chart shows the cumulative count of OPEN and CLOSED+IGNORED findings over the last 30 days. The two lines should diverge in opposite directions on a healthy program: the closed line rises, the open line falls.

Click the legend to toggle either line.

Per-detector rows

Below the trend, there is one row per detector (CSPM, KSPM, DSPM, HCR, IaC, Secrets, Vulnerabilities, Toxic Combinations). Each row has:

  • A severity breakdown bar (CRITICAL/HIGH/MEDIUM/LOW counts).
  • A 30-day mini sparkline of the OPEN count for that detector.
  • A click-through to the detector's module page.

This is the fastest way to see "where did findings spike this week" without opening each module separately.

Tips

  • Bookmark a filtered URL. All filters are URL-encoded, so the URL after you filter by severity + cloud is a stable bookmark. Share it with your team.
  • Tile counts ignore IGNORED. Findings you've ignored do not count, even if their TTL has expired. They reappear after re-evaluation.
  • The score trails by one scan. A fix you just applied takes effect on the score after the next scan, not instantly.

What's next