Lux Tts
Analysis
This local TTS skill mostly stays local, but it asks users to run unreviewed elevated installer scripts and the included implementation appears to be a simulator despite high-quality voice-cloning claims.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
一键安装(推荐)... # 以管理员身份运行 ... install.bat ... powershell -ExecutionPolicy Bypass -File deploy.ps1
The guide recommends elevated installer execution and PowerShell policy bypass for scripts that are not included in the provided file manifest, creating an unreviewed-code provenance gap.
完全可用的 LuxTTS 模拟版本 ... 生成基础音频(模拟语音) ... audio = 0.4 * np.sin(...)
The included implementation says it is a simulated version and generates synthetic sine-wave audio, which conflicts with the skill’s high-quality LuxTTS and voice-cloning marketing claims.
target_path = os.path.join(voices_dir, name) ... shutil.copy2(audio_path, target_path)
The voice-add method builds a destination path from a caller-controlled name without showing checks against absolute paths, '..' traversal, or overwrites.
