Mapbox Token Security Skill This skill provides security expertise for managing Mapbox access tokens safely and effectively. Token Types and When to Use Them Public Tokens (pk.\ ) Characteristics: - Can be safely exposed in client-side code - Limited to specific public scopes only - Can have URL restrictions - Cannot access sensitive APIs When to use: - Client-side web applications - Mobile apps - Public-facing demos - Embedded maps on websites Allowed scopes: - - Display style tiles (raster) - - Read style specifications - - Access Mapbox fonts - - Read dataset data - - Vision API access Sec…