IMPACT

Blast Radius

Pick a node, any node. Blast radius walks the graph outward and shows you everything downstream — code and infra — before you find out the hard way.

use it to
  • Before renaming a field or dropping a column, see every service that reads it.
  • Scope a refactor honestly — the real downstream, code and infra both.
  • Let an agent check its own blast radius before it opens the PR.
More tools