中国城市天气Weather In China

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill is designed to fetch weather information from weather.com.cn using a Python script. The `SKILL.md` and `README.md` provide clear instructions for its use, including setting up aliases and alternative `curl` commands for other weather APIs, none of which constitute prompt injection or malicious intent. The `weather-cn.py` script uses standard Python libraries (`requests`, `re`) to perform web scraping, and input sanitization appears adequate for its purpose, preventing shell or arbitrary URL injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.