Everytime I ask ai-shell to execute the code it suggests I get this warning:
(node:26981) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
The suggested code gets executed without any problem, but I always get the warning/error first.