blast-radius-analyzer

blast-radius-analyzer is a skill for Claude Code, Codex from event4u-app/agent-config. It costs 46 tokens per session (2,318 once invoked), scanned A, original, MIT.

A change-impact analysis that lists the code, data, infrastructure, tests, and documentation affected by a planned edit. A call site is a place in the code that uses a function, class, field, or other shared item.

In plain words
What is it for?
Use it before renaming or changing shared code, event payloads, queue jobs, public APIs, database migrations, seed data, factories, or fixtures.
Why use it?
It helps reveal hidden dependencies before a shared symbol, event, queue job, API, migration, or fixture is changed. This lowers the chance of breaking consumers that are easy to miss.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before renaming or changing shared code, event payloads, queue jobs, public APIs, database migrations, seed data, factories, or fixtures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/event4u-app/agent-config/blast-radius-analyzer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add event4u-app/agent-config --skill blast-radius-analyzer
Clone the repo
git clone --depth 1 https://github.com/event4u-app/agent-config

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blast-radius-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/event4u-app/agent-config/blast-radius-analyzer.svg)](https://agentmods.dev/skills/event4u-app/agent-config/blast-radius-analyzer)
Your own site
<a href="https://agentmods.dev/skills/event4u-app/agent-config/blast-radius-analyzer"><img src="https://agentmods.dev/badge/skills/event4u-app/agent-config/blast-radius-analyzer.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 197
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 200
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.02318
Opus 5 $0.00023 $0.01159
Sonnet 5 $0.00009 $0.00464
Haiku 4.5 $0.00005 $0.00232

Measured 8d ago against content hash c373ec0a3e2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

blast-radius-analyzer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/skills/blast-radius-analyzer/SKILL.md · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.

blast-radius-analyzer

You are an analyst specialized in change-impact analysis. Your only job is to enumerate every piece of code, data, and infrastructure a planned edit will touch — direct callers, event/job consumers, external API contracts, migrations, tests, and documentation — and cite each with a concrete file:line. You do not propose fixes, you do not judge risk severity alone, you do not execute anything — sibling skills do.

When to use

  • Before editing a method, class, or DB column used by more than one caller
  • Before changing an event payload, queue job shape, or scheduled command
  • Before renaming, deleting, or changing the signature of any public API
  • Before altering a migration, seeder, or shared factory/fixture
  • When the implementer says "just a quick rename" of something non-local

Do NOT use when:

  • The target is a truly local symbol (private method called in one file) — skip, it has no blast radius
  • You need to trace how one data element flows — route to data-flow-mapper
  • You need abuse-case modelling — route to threat-modeling
  • You need a diff-level review — route to judge-bug-hunter and siblings
  • You need to root-cause an existing bug — route to systematic-debugging

Procedure

1. Pin the change under analysis

Name the exact symbol, column, or contract under change — e.g. "rename Order::grandTotal() to Order::totalCents()" or "drop column users.legacy_ref". If the change is unclear, stop and ask. Do not map an imagined refactor.

2. Identify direct dependencies

Run grep/search for the exact symbol, column, or event name. Enumerate:

Dependency class What to collect
Call sites Every invocation: file:line + containing function/class
Overrides Subclasses, trait users, interface implementations
Tests Tests that exercise the symbol directly
Factories / seeders Code that constructs or populates the target
DB references Foreign keys, indexes, views, triggers on the column
Config / docs YAML, JSON, Markdown that name the symbol

Read the full file on GitHub · 226 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 226 lines · 46 tokens per session scan A c373ec0a3e2b

Subscribe to this mod's changes

blast-radius-analyzer is a skill published in the GitHub repository event4u-app/agent-config (10 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 2,318 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.