cloud-vulnerability-triage

Triages SCC vulnerability findings with GTI enrichment and SIEM exploitation checks.

85|14|Updated May 17, 2025
One-click install
npx skills add https://github.com/dandye/adk_runbooks --skill cloud-vulnerability-triage-dandye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cloud-vulnerability-triage
Source: https://github.com/dandye/adk_runbooks/tree/main/skills/triage/cloud-vulnerability-triage
Command: npx skills add https://github.com/dandye/adk_runbooks --skill cloud-vulnerability-triage-dandye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security teams face overwhelming volumes of cloud vulnerability findings from Security Command Center and lack the context to prioritize which ones demand immediate patching versus standard remediation. This Skill automates the triage of top critical and high SCC findings by enriching CVEs with threat intelligence and checking for active exploitation in the SIEM. ## Core Features & Use Cases - SCC Finding Retrieval: Pulls top vulnerability findings for a Google Cloud project and fetches remediation steps for each finding. - Threat Intelligence Enrichment: Enriches each CVE with Google Threat Intelligence data including exploitation status and related threats. - SIEM Exploitation Detection: Searches Chronicle SIEM for exploitation attempts and resource activity over the past 7 days. - Severity-Based Routing: Routes findings to immediate patch or standard remediation branches based on severity, with optional SOAR case documentation. - Use Case: A security analyst needs to triage the top 5 critical vulnerabilities in a GCP project. The Skill retrieves findings, enriches each CVE with GTI context, checks SIEM for active exploitation, and posts a prioritized summary to a SOAR case. ## Quick Start Triage the top vulnerability findings for my GCP project and summarize which ones need immediate patching based on threat intelligence and SIEM activity.

Frequently Asked Questions about cloud-vulnerability-triage

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

FAQPage Schema
How do I triage cloud vulnerability findings from Security Command Center?▼

Retrieve top vulnerability findings for your GCP project using the SCC MCP tool, then enrich each CVE with threat intelligence and check SIEM for exploitation activity. This Skill automates that loop and produces a prioritized triage report.

How to prioritize CVE patching using threat intelligence?▼

Enrich each CVE with Google Threat Intelligence to determine exploitation status and related threats, then correlate with SIEM events showing active exploitation attempts. Findings with confirmed exploitation route to immediate patching; others follow standard remediation schedules.

Does this work with Chronicle SIEM and SOAR?▼

Yes, the workflow uses secops-mcp tools to search security events and look up entity activity in Chronicle SIEM over a 7-day window. It can optionally post the triage summary as a comment to a SOAR case after user confirmation.

What data sources are required for vulnerability triage?▼

The workflow requires four MCP integrations: SCC for findings and remediation steps, GTI for CVE threat intelligence, Chronicle SIEM for event and entity lookups, and SOAR for optional case documentation. All are accessed through their respective MCP tool servers.

When should a vulnerability be patched immediately versus on a standard schedule?▼

Immediate patching applies when the severity router detects critical findings with active exploitation evidence from GTI or SIEM data. Findings without confirmed exploitation activity follow the standard remediation branch with scheduled patching.