Frost Sentinel Lite

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill mostly matches a weather-alert purpose, but its privacy claim conflicts with sending location-derived coordinates to Open-Meteo.

Before installing, confirm you are comfortable storing your ZIP/postcode or coordinates locally and sending location-derived coordinates to Open-Meteo for forecasts. Also verify your localhost notification bridge is trusted, because it may forward alerts through WhatsApp or Telegram.

Findings (4)

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

A user may believe their location never leaves their machine, when forecast requests can reveal approximate location coordinates to a third-party provider.

Why it was flagged

The guide makes a strong privacy claim, but also says location-derived coordinates are used with Open-Meteo, an external weather API.

Skill content
This agent operates entirely locally. Your data is never sent to a third-party server... Reply with your Operating ZIP/Postcode. The agent will automatically convert this to GPS coordinates for the Open-Meteo API and save it locally.
Recommendation

Revise the documentation and prompts to clearly disclose that Open-Meteo receives coordinates, and ask for user consent before storing or using location data.

What this means

Your ZIP/postcode or derived coordinates may remain on disk and be reused by the skill across sessions.

Why it was flagged

The skill persists location information for future automated runs.

Skill content
check local `settings.json` for the user's Operating ZIP/Postcode. Convert to GPS coordinates... Save response to `settings.json`.
Recommendation

Document the exact settings file location, provide a clear way to edit or delete it, and avoid entering a more precise location than needed.

What this means

If enabled, the skill can automatically check forecasts, store location settings, and send alerts without a manual prompt each day.

Why it was flagged

The skill can run on a schedule and use network, notification, and local file tools; these are expected for daily weather alerts but still grant automated action capability.

Skill content
cron: "0 16 * * *"... permissions: web_fetch, notify, local_read, local_write
Recommendation

Install only if you want scheduled alerts, and keep network access limited to the documented Open-Meteo and localhost notification destinations.

What this means

You have less independent context for the publisher or project history.

Why it was flagged

The artifact has limited public provenance, although no executable code or install script is provided.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer a verified source or maintainer information when available, and review future updates before granting permissions.