n8n-code-python
Warn
Audited by Snyk on Feb 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's SKILL.md explicitly instructs reading webhook payloads (see "Critical: Webhook Data Structure" with examples using _json.get("body", {})) and references using outputs from an HTTP Request node (e.g., _node["HTTP Request"]["json"]) which means it ingests and processes arbitrary external HTTP/webhook content from third-party sources.
Audit Metadata