implementing-saaskit-python
Warn
Audited by Snyk on Jul 25, 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.70). The workflow ingests outsider-authored free text from an HTTP request query/body (e.g.,
/auth/callback?code=...&state=...and cookies/params likestate/code) via the runtime web framework (FastAPI/Django/Flaskrequest.args/request.GET/cookie reads), which is uncontrolled by the operating user and can contain prompt-injection strings.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata