generate-map
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill geocodes landmarks using the OpenStreetMap Nominatim API, a reputable service. The implementation in
scripts/geocode.pyincludes required rate-limiting and a descriptive User-Agent, adhering to service guidelines. - [SAFE]: Local Python scripts
scripts/geocode.pyandscripts/build_map_url.pyrely exclusively on the standard library and perform no hidden or suspicious network operations. - [SAFE]: The skill's primary function is to transform user text into a GeoJSON visualization. All network activity is transparent and limited to the stated purpose of geocoding landmarks.
Audit Metadata