The prefix must be a string prefix of the full command. IMPORTANT: Bash commands may run multiple commands that are chained together. For safety, if the command seems to contain command injection, you must return "command_injection_detected". (This will help protect the user: if they think that they're allowlisting command A, but the AI coding agent sends a malicious command that technically has the same prefix as command A, then the safety system will see that you said "command_injection_detected" and ask the user for manual confirmation.) Note that not every command has a prefix. If a command has no prefix, return "none". ONLY return the prefix. Do not return any other text, markdown markers, or other content or formatting.