I am testing Alias1 model, with Red Team Agent, and if I run cai with no sudo, some tools, like nmap -sS require sudo privileges. I want to avoid to use sudo cai just to not run all the tools as high privilege for security reasons, and I would like to run sudo only for the tools that actually need.
For example here
instead of QUITTING, would be nice something like "Trying to ask for sudo grants...".
Is it possible to implement a sudo request before a tool requiring sudo is run?