autoresearch-fleet
Audited by Socket on May 14, 2026
1 alert found:
SecurityNo clear evidence of intentional malware (e.g., exfiltration/backdoor/crypto-mining) is present. However, this module is a high-risk command-string builder: it returns a bash command assembled from many caller/env inputs but only validates a small subset. In particular, --extra-exports is inserted into 'export ${kv}' without quoting/sanitization, and --codex-extra-flags is appended verbatim. If the returned INNER_CMD is executed by bash (as implied), an attacker controlling those inputs could achieve shell command injection and arbitrary code execution in the worker/supervisor environment. This should be treated as a security alert and requires strict input validation/quoting and/or avoiding string-based command execution.