đź”’ Filter cybersecurity news for your tech stack (OpenAI + Pinecone RAG)

⚡ 2,275 views · 🔒 SecOps & Security Automation

Description

What it does:

Collects cybersecurity news from trusted RSS feeds and uses OpenAI’s Retrieval-Augmented Generation (RAG) capabilities with Pinecone to filter for content that is directly relevant to your organization’s tech stack. “Relevant” means the AI looks for news items that mention your specific tools, vendors, frameworks, cloud platforms, programming languages, operating systems, or security solutions — as described in your .txt scope documents. By training on these documents, the system understands the environment you operate in and can prioritize news that could affect your security posture, compliance, or operational stability. Once filtered, summaries of the most important items are sent to your work email every day.

How it works

What you need to do:

  1. Setup your OpenAI and Pinecone credentials in the workflow
  2. Create and configure a Pinecone index (dimension 1536 recommended)
    1. Pinecone is free to setup.
    2. Setup Pinecone with a single free index.
    3. Use a namespace like: scope.
    4. Make sure the embedding model is the same for all of your Pinecone references.
  3. Submit .txt scope documents listing your technologies, vendors, platforms, frameworks, and security products.
    1. .txt does not need to be structured.
    2. Add as much detail as possible.
  4. Update AI prompts to accurately describe your company’s environment and priorities.

đź”— Nodes Used

RSS Read, Gmail, Schedule Trigger, AI Agent, Embeddings OpenAI, OpenAI Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup