External Transmission
Medium
- Category
- Data Exfiltration
- Content
Free, no key, good for programmatic use: ```bash curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true" ``` Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.
- Confidence
- 82% confidence
- Finding
- The example explicitly makes an external HTTPS request to api.open-meteo.com, which transmits location data to a third party. In this skill context, external transmission is necessary for functionality, but the absence of a warning or data-handling note means users may not realize their query data leaves the local environment.
