Missing User Warnings
High
- Confidence
- 97% confidence
- Finding
- The manual command `lsof -ti :<port> | xargs kill -9` is a forceful, irreversible kill pattern presented as a 'classic' command without a warning that SIGKILL bypasses graceful shutdown and may cause data loss or service disruption. Because the skill is specifically about port-based process management, readers are likely to reuse this exact one-liner, increasing the chance of unsafe termination in the wrong context.
