> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alethiaai.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Risk Dashboard

> See your project's risk posture at a glance — and your team's risk posture across all projects.

The Risk Dashboard turns the data scattered across your risk register, assessments, and mitigations into a single visual overview. There are two dashboards:

<CardGroup cols={2}>
  <Card title="Project Risk Dashboard" icon="chart-pie">
    Inside any project. Shows the risk posture for one specific AI system.
  </Card>

  <Card title="Team Risk Overview" icon="building">
    Cross-project. Shows your whole team's risk posture across every AI system.
  </Card>
</CardGroup>

## The Project Risk Dashboard

Open it from **Project → Risk → Dashboard** (also surfaced on the project Overview page).

It's organized into the following panels:

### Classification card

Shows the project's EU AI Act tier with a clear color-coded badge. If classification isn't yet approved, the card prompts you to take action.

### Risk heatmap

The 5×5 likelihood × impact matrix, with each cell showing how many risks live in that bucket. The dangerous corner (top-right: high likelihood, high impact) is highlighted in red.

```
                Impact →
            Negligible Minor Moderate Major Critical
         ┌──────────────────────────────────────────┐
   V.High│           │      │    1   │   2  │   1   │  ← critical risks
   High  │           │   1  │    2   │   1  │       │
   Medium│      1    │   3  │    2   │      │       │
   Low   │      2    │   1  │        │      │       │
   V.Low │      1    │      │        │      │       │
         └──────────────────────────────────────────┘
   Likelihood ↓
```

Click any cell to filter the register down to those risks.

### Risk score trend

A line chart of average risk scores over time, built from sequential assessments. You can see at a glance whether your risk posture is improving or worsening.

### Open risks by priority

A bar chart breaking down risks by priority — Critical, High, Medium, Low. Filtered to risks not yet `closed`.

### Mitigation progress funnel

```
   Planned       ████████████  12
   In progress   ████████       8
   Implemented   █████          5
   Verified      ███            3
```

The width of each bar is proportional to the count. Look for bottlenecks — usually verification.

### Compliance checklist

A simple Yes/No checklist showing whether your project meets the basic compliance criteria:

| Criterion                    |           Status          |
| ---------------------------- | :-----------------------: |
| Risk classified              |             ✅             |
| Risk register maintained     |             ✅             |
| Assessments documented       |             ✅             |
| Mitigations tracked          |             ✅             |
| Human oversight enabled      |             ✅             |
| Audit trail complete         |             ✅             |
| Vulnerable groups considered |             ✅             |
| All residual risks accepted  | ⚠️ 2 still need decisions |

### Latest assessments

A short feed of the most recent assessments across all risks in the project, with the assessor, date, and a one-line summary.

## The Team Risk Overview

Open it from **Sidebar → Risk Dashboard**. This is the cross-project view.

### Projects ranked by residual risk

A sorted table — projects with the highest residual risk at the top. Lets you see at a glance which AI systems need the most attention right now.

### Cross-project risk domain breakdown

Which EU AI Act risk domains carry the most risk across your portfolio? A stacked bar chart shows you, with each project contributing a colored segment.

```
   discrimination       ████████████████████  (8 projects, total residual 124)
   privacy              ██████████  (5 projects, 67)
   health_safety        ██████  (4 projects, 38)
   fundamental_rights   ████  (3 projects, 24)
```

### Attention list

Projects that need attention right now:

* **Overdue mitigations** — past their due date
* **Stale assessments** — no new assessment in over 90 days
* **Pending classifications** — projects where classification hasn't been approved
* **Unaccepted residual risks** — risks that need a decision before the project can be considered "managed"

This is the place to start your weekly compliance review.

## Real-time updates

Both dashboards refresh in near-real-time. When a new test completes or a mitigation is verified, the relevant tile updates automatically — you don't need to refresh the page.

## Permissions

| Role       | Project Dashboard | Team Overview |
| ---------- | :---------------: | :-----------: |
| Team Admin |       ✅ Full      |     ✅ Full    |
| Tester     |       ✅ Full      |     ✅ Full    |
| Viewer     |    ✅ Read-only    |  ✅ Read-only  |

The dashboard is read-only — to take action, drill down into the register, an assessment, or a mitigation.

## Best practices

<Tip>
  **Weekly ritual.** Open the Team Risk Overview every Monday. Use the attention list as your priority queue for the week.
</Tip>

<Tip>
  **Use the trend chart in conversations with leadership.** A flat or downward risk score trend over six months is exactly the kind of evidence executives and auditors want to see.
</Tip>

<Tip>
  **Treat the heatmap's red corner as a "don't ship" signal.** Anything in the top-right two cells (Critical / Very High) should have an active, in-progress mitigation before any deployment.
</Tip>
