Skip to main content

n8n-automation

Enables management of n8n workflows via REST API, allowing users to trigger, list, create, and debug automations efficiently.

Install this skill

or
85/100

Security score

The n8n-automation skill was audited on Feb 9, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 48

Webhook reference - potential data exfiltration

SourceSKILL.md
48### Trigger Workflow (via webhook)
low line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50# Production webhook
low line 51

Webhook reference - potential data exfiltration

SourceSKILL.md
51curl -s -X POST "$N8N_API_URL/../webhook/{webhook-path}" \
low line 55

Webhook reference - potential data exfiltration

SourceSKILL.md
55# Test webhook
low line 56

Webhook reference - potential data exfiltration

SourceSKILL.md
56curl -s -X POST "$N8N_API_URL/../webhook-test/{webhook-path}" \
medium line 120

Webhook reference - potential data exfiltration

SourceSKILL.md
120- Webhook URLs are separate from API URLs (no auth header needed)
low line 15

External URL reference

SourceSKILL.md
15export N8N_API_URL="https://your-instance.app.n8n.cloud/api/v1" # or http://localhost:5678/api/v1
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →