Graph Explorer — Risk Paths Preset
Shipped in: sv0-platform PR #18 (2026-03-04)
What It Does
The Risk Paths preset collapses the full authority graph down to the entities that matter most for immediate triage:
- Entities with critical or high severity active findings — the directly risky nodes
- Their direct (1-hop) neighbors — both outbound targets and inbound sources
The result is a focused subgraph showing where risk lives and what it connects to, without any manual filter setup.
How to Activate
- Open Graph Explorer (
/graph) - In the left filter sidebar, find the Presets section (only visible in browse mode — not available when a node is in focus)
- Click Risk Paths
The button turns red when active and shows a node count:
Risk Paths (14 nodes)
Click again to deactivate and return to the full graph.
What Gets Shown
Included nodes:
- Any entity that has at least one active finding with severity
criticalorhigh - Any entity that is a direct outbound relationship target of those entities (1-hop forward)
- Any entity that has a direct outbound relationship pointing to those entities (1-hop backward)
Excluded nodes:
- Entities with only
mediumorlowseverity findings - Entities with no findings
- Entities more than 1 hop away from a high/critical finding entity
Edges: only edges between nodes that survive the filter are shown.
Use Cases
| Scenario | How Risk Paths helps |
|---|---|
| Incident triage | Immediately surface which workloads or identities have active critical findings, without scrolling through hundreds of graph nodes |
| CISO walkthrough | Show the board a focused "danger zone" view — entities with confirmed risk and what they connect to |
| Pre-pilot review | Quickly validate that no unexpected high-risk paths exist before a customer demo |
| Post-scan review | After a connector scan, check whether the new findings created new high-risk subgraphs |
Interaction with Other Filters
The Risk Paths preset is only available in browse mode (when no node is in focus). Once you click into a node (focus mode), the preset button disappears — focus mode has its own 1-hop context view.
Other filters (entity type, relationship type, "has findings only") continue to apply on top of the preset. For example, enabling Risk Paths and also filtering to only workload entity types shows only workload nodes with critical/high findings and their workload neighbors.
Related
- Graph Explorer — general Graph Explorer product documentation
- Drift Evaluator Framework — how critical/high severity findings are produced
- Access Paths — the structured list view of access paths with finding filters