tasksh will execute a shell command when I use <taskwarrior command> && <shell command>. This may be considered a vulnerability if you wish. I would expect add "foo" && add "bar" to execute task add "foo" && task add "bar", not task add "foo" && add "bar".