willitmerge is a command line tool used to check if pull requests are mergeable. It's designed for developers to quickly assess the mergeability of their code changes. However, due to its use of insecure child process execution API (exec), willitmerge is vulnerable to command injection attacks. This means an attacker can inject malicious commands, potentially leading to unauthorized access or data manipulation.