aiprise-webhooks
Warn
Audited by Snyk on Jul 28, 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). The required runtime workflow is an HTTP webhook handler that reads the raw request body (outsider-authored free text from an external caller, e.g., AiPrise’s POST payload) via
req.body/request.body()/request.text()and then parses it (JSON.parse/json.loads), which gets fed into the handler context (even if not into an LLM, it is still untrusted outsider text).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata