Description
Analyzes Bash scripts and highlights syntax to encourage safer, clearer shell code. Developers use it to catch quoting issues and rewrite scripts in a more predictable style.
It helps with review, but it does not replace testing. Shell scripts can still delete files, change services, or expose secrets when run, so validate behavior in a safe environment.