Mapbox iOS Patterns
v1.0.0Official integration patterns for Mapbox Maps SDK on iOS. Covers installation, adding markers, user location, custom data, styles, camera control, and featur...
⭐ 0· 36·0 current·0 all-time
by@mapbox
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Mapbox iOS patterns) match the content: Swift/SwiftUI/UIView examples, installation guidance, annotations, location, styles and interactions. There are no unrelated environment variables, binaries, or services requested.
Instruction Scope
Instructions focus on adding the Mapbox SDK and using it. They recommend placing a public MBXAccessToken in Info.plist and asking for iOS location permissions (NSLocationWhenInUseUsageDescription). Both are expected for this purpose, but note: the skill explicitly instructs requesting runtime location access (normal for map apps) and storing a public token in Info.plist — do not store secret keys or private tokens here.
Install Mechanism
No install spec or downloadable code is provided; the skill is instruction-only and references using Swift Package Manager/CocoaPods to add the official Mapbox repo. No suspicious URLs or archive installs are present (the repository URL referenced is the official GitHub).
Credentials
The skill requires no environment variables, secrets, or config paths. The only credential discussed is the Mapbox public access token (MBXAccessToken) which is appropriate and proportional for Mapbox SDK integration.
Persistence & Privilege
The skill is not always-enabled and is user-invocable with normal model invocation. It does not request elevated persistence or modify other skills/configuration.
Scan Findings in Context
[no-findings] expected: Regex scanner found nothing to analyze because this is an instruction-only skill with no code files; that's expected for a documentation-style skill.
Assessment
This skill is a documentation/reference pack for integrating Mapbox Maps SDK on iOS and appears coherent. Before using in your app: (1) confirm you use a public Mapbox token (pk.*) as recommended — do not embed secret keys in Info.plist or source control; (2) audit any location-permission flows you implement and add clear privacy text for users; (3) follow the official Mapbox SDK repository link in the docs when adding dependencies; and (4) review and test the suggested code in your app context (especially permission handling and data sources) before shipping.Like a lobster shell, security has layers — review code before you run it.
latestvk975hd035hew0y048mvsmcfsx183ywws
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
