flutter-use-http-package
Fail
Audited by Snyk on Jun 12, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt instructs adding access tokens to request headers and the example hardcodes an Authorization header ('Bearer token_here'), which encourages embedding secrets verbatim in code/output and thus risks secret exposure.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required workflow performs runtime HTTP GET requests to an external API (e.g.,
client.get(Uri.parse('https://api.example.com/products'))) and then passes the fetched response body (response.body, arbitrary server text) into the LLM context viacompute(parseProducts, response.body)for JSON decoding/mapping.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata