subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
cmd.append('--auto-install') print(" → Auto-install dependencies enabled") result = subprocess.run(cmd, cwd=exec_agent_dir) if result.returncode != 0: print("ERROR: exec-agent failed")- Confidence
- 82% confidence
- Finding
- result = subprocess.run(cmd, cwd=exec_agent_dir)
