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.js uses express.json() into req.body; examples/nextjs/app/webhooks/smartcar/route.ts reads await request.text() then JSON.parse; examples/fastapi/main.py reads await request.body() then json.loads).

Issues (1)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 24, 2026, 03:54 AM
Issues
1
Security Audit — snyk — smartcar-webhooks