//! Shell-command analysis. 1,650 lines that depend only on `RiskClass` — not
//! on `PolicyEngine`, `ActionRequest` or `SafetyMode` — and decide whether a
//! command is read-only, network-touching, or destructive.
//!
//! Extracted bottom-up: `lexer` has no dependencies at all, `tables` is data,
//! `classify` and `destructive` sit on both.
pub
pub
pub
pub
pub use *;
pub use *;
pub use *;
pub use *;