subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
def detect_runtime_receive_target_from_tmux(): try: proc = subprocess.run( ["tmux", "capture-pane", "-pt", "openclaw", "-S", "-300"], capture_output=True, text=True,- Confidence
- 86% confidence
- Finding
- proc = subprocess.run( ["tmux", "capture-pane", "-pt", "openclaw", "-S", "-300"], capture_output=True, text=True, timeout=10, )
