flutter-implement-json-serialization
Warn
Audited by Snyk on Jul 13, 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 required workflow “Fetching and Parsing JSON” instructs decoding
response.bodyfrom an HTTP request (jsonDecode(response.body)/compute(parseUsers, response.body)), which at runtime is outsider-authored free text from a remote server and is ingested into the LLM context if the agent includes the parsed content.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata