External Transmission
Medium
- Category
- Data Exfiltration
- Content
## 常用天气数据源 - 当前天气和预报:优先使用 Open-Meteo API(免费,无需 API Key) - 端点:`https://api.open-meteo.com/v1/forecast` - 支持参数:latitude, longitude, current=temperature_2m,relative_humidity_2m,apparent_temperature,wind_speed_10m,wind_direction_10m,weather_code,precipitation,pressure_msl,uv_index - 预报天数可用 `forecast_days` 指定(默认 7 天,最多 16 天) - 地理编码(地名转坐标):使用 Open-Meteo Geocoding API
- Confidence
- 86% confidence
- Finding
- The skill directs the agent to send user-supplied location queries and derived coordinates to third-party Open-Meteo endpoints. This is an external data transmission path that can expose potentially sensitive location information, especially for precise coordinates or historical queries tied to a user's movements.
