byted-las-pdf-parse-doubao
Audited by Socket on Apr 18, 2026
1 alert found:
AnomalyThis Bash script primarily performs legitimate asynchronous task polling and local logging. It does not directly show classic malware indicators in the snippet (no command execution based on `FULL_OUTPUT`, no obvious backdoor/persistence, no exfiltration logic, no suspicious network destinations). However, it has meaningful security risks: unsanitized `TASK_ID` can affect the output path and lead to unintended file writes; `source`ing a `.env` file can execute arbitrary shell code if that file is compromised; and persisting the full `lasutil` response verbatim may capture sensitive information. Overall risk is moderate, driven more by configuration integrity and filesystem handling than by evidence of embedded malicious functionality.