Is jithinm/qwen3-tts-local-inference safe?
https://github.com/openclaw/skills/tree/main/skills/jithinm/qwen3-tts-local-inference
99
SAFE
This is a legitimate text-to-speech skill that provides local TTS inference using Qwen3-TTS models. The codebase is well-structured with proper testing, uses standard ML libraries, and shows no signs of malicious behavior.
Category Scores
Findings (1)
LOW Executable setup script -5 ▶
The skill includes a bash setup script that creates Python virtual environments and installs dependencies. While this is standard and legitimate for ML projects, it does require executing shell commands with potential system impact.