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
//! API Gateway packs - protections for API gateway management platforms.
//!
//! Provides protection for:
//! - AWS API Gateway (REST and HTTP APIs)
//! - Kong API Gateway (CLI, deck, Admin API)
//! - Google Apigee

pub mod apigee;
pub mod aws;
pub mod kong;