mapbox-web-integration-patterns
Pass
Audited by Runlayer on Mar 10, 2026
Risk Level: LOW
Scan Summary
Flagged Files (1)
mapbox-web-integration-patterns/SKILL.mdLOW
74.0%
Tool passed security scan
Risky tool definition detected
Tool: mapbox-web-integration-patterns/SKILL.md [3/4] Description: { return ['center', 'zoom', 'map-style']; } constructor() { super(); this.map = null; } connectedCallback() { mapboxgl.accessToken = this.getAttribute('access-token'); this.map = new mapboxgl.Map({ container: this, style: this.getAttribute('map-style') || 'mapbox://styles/mapbox/standard', center: this.getAttribute('center')?.split(',').map(Number) || [0, 0], zoom: parseFloat(this.getAttribute('zoom')) || 9 }); } disconnectedCallb
Passed Files (1)Click to expand
mapbox-web-integration-patterns/AGENTS.mdOK
3.6%
Tool passed security scan
Audit Metadata