flutter-http-and-json
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides standard boilerplate for Dart and Flutter development, utilizing secure patterns such as 'Uri.https' and structured error handling. All network requests target 'api.example.com', which is a safe placeholder.
- [EXTERNAL_DOWNLOADS]: The skill references the official 'http' package and 'firebase_vertexai', which is a well-known and trusted library from Google/Firebase. These are standard dependencies for the described functionality.
- [PROMPT_INJECTION]: The skill includes an example of processing external data through an AI model ('analyzeData'). While this creates a surface for indirect prompt injection, the skill mitigates risk by demonstrating the use of structured JSON schemas ('Schema') to validate and constrain the model's output, preventing the execution of arbitrary instructions embedded in data.
Audit Metadata