Blast Radius Analysis
blast_radiusAssess a CVE's blast radius across your AI agents and infrastructure. Retrieve risk score, affected servers/agents, exposed credentials, and tools to prioritize remediation.
Instructions
Look up the blast radius of a specific CVE across your AI agent setup.
Reads the tenant's persisted control-plane finding evidence when it is
available. Standalone MCP mode falls back to a local MCP configuration
scan and labels that narrower source explicitly.
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'. | |
| scan_id | No | Optional persisted scan scope. | |
| tenant_id | No | Tenant scope for persisted findings. Defaults to 'default'. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |