yby6-video-parser
Audited by Socket on Mar 29, 2026
1 alert found:
AnomalyThis file primarily orchestrates parsing and downloading of user-supplied video URLs via imported modules. It contains no clear malicious logic itself (no exec/subprocess/backdoor/exfiltration). The main security risks visible in this fragment are (1) untrusted URL-driven network access and file writes delegated to other modules, (2) unsafe deletion risk if returned temp_dir is ever not a trusted temp location (no containment/allowlist checks before shutil.rmtree), and (3) an unusual load_env shadowing anomaly that could cause inconsistent behavior. Overall risk depends heavily on the imported parser/downloader/transcribe modules for URL validation, destination allowlisting, and temp directory safety.