mapbox-flutter-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Provides instructions for standard development operations such as
flutter pub getfor dependency retrieval andpod installfor iOS platform setup. - [EXTERNAL_DOWNLOADS]: Recommends installing the
mapbox_maps_flutterpackage from the official pub.dev registry and references Mapbox's official documentation and GitHub repositories for integration guides and example code. - [INDIRECT_PROMPT_INJECTION]: The skill includes patterns for loading and parsing GeoJSON data from local assets to be rendered on the map.
- Ingestion points:
SKILL.mdandreferences/annotations.mddemonstrate loading strings fromassets/coffee_shops.geojsonusingrootBundle.loadString. - Boundary markers: No specific delimiters or instructions to ignore embedded content are present in the snippets that process the external data.
- Capability inventory: The skill uses the
MapboxMapcontroller to create annotation managers and add features (points, circles, lines) to the map interface based on the ingested data. - Sanitization: No explicit validation of the GeoJSON structure or sanitization of feature properties is demonstrated before the data is utilized by the Mapbox SDK.
Audit Metadata