mapbox-web-integration-patterns

Pass

Audited by Runlayer on Mar 10, 2026

Risk Level: LOW
Scan Summary
Max Score
74%
Files
2
Flagged
1
Chunks
5
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
Max File Score
74%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
2
Files Flagged
1
Chunks Analyzed
5
Analyzed
Mar 10, 2026, 04:07 AM
Security Audit — runlayer — mapbox-web-integration-patterns