Expand description
Command safety validation.
This module re-exports validate_command_safety from the canonical
command_safety module. All dangerous-command detection, injection
pattern detection, and shell parsing live in command_safety/.
Re-exportsยง
pub use crate::command_safety::validate_command_safety;