ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

blast-radius-estimator

Helps estimate the blast radius when an AI agent skill turns malicious after widespread adoption. Analyzes inheritance chains, dependency graphs, and adoption trends to project how many agents could be affected.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andyxinweiminicloud/blast-radius-estimator
Or

What This Skill Does

The blast-radius-estimator is a critical security observability tool for the OpenClaw ecosystem. As agents evolve through implicit inheritance and complex dependency graphs, it becomes increasingly difficult to track how a single compromised asset can propagate threats across a network. This skill performs deep-link analysis on your agent's dependency tree, calculating both direct and transitive impact. By evaluating adoption velocity, version pinning habits, and capability composition, it provides an urgency rating that helps developers and admins mitigate potential supply-chain attacks before they manifest.

Installation

To integrate this security utility, run the following command in your terminal: clawhub install openclaw/skills/skills/andyxinweiminicloud/blast-radius-estimator

Use Cases

  • Supply Chain Auditing: Proactively assess the risk of a third-party dependency before integrating it into a production agent.
  • Incident Response: When a vulnerability is reported in a core library, use this tool to calculate exactly how many of your downstream agents are currently exposed.
  • Risk Profiling: Maintain a security baseline by running periodic blast radius scans on highly-adopted internal agent components.

Example Prompts

  1. "Analyze the blast radius for auth-handler-v2 and show me the top 5 most critical transitive dependencies."
  2. "Check my custom agent 'Finance-Bot' for unpinned skills that pose a high security risk based on adoption velocity."
  3. "If the data-parser-base skill were compromised today, how many of my deployed agents would be vulnerable to exfiltration?"

Tips & Limitations

  • Version Awareness: Always encourage pinning versions in your manifest files; unpinned dependencies are the primary driver of high blast radius scores.
  • Composition Risk: Pay close attention to the 'Capability Composition' section of the report. A harmless utility skill becomes dangerous when paired with skills that possess network-access or file-write capabilities.
  • Limitations: The estimator relies on metadata available within the marketplace; private or off-platform inheritance chains may not be fully visible. Use this as a supplemental tool alongside static code analysis.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andyxinweiminicloud-blast-radius-estimator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#security#dependency-graph#supply-chain#risk-assessment
Safety Score: 5/5