external-gitcode-ascend-verl-feature-deploy
Warn
Audited by Socket on May 19, 2026
1 alert found:
AnomalyAnomalyassets/start_template.sh
LOWAnomalyLOW
assets/start_template.sh
Overall, this code fragment appears to be a legitimate distributed training launcher/orchestrator rather than a malicious payload. The primary security concerns are (1) operationally disruptive commands (pkill -9 python, rm -rf /tmp/ray), (2) execution of a relative downstream script (./run_training.sh), and (3) potential secret leakage by printing a substring of SWANLAB_API_KEY. There are no strong malware indicators (no exfiltration, backdoor, or obfuscated execution) visible in the provided fragment; the highest remaining supply-chain risk is the unseen downstream script and template substitution inputs.
Confidence: 63%Severity: 56%
Audit Metadata