flutter-use-http-package
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions for configuring and using the official Flutter
httppackage for network communications. - [SAFE]: The code examples target
jsonplaceholder.typicode.com, which is a well-known and trusted public service used for testing and prototyping REST APIs. - [SAFE]: The documentation correctly uses placeholders (e.g.,
'Bearer your_token_here') for sensitive information such as authorization tokens, rather than hardcoding actual credentials. - [SAFE]: The required platform configuration changes, such as adding the
INTERNETpermission to Android and network client entitlements to macOS, are necessary and standard for the skill's stated purpose of network communication.
Audit Metadata