smartcar-webhooks
Warn
Audited by Snyk on Jul 24, 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.75). Outsider free text (Smartcar webhook body fields and
data.challenge) is received at runtime via the public HTTP webhook endpoint, parsed as JSON in the generated handlers (examples/express/src/index.jsusesexpress.json()intoreq.body;examples/nextjs/app/webhooks/smartcar/route.tsreadsawait request.text()thenJSON.parse;examples/fastapi/main.pyreadsawait request.body()thenjson.loads).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata