Back to skill
v1.0.0

Briefing Diario

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 6:07 AM.

Analysis

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.

GuidanceThis 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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
Use `TZ="America/Sao_Paulo" date` ... Use o endpoint da Open-Meteo ... Use a AwesomeAPI

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.

User impactWhen invoked, the agent may run a local date lookup and contact public services to fill the dashboard.
RecommendationInstall only if you are comfortable with these network lookups occurring when you ask for the briefing.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
Identifique a cidade do Usuário (padrão: Belo Horizonte, -19.9208, -43.9378)

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.

User impactYour approximate city/location may be used in requests to public weather APIs.
RecommendationUse a general city or the default location if you do not want a precise personal location used for the briefing.