pub fn is_dangerous_command(command: &str) -> bool
Check if a command matches known dangerous patterns (e.g., rm -rf /, git push --force).
rm -rf /
git push --force