infinitetalk
Audited by Socket on Jul 27, 2026
1 alert found:
AnomalyNo clear indicators of intentional malware (exfiltration, backdoors, persistence, or covert system control) are visible in this module. The main concerns are supply-chain/security hazards: it performs PyTorch deserialization via torch.load on a user-supplied checkpoint path (--voice1) and runs ffmpeg as an external process on user-provided media inputs. Additionally, it modifies sys.path at runtime, which could enable import hijacking in a compromised deployment environment. Recommended mitigations: restrict voice1/weight files to trusted sources, avoid running with attacker-controlled artifacts, consider validating/checking checkpoint files, and run in a sandboxed environment where external media parsing (ffmpeg) and imports are controlled.