Norway Roads
PassAudited by ClawScan on May 1, 2026.
Overview
The skill appears to query a disclosed public Norwegian road data API and display results, without asking for credentials or changing anything.
This looks safe for checking public Norwegian road-closure data. Be aware that it contacts the official NVDB API over the internet and should not be treated as a complete live traffic or weather safety source.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Using the skill will contact the external NVDB service, which may see normal network metadata such as the requester IP and request timing.
The script performs outbound API requests, but the endpoint is the disclosed official public road-data API and the code does not send credentials, local files, or user secrets.
url = "https://nvdbapiles-v3.atlas.vegvesen.no/vegobjekter/485?inkluder=lokasjon,egenskaper&antall=100" ... urllib.request.urlopen(req, timeout=30)
Use it when outbound requests to the official public road-data API are acceptable.
Users could over-rely on the output for live incidents or weather-related road safety when the skill mainly reports registered closures and barriers.
The skill description is broader than the actual disclosed data coverage, although the limitations section does warn that it is not a live traffic-incident source.
Use when the user asks about road status, closed roads, traffic conditions, weather on roads... Limitations: Shows registered closures in NVDB, not real-time traffic incidents
For safety-critical travel decisions, confirm with official live sources such as the Vegvesen app or phone service mentioned by the skill.
