destructive_command_guard 0.4.3

A Claude Code hook that blocks destructive commands before they execute
Documentation
1
2
3
4
5
6
7
8
//! Secret management packs - protections for secrets tooling.
//!
//! These packs focus on destructive operations in secret management systems.

pub mod aws_secrets;
pub mod doppler;
pub mod onepassword;
pub mod vault;