Block 1 - Set Config Variables
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
N8N Security Audit Report Automated Weekly Email What does this workflow do? This workflow automatically generates and emails a comprehensive security audit report for your N8N instance every...
n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.cron, n8n-nodes-base.n8n, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Matthieu.
Original n8n.io sourceThis workflow automatically generates and emails a comprehensive security audit report for your N8N instance every week. It identifies potential security risks related to:
The report includes direct links to affected workflows, execution statuses, and actionable recommendations.
Edit the "Set Config Variables" node:
{
"email_to": "[email protected]",
"project_name": "My-N8N-Project",
"server_url": "https://n8n.yourdomain.com", // NO trailing slash!
"Language": "EN" // or "FR"
}
Subject: π Audit Report My-Project β Risk π§ Moderate
Content:
π Summary
β’ Credentials involved: 8 (5 unique)
β’ Nodes involved: 12
- π» code: 4
- π httpRequest: 3
- π ssh: 2
β’ Community nodes: 1
β’ Overall risk level: π§ Moderate
π Credentials Risk Report
πΉ Credentials with full access
- π My AWS Credentials
- π Database Admin
π Workflow: Data Processing Pipeline π’ (25-10-2024 06:15 β 06:16)
- π» Process Data
- π API Call
π§© Nodes Risk Report
[...detailed node analysis...]
Modify the "Schedule Trigger" node to run:
Add multiple emails in the Gmail node's toList parameter
Edit the JavaScript in "Format Audit Report" nodes to customize when risk levels change
Replace Gmail node with:
β
Compliance Monitoring: Track security posture for audits
β
Team Awareness: Keep your team informed of security status
β
Change Detection: Notice when new risky nodes are added
β
Best Practices: Get recommendations to improve security
β
Multi-Environment: Run separate instances for dev/staging/prod
Nodes Used: 8
Credentials Required: 2 (N8N API + Gmail OAuth2)
External Dependencies: None
N8N Version: Compatible with latest N8N versions
Execution Time: ~10-20 seconds
Empty report?
β Check your N8N API key has audit permissions
Workflow links don't work?
β Verify server_url is correct and has no trailing slash
No execution status shown?
β Workflows must have been executed at least once
Wrong language displayed?
β Set Language to exactly "FR" or "EN" (uppercase)
Unlike basic monitoring tools, this workflow:
Found this helpful? Please rate the template!
Have suggestions? Drop a comment below.
Pro tip: Combine this with N8N's native alerting for real-time incident response!
Tags: #security #audit #monitoring #compliance #automation #email #reporting #credentials #governance
MIT - Feel free to modify and share!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated weekly security audit reports with Gmail delivery |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | SecOps |
| Author | Matthieu |
| Published | 24 Oct 2025 |
Use the JSON export at /data/workflows/10112/10112.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
N8N Security Audit Report Automated Weekly Email What does this workflow do? This workflow automatically generates and emails a comprehensive security audit report for your N8N instance every...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your SecOps use case.