πŸ”’ Send organized security CVE digests from NVD with AI-polished summaries to Gmail

⚑ 669 views Β· πŸ”’ SecOps & Security Automation

Description

Summary

Turns the latest CVEs from NVD into a clean, sortable email digest (table + plaintext) and sends it via Gmail. The flow pulls the newest CVEs, extracts Vendor / Product / Version, severity & CVSS, highlights public exploit references, drafts an HTML table, then asks OpenAI to tighten the copy before emailing it. Optionally, you can swap the Gmail node to Signal, Slack, Microsoft Teams, etc.

Perfect for: SecOps leads who want a low-noise digest of what changed recently, grouped and ranked by severity.


What this workflow does


Prerequisites

Quick start

  1. Import the workflow JSON below.

  2. Open HTTP Request β†’ Headers and confirm apiKey uses {{$env.NVD_API_KEY}}.

  3. Open Send a message (Gmail) and set To to {{$env.RECIPIENT_EMAIL}} (or your address).

  4. Open OpenAI Email Crafter and connect your OpenAI credential (or change model if needed).

  5. Hit Execute to test, then Activate when happy.

Credits

Created by ca7ai (n8n Creator).


Tags

security, cve, cisa, nvd, email, monitoring, openai, gmail, automation

πŸ”— Nodes Used

HTTP Request, Gmail, Schedule Trigger, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup