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

Prompt Injection 100/100 · 30%
Data Exfiltration 100/100 · 25%
Code Execution 95/100 · 20%
Clone Behavior 100/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 100/100 · 5%

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.