pub const CONTAINER_ENV_DENYLIST: &[&str];Expand description
Env var names that reference host-filesystem paths and must NOT be forwarded
into a container via docker exec -e. The container image supplies its own
values for these (e.g. CLAUDE_CONFIG_DIR=/home/agent/.claude baked in).