DHMZ Weather
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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
Using the skill may cause your agent to make network requests to Croatian public weather websites to retrieve XML weather data.
Why it was flagged
The skill instructs the agent to use curl for outbound requests to public weather XML endpoints; this is disclosed and central to the weather lookup purpose.
Skill content
curl -s "https://vrijeme.hr/hrvatska_n.xml"
Recommendation
Use the skill if you are comfortable with outbound requests to the listed weather domains; no API key or personal credential is required.
