Briefing Diario
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.
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.
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.
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.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
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.
