Commute Traffic

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent TomTom traffic-checking skill, with the main consideration that it needs a TomTom API key and sends requested route locations to TomTom.

This skill appears safe for its stated purpose. Before installing, make sure you trust the package source, use a dedicated TomTom API key, and only ask it to check routes whose origin and destination you are comfortable sending to TomTom.

Findings (3)

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.

What this means

It is harder to independently verify who maintains the skill, although the supplied source files are simple and align with the stated purpose.

Why it was flagged

The package provenance is not linked to a public source repository or homepage, so users have less external context for maintainer identity and update history.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only from a trusted registry or owner, and review the included files before enabling it.

What this means

Anyone able to use the skill through your OpenClaw environment may cause requests against your TomTom key and quota.

Why it was flagged

The skill requires a TomTom API key, which is expected for this integration but is still a credential that can consume API quota.

Skill content
"requires": {"bins": ["python3"], "env": ["TOMTOM_API_KEY"]}, "primaryEnv": "TOMTOM_API_KEY"
Recommendation

Use a dedicated TomTom API key, monitor quota usage, and rotate the key if you suspect it was exposed.

What this means

Your requested origin and destination, which may reveal home, work, or travel patterns, are shared with TomTom to calculate traffic results.

Why it was flagged

The script sends origin/destination queries and coordinates to TomTom API endpoints for geocoding and routing, which is necessary for the skill but exposes route-location data to the provider.

Skill content
TOMTOM_BASE = "https://api.tomtom.com"
Recommendation

Avoid using highly sensitive addresses unless you are comfortable sharing them with TomTom, and review TomTom’s privacy terms if needed.