greendot-webhooks
Warn
Audited by Snyk on Aug 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime workflow in the Express/Next.js/FastAPI webhook handlers reads outsider-authored free text from incoming HTTP request bodies (
POST /webhooks/greendot) and headers, parses the JSON (JSON.parse/req.text()/json.loads) after only OAuth token verification, so an outsider can POST poison into the monitored endpoint.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata