# Sac Blast Radius

> Compute and optionally write blast-radius analysis for a service or concept through the SAC graph.

- Skill: `spillwavesolutions/sac-blast-radius` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/sac-blast-radius`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/sac-blast-radius/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/sac-blast-radius

---


# SAC Blast Radius

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sac_blast_radius.py" \
  services/order-service.md --repo . --hops 3 --write --json
```

