tao-train-sparse4d
Warn
Audited by Socket on Aug 25, 2026
1 alert found:
SecuritySecurityscripts/normalize_depth_paths.py
MEDIUMSecurityMEDIUM
scripts/normalize_depth_paths.py
Functionally, the script is a benign path-normalization utility for annotation pickle files. However, it performs unsafe deserialization using `pickle.load()` on files selected via user-controlled paths/directories. If any processed `.pkl` is malicious, running this tool can lead to arbitrary code execution during unpickling. Aside from that core risk, it does deterministic local path rewriting and (unless `--dry-run`) in-place overwrites of the input pickles. No direct indicators of stealthy malware (networking, subprocesses, persistence) appear in this snippet; the security danger is the inherent `pickle` trust model.
Confidence: 78%Severity: 78%
Audit Metadata