destructive_command_guard 0.5.4

An AI coding agent hook that blocks destructive commands before they execute
Documentation
1
2
3
4
5
//! Remote access packs - protections for remote sync and access tooling.

pub mod rsync;
pub mod scp;
pub mod ssh;