resonate-http-service-design-typescript
Warn
Audited by Snyk on Aug 10, 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 HTTP entrypoints in the runtime flow accept outsider-authored free text via
app.post("/jobs", ...)(req.body) and pass it into a durable workflow viaresonate.beginRpc(jobId, "process-job", req.body, ...).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata