flutter-use-http-package
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to add the official
httppackage using the standard Flutter package manager (flutter pub add http). This is the recommended library for Dart/Flutter networking. - [DATA_EXFILTRATION]: The provided examples include network requests to an external endpoint (
https://api.example.com/products). It also uses a placeholder string ('Bearer token_here') for authorization headers, which is a standard educational practice for documenting authentication. - [COMMAND_EXECUTION]: Includes instructions for modifying platform configuration files, such as
AndroidManifest.xmland macOS entitlements. These steps are standard and necessary to grant a Flutter application the required permissions to access the internet. - [SAFE]: The skill ingests data from external API responses and parses it for display in the UI. While it does not implement explicit sanitization of the server data before rendering, it lacks any high-risk capabilities (like file system writes or shell command execution) that would make it vulnerable to indirect injection attacks.
Audit Metadata