External Transmission
Medium
- Category
- Data Exfiltration
- Content
### By City Name ``` GET https://api.openweathermap.org/data/2.5/weather?q={city},{country_code}&appid={API_KEY}&units={units} ``` ### By Coordinates- Confidence
- 89% confidence
- Finding
- This skill sends user-supplied location data and an API key to an external third-party service. External transmission is expected for a weather skill, but it still creates privacy and secret-handling risk because sensitive data may be disclosed to the provider or exposed through unsafe request construction/logging.
