pub fn validate_bash_command(command: &str) -> (BashSafety, &'static str)Expand description
Validate a bash command for safety before execution. Returns (safety_level, reason) for the command.
pub fn validate_bash_command(command: &str) -> (BashSafety, &'static str)Validate a bash command for safety before execution. Returns (safety_level, reason) for the command.