web-maps-mapbox
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents legitimate Mapbox GL JS integration patterns for interactive maps. It follows security best practices by recommending the use of environment variables for sensitive access tokens instead of hardcoding them within the skill or application code.
- [DATA_EXFILTRATION]: No unauthorized network operations or sensitive data access patterns were found. The skill utilizes standard Mapbox services and official, well-known plugins for geocoding and directions.
- [PROMPT_INJECTION]: The skill proactively addresses the risk of indirect injection (specifically XSS) through untrusted data in map popups. It provides explicit mitigation guidance, instructing the agent to use
setText()orsetDOMContent()for user-provided data to prevent cross-site scripting, rather than the unsafesetHTML()method.
Audit Metadata