Stats
Actions
Tags
From oci-administrator
Blocks Bash tool calls that attempt to run `git worktree add`, preventing accidental worktree creation. Executes a shell script to inspect and reject matching commands.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Bashsh -c 'script="${CLAUDE_PLUGIN_ROOT:-$(pwd)}/hooks/guard_destructive.py"; if [ ! -f "$script" ]; then echo "[oci-administrator] destructive guard not found at $script — Bash commands run UNGUARDED" >&2; exit 0; fi; python3 "$script"'npx claudepluginhub adibirzu/oci-skills --plugin oci-administrator