Briefing Diario

PassAudited by ClawScan on May 1, 2026.

Overview

This is a straightforward daily briefing skill that fetches public weather, exchange-rate, and holiday data; the main thing to know is that it may use your city with public APIs.

This skill appears safe for its stated purpose. Before installing, be aware that using it can send location-based weather queries to public APIs and fetch exchange-rate and holiday data from external services. Avoid providing a precise location if that is sensitive to you.

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.

What this means

When invoked, the agent may run a local date lookup and contact public services to fill the dashboard.

Why it was flagged

The skill directs the agent to run a simple local date command and make outbound requests to named public APIs. This is expected for a daily briefing and is not paired with mutation or credential handling.

Skill content
Use `TZ="America/Sao_Paulo" date` ... Use o endpoint da Open-Meteo ... Use a AwesomeAPI
Recommendation

Install only if you are comfortable with these network lookups occurring when you ask for the briefing.

What this means

Your approximate city/location may be used in requests to public weather APIs.

Why it was flagged

The skill may use the user's city or coordinates for weather requests, which can reveal approximate location to the external weather provider. This is purpose-aligned for a local weather dashboard.

Skill content
Identifique a cidade do Usuário (padrão: Belo Horizonte, -19.9208, -43.9378)
Recommendation

Use a general city or the default location if you do not want a precise personal location used for the briefing.