* Daniel Reichelt: >> Some of its checks look inherently dangerous, e.g. the bash -n >> check for shell syntax. > > Why would bash -n be dangerous?
In the past, the bash parser was not very successful at inhibiting command execution. I doubt that this has changed, although some corner cases have been fixed.