map — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited map (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
World map visualization using D3-Geo projections. Renders GeoJSON country features with optional coordinate-based markers and tooltips.
import { Map, MapMarker } from 'reaviz';| Prop | Type | Default | Description | |
|---|---|---|---|---|
data | any | — | GeoJSON geographic data (required) | |
markers | ReactElement<MapMarkerProps>[] | — | Array of MapMarker components | |
fill | string | 'rgba(255, 255, 255, 0.3)' | Fill color for map regions | |
projection | `'mercator' \ | 'natural-earth'` | 'mercator' | Map projection type |
width | number | auto | Width in pixels | |
height | number | auto | Height in pixels | |
margins | Margins | — | Chart margins | |
className | string | — | SVG CSS class | |
containerClassName | string | — | Container div CSS class |
| Prop | Type | Default | Description |
|---|---|---|---|
coordinates | [number, number] | — | Geographic [longitude, latitude] (required) |
index | number | — | Marker index for staggered animation |
size | number | 3 | Circle radius |
tooltip | any | — | Tooltip content (string or component) |
onClick | () => void | — | Click handler |
import worldData from './worldData.json'; // GeoJSON FeatureCollection
<Map
height={350}
width={500}
data={worldData}
/><Map
height={350}
width={500}
data={worldData}
markers={[
<MapMarker
coordinates={[-122.490402, 37.786453]}
tooltip="San Francisco"
/>,
<MapMarker
coordinates={[-58.3816, -34.6037]}
tooltip="Buenos Aires"
/>,
<MapMarker
coordinates={[-97.7437, 30.2711]}
tooltip="Austin, TX"
/>,
]}
/><Map
data={worldData}
height={350}
width={500}
projection="natural-earth"
/><Map
data={worldData}
fill="rgba(0, 150, 255, 0.2)"
/><div style={{ width: '80vw', height: '60vh' }}>
<Map data={worldData} />
</div>'010') is automatically excludedaria-label, tabIndex, and role="graphics-document"[longitude, latitude] order (D3-Geo convention)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.