You are helping me build the following AI agent workflow. ## Goal Intelligent Security and Compliance Digest: Daily digest of Security, Privacy, and Compliance news summarized by AI and delivered to your inbox. ## Specification - What it does: Receive a daily email with AI-summarized security, privacy, and compliance news from your curated RSS feeds. This agent filters fresh articles from the last 24 hours, removes duplicates, and delivers clean HTML insights directly to your Gmail inbox so you stay informed without reading every source. - Trigger: On a schedule (Scheduled ยท daily) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Gmail: Sending HTML digests - Google Gemini Chat Model: Summarizing news insights - Code: Fetching RSS and processing data ## Known pitfalls, handle each one explicitly in your implementation 1. RSS feeds may return inconsistent date formats so parse dates carefully before filtering for the last 24 hours. 2. HTML injection attacks are possible if user-generated content is included so sanitize all HTML output before sending. ## Reference implementation https://n8n.io/workflows/4678 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/intelligent-security-and-compliance-digest/ via usecasesforagents.com