Stats
Actions
Tags
From dev-core
Blocks Bash commands via PreToolUse guard, then formats code and restores project scaffolding after each Edit/Write. Uses bash scripts.
2 events · 3 hooks
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
Edit|Writenode ${CLAUDE_PLUGIN_ROOT}/hooks/security-check.jsBashif echo "$CLAUDE_TOOL_INPUT" | grep -qE '(^|\s|&&|;|\|)bun test(\s|$)' && ! echo "$CLAUDE_TOOL_INPUT" | grep -qE 'bun run test'; then echo 'Use bun run test (Vitest), not bun test (Bun runner)' >&2; exit 2; fiEdit|Writenode ${CLAUDE_PLUGIN_ROOT}/hooks/format.jsnpx claudepluginhub roxabi/roxabi-plugins --plugin dev-core198plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 198 plugins