Pattern: Starting a process with no shell
Issue: -
This rule looks for the spawning of a subprocess in a way that doesn't use a shell. Although this is generally safe, it maybe useful for penetration testing work-flows to track where external system calls are used.