tao-run-deft-aoi-cosmos3
Audited by Socket on Sep 17, 2026
2 alerts found:
Anomalyx2The fragment is a legitimate-looking Docker-based training submission launcher, not apparent malware. Its main risks are the intentionally powerful Docker execution and permissive bind-mount handling: annotation-controlled absolute paths and arbitrary extra mounts can expose host data to the container, and writable mounts can affect host files accessible to the invoking user. Review the external resolver, validation module, Docker image, and caller trust model before use.
No direct malware, credential theft, exfiltration, persistence, destructive behavior, or obfuscation is evident. The code is a policy wrapper around arbitrary subprocess execution and is security-sensitive by design. Its air-gap enforcement is heuristic and bypassable if untrusted input can select commands, invoke unrecognized interpreters or wrappers, or modify the state file. It should not be treated as a standalone security boundary.