External Transmission
Medium
- Category
- Data Exfiltration
- Content
from typing import Any GEOCODING_URL = "https://geocoding-api.open-meteo.com/v1/search" FORECAST_URL = "https://api.open-meteo.com/v1/forecast" USER_AGENT = "china-weather-skill/1.0 (+https://clawhub.ai/)" CHINA_CODES = {"CN", "HK", "MO", "TW"}- Confidence
- 86% confidence
- Finding
- https://api.open-meteo.com/
