What happened
Adversa AI surveyed 11 open-source AI coding agents using five bypass classes: quote manipulation (r''m resolves to rm), IFS expansion (rm$IFS-rf$IFS/ splits to three arguments), command substitution ($(echo rm) computes binary name dynamically), Base64 piped to shell interpreter, and destructive utility flags (find /x -delete, dd of=/dev/sda). Ten of eleven agents failed at least one class. Continue was the only agent with a correct defense.