resonate-http-service-design-python
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 required runtime path ingests outsider-authored free text via HTTP routes that accept request bodies/payloads (e.g.,
@app.post("/webhooks/approval/{order_id}")readspayload: dictand feeds it intor.promises.resolve), enabling indirect prompt injection if the downstream worker LLM consumes that resolved value.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata