subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
message = self._format_notification(notification) self._log(f"Sending notification to OpenClaw: {len(details)} messages") result = subprocess.run( ["openclaw", "system", "event", "--text", message, "--mode", "now"], capture_output=True, text=True,- Confidence
- 93% confidence
- Finding
- result = subprocess.run( ["openclaw", "system", "event", "--text", message, "--mode", "now"], capture_output=True, text=True,
