Pro Zh Summary
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a legitimate Chinese text summarization tool using a local MT5 model. It employs a client-server architecture where `main.py` acts as a CLI and `server.py` hosts a FastAPI-based inference engine on a local port (28199) to keep the model in memory for performance. While it uses `subprocess.Popen` to silently launch the backend server and allows reading local files via the `--file` argument, these behaviors are consistent with its stated purpose of processing long documents and optimizing AI agent response times. No evidence of data exfiltration, malicious persistence, or harmful prompt injection was found.
