Blast Radius Analysis
blast_radiusMap the attack chain of a specific CVE across your AI agent infrastructure. Identifies affected packages, MCP servers, agents, and exposed credentials and tools.
Instructions
Look up the blast radius of a specific CVE across your AI agent setup.
Scans local MCP configurations, finds the specified CVE, and returns
the full attack chain: which packages are affected, which MCP servers
use those packages, which agents connect to those servers, and what
credentials and tools are exposed.
Args:
cve_id: The CVE identifier (e.g. "CVE-2024-1234" or "GHSA-xxxx").
Returns:
JSON with blast radius details including risk_score,
affected_servers, affected_agents, exposed_credentials, and
exposed_tools. Returns found=false if CVE not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_id | Yes | CVE identifier to look up, e.g. 'CVE-2024-1234' or 'GHSA-xxxx'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |