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 get for dependency retrieval and pod install for iOS platform setup.
  • [EXTERNAL_DOWNLOADS]: Recommends installing the mapbox_maps_flutter package 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.md and references/annotations.md demonstrate loading strings from assets/coffee_shops.geojson using rootBundle.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 MapboxMap controller 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
Risk Level
SAFE
Analyzed
Sep 15, 2026, 12:01 AM
Security Audit — agent-trust-hub — mapbox-flutter-patterns