treezor-webhooks
Warn
Audited by Snyk on Jul 25, 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.85). Outsider-authored free text enters the LLM context via the runtime webhook request body: the workflow parses arbitrary inbound JSON from Treezor (untrusted external party) using
JSON.parse/json.loadsand then uses the resulting fields in logging/switching; e.g.,examples/express/src/index.jsreadsreq.body.toString('utf8')and parses it intoevent, and the contents (likewebhook/object_idderived from that body) become readable strings.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata