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
9
10
//! Cloud pack - protections for cloud provider CLI commands.
//!
//! This pack provides protection against destructive cloud operations:
//! - AWS CLI (aws)
//! - Google Cloud SDK (gcloud)
//! - Azure CLI (az)

pub mod aws;
pub mod azure;
pub mod gcp;