flutter-use-http-package
Warn
Audited by Snyk on Jul 3, 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.85). The workflow’s runtime path ingests public web content: the example
fetchPhotos()callshttp.get(Uri.parse('https://jsonplaceholder.typicode.com/photos')), then readsresponse.body(free-form JSON text from an outsider) and passes it intocompute(parsePhotos, response.body)for LLM-readable parsing context.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata