skill-blast-radius-simulator

Evaluate candidate skills against baselines and output risk reports with ACK decisions.

2|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/grtninja/skill-arbiter --skill skill-blast-radius-simulator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-blast-radius-simulator
Source: https://github.com/grtninja/skill-arbiter/tree/main/skill-candidates/skill-blast-radius-simulator
Command: npx skills add https://github.com/grtninja/skill-arbiter --skill skill-blast-radius-simulator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Simulate risk before enabling or admitting new skills to prevent runaway deployments and ensure guardrails are respected across skill rollouts.

Core Features & Use Cases

  • Static blast-radius simulation across candidate skills to estimate operational risk before activation.
  • Compare current risk signals to baselines and require explicit acknowledgement for high-risk or delta-exceeding updates.
  • Produce a structured report with recommendations to constrain or approve skill rollout in a controlled lane.

Quick Start

Run the blast-radius simulator against a candidate skill set to generate a risk report and determine whether explicit acknowledgement is required.

Frequently Asked Questions about skill-blast-radius-simulator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate operational risk before activating new skills?

To evaluate operational risk before activating new skills, run a static blast-radius simulation that inspects SKILL.md frontmatter and bundled scripts to compute risk signals and produce a structured report.

What is blast-radius simulation for software safety?

Blast-radius simulation for software safety is a static evaluation process that quantifies potential operational risk posed by candidate skills before admission to prevent runaway deployments.

How do I generate an ACK threshold decision for risky skill rollouts?

Generate an ACK threshold decision for risky skill rollouts by comparing current risk signals against baselines within the simulator lane, which requires explicit acknowledgement for high-risk or delta-exceeding updates.

Can I use the blast-radius simulator without external dependencies?

Yes, you can use the blast-radius simulator without external dependencies because it operates as a standalone skill that relies solely on its internal scripts and references to evaluate candidate skills.

Does the simulator output machine-readable risk reports?

Yes, the simulator outputs machine-readable risk reports by providing an optional JSON format alongside its structured report containing recommendations to constrain or approve skill rollout.

When should I use a blast-radius simulator for skill admission?

Use a blast-radius simulator for skill admission when you need to ensure guardrails are respected across skill rollouts and want to prevent risky updates from bypassing explicit acknowledgement thresholds.