push-server-py
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a standard implementation for sending notifications to WeCom (Enterprise WeChat) via a push server API. The Python script `notify.py` uses the built-in `urllib` library to send POST requests to a user-configured endpoint (`QYWX_PUSH_URL`) using an API key provided via environment variables. The code contains proper input validation, error handling, and lacks any indicators of malicious intent, such as data exfiltration, unauthorized command execution, or prompt injection.
