qweather
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a legitimate implementation for querying weather data via the QWeather (和风天气) API. It follows a standard CLI structure, implementing city lookup, real-time weather, forecasts, and life indices. Security analysis shows proper input validation in `scripts/lib/validators.ts`, safe HTTP request handling in `scripts/lib/http.ts`, and no evidence of data exfiltration, unauthorized execution, or malicious prompt injection in `SKILL.md`. The use of environment variables for API keys and hosts is consistent with the service's requirements.
