文字转语音/Text to Audio

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill bundle provides a legitimate implementation of a Text-to-Speech service using the Microsoft Edge TTS library. The scripts `check_env.py` and `tts_generate.py` are well-structured, performing environment checks, dependency installation, and audio synthesis as described in `SKILL.md`. While `check_env.py` uses subprocess to install the `edge-tts` package, this behavior is explicitly documented and directly supports the tool's functionality without any signs of malicious intent, data exfiltration, or harmful prompt injection.