speak-response
Fail
Audited by Socket on Feb 21, 2026
1 alert found:
Obfuscated FileObfuscated Fileqwen3-tts/design.py
HIGHObfuscated FileHIGH
qwen3-tts/design.py
The script itself is a straightforward CLI for TTS and contains no explicit malware constructs (no eval/exec, no subprocess, no hardcoded secrets). However, it presents a moderate supply-chain risk because it dynamically loads a named pretrained model from an external repository and suppresses logging during that operation, which reduces visibility into potentially malicious behavior during model fetch/deserialization. Treat model artifacts as untrusted: verify model provenance, inspect repository contents before loading in sensitive environments, and avoid running this on hosts with sensitive data. Enable logging during model loading for auditability.
Confidence: 98%
Audit Metadata