Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From rubyist
Blocks destructive database commands (e.g., DROP, DELETE) and warns when file edits may contain secrets. Runs bash scripts on PreToolUse and PostToolUse events.
2 events · 3 hooks
npx claudepluginhub jwplatta/agent-cubicle --plugin rubyistSafety 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
Bashgit diff --cached --name-only --diff-filter=ACM | grep '\.rb$' | xargs -r bundle exec rubocop --force-exclusionWriteecho 'File written: $TOOL_INPUT' | jq -r '.file_path'Write|Editecho 'Code smell analysis for: $TOOL_INPUT' | jq -r '.file_path'Share bugs, ideas, or general feedback.