douyin-transcribe
Warn
Audited by Socket on Sep 19, 2026
1 alert found:
SecuritySecurityscripts/transcribe.js
MEDIUMSecurityMEDIUM
scripts/transcribe.js
The code appears to implement a legitimate media transcription workflow and contains no clear malware or intentional covert exfiltration. However, runCommand() is unsafe because it passes interpolated user- and environment-controlled values to execSync(), enabling command injection in relevant execution paths. Use execFileSync() with argument arrays and validate paths/URLs. Protect .env and cookie files, restrict configurable output paths if appropriate, and fix the unterminated string syntax error.
Confidence: 98%Severity: 72%
Audit Metadata