deep-review
Warn
Audited by Socket on Jul 30, 2026
1 alert found:
AnomalyAnomalyscripts/run_jobs.py
LOWAnomalyLOW
scripts/run_jobs.py
No explicit malware behavior (e.g., credential theft, network exfiltration, persistence, or obfuscated payloads) is evident in this module alone. The dominant security concern is that it is a high-impact job runner: it executes a user-supplied command template (--command) with job-controlled substitutions, redirecting stdout/stderr to disk, and it can abort the entire run based on substring matches in captured output. Therefore, its security posture strongly depends on input control and isolation of jobs/CLI configuration. Additional review of job definitions and the helper module(s) (e.g., validate_job_output/_common) is recommended to complete the supply-chain assessment.
Confidence: 64%Severity: 56%
Audit Metadata