Intent-Code Divergence
Medium
- Confidence
- 91% confidence
- Finding
- The stop path can terminate more than the intended proxy process. It first attempts `kill -9 -- -"$pid"`, which targets an entire process group, and then force-kills any process bound to the configured port, so a stale or incorrect PID/port value can kill unrelated local processes and cause denial of service.
