What problem does it solve? A container detection looks like one compromised workload, but images get reused across namespaces, clusters, and clouds. This Skill turns a single Falcon detection into a scoped blast radius: which image caused it, where else that image runs, and what vulnerabilities it carries. ## Core Features & Use Cases - Detection-to-image pivot: Distinguishes image scan detections (cwpp) from runtime node detections and joins on agent_id to identify the exact image digest. - Cross-cluster sprawl search: Queries Falcon Kubernetes container inventory to count every running instance of the image across clusters, namespaces, and cloud accounts, flagging tag drift and cross-account sprawl. - Vulnerability assessment: Pulls CVEs for the image via falcon_search_images_vulnerabilities, sorted by CVSS score. - Evidence-backed dashboard: Renders a self-contained HTML report with verdict, metrics, tables, and full query provenance. - Use Case: A high-severity detection fires on an EKS node. Use this Skill to identify the image digest, discover it running in 34 containers across 4 clusters and 2 cloud accounts, and produce a dashboard a responder can act on in a minute. ## Quick Start Triage this container detection and show me everywhere else the same image is running across all clusters and clouds.