Telegram Offline Voice
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The skill is classified as suspicious due to the use of `curl -LsSf https://astral.sh/uv/install.sh | sh` in both `SKILL.md` and `README.md` for installing the `uv` dependency. While `uv` is a legitimate tool and its installation is plausible for the skill's stated purpose, this method of executing remote code directly from the internet is a high-risk practice that bypasses integrity checks and introduces a supply chain vulnerability. The core Python script (`scripts/voice_gen.py`) itself appears benign, performing its stated function of text-to-speech and audio conversion using `ffmpeg` without evidence of malicious intent.
