flutter-use-http-package
Fail
Audited by Snyk on Jul 13, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill includes an example that hardcodes an Authorization header value ('Bearer your_token_here'), which teaches or requires embedding secret tokens directly in code/output and therefore creates an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required workflow includes making a runtime HTTP request (e.g., the example GET to
https://jsonplaceholder.typicode.com/photos) and then parsingresponse.bodyviajsonDecode, which is outsider-authored free text from a public web source.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata