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 parsing response.body via jsonDecode, which is outsider-authored free text from a public web source.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 13, 2026, 05:40 PM
Issues
2
Security Audit — snyk — flutter-use-http-package