mapbox-web-integration-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references Mapbox GL JS assets hosted on the official api.mapbox.com CDN. This is a well-known service provided by the vendor for library distribution and is documented for prototyping use cases.
- [SAFE]: The skill provides security best practices for token management, specifically recommending the use of environment variables (e.g., VITE_MAPBOX_ACCESS_TOKEN) and .gitignore files to prevent sensitive credentials from being committed to version control.
- [SAFE]: Integration patterns for various frameworks include proper lifecycle handling, such as calling map.remove() to prevent memory leaks and implementing platform checks to avoid execution errors in server-side rendering (SSR) environments.
Audit Metadata