n8n-workflow-patterns
Provides proven architectural patterns for building efficient n8n workflows, enhancing automation and integration capabilities.
Install this skill
Security score
The n8n-workflow-patterns skill was audited on May 15, 2026 and we found 19 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 18 | 1. **Webhook Processing** (Most Common) |
Webhook reference - potential data exfiltration
| 20 | - Pattern: Webhook → Validate → Transform → Respond/Notify |
Webhook reference - potential data exfiltration
| 44 | **Webhook Processing** - Use when: |
Webhook reference - potential data exfiltration
| 46 | - Building integrations (Slack commands, form submissions, GitHub webhooks) |
Webhook reference - potential data exfiltration
| 48 | - Example: "Receive Stripe payment webhook → Update database → Send confirmation" |
Webhook reference - potential data exfiltration
| 81 | - **Webhook** - HTTP endpoint (instant) |
Webhook reference - potential data exfiltration
| 117 | - [ ] Identify the pattern (webhook, API, database, AI, scheduled) |
Webhook reference - potential data exfiltration
| 183 | ### 1. Webhook Data Structure |
Webhook reference - potential data exfiltration
| 184 | **Problem**: Can't access webhook payload data |
Webhook reference - potential data exfiltration
| 237 | - Access webhook data correctly ({{$json.body.field}}) |
Webhook reference - potential data exfiltration
| 256 | 1. Webhook - 35% |
Webhook reference - potential data exfiltration
| 282 | ### Example 1: Simple Webhook → Slack |
Webhook reference - potential data exfiltration
| 284 | 1. Webhook (path: "form-submit", POST) |
Webhook reference - potential data exfiltration
| 309 | 1. Webhook (receive chat message) |
Webhook reference - potential data exfiltration
| 315 | 3. Webhook Response (send AI reply) |
Webhook reference - potential data exfiltration
| 334 | - **webhook_processing.md** - Webhook patterns, data structure, response handling |
Webhook reference - potential data exfiltration
| 351 | **Webhook Processing**: Most common pattern |
Webhook reference - potential data exfiltration
| 352 | - Most common: Form submissions, payment webhooks, chat integrations |
Webhook reference - potential data exfiltration
| 397 | 2. **Webhook processing** is the most common pattern |