Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The script unconditionally runs `pkill -f "chromium.*remote-debugging"` before launching its own browser, which can terminate unrelated Chromium instances across the system that happen to match the pattern. In a shared workstation or automation host, this creates a denial-of-service risk and can disrupt other users' sessions or jobs beyond the script's scope.
