Stats
Actions
Tags
From devteam
Runs Prettier formatting and tsc typechecking on edited JS/TS files at Stop. Blocks dangerous Bash (rm -rf, git force-push to main/master, --no-verify), branch protection, sensitive file writes, console.logs, secrets, debuggers.
5 events · 17 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
*python ${CLAUDE_PLUGIN_ROOT}/hooks/check-console.pypython ${CLAUDE_PLUGIN_ROOT}/hooks/cost-tracker.pypython ${CLAUDE_PLUGIN_ROOT}/hooks/session-summary.pyBashinput=$(cat | jq -r '.input // empty'); if echo "$input" | grep -qE 'rm\s+(-[a-zA-Z]*r[a-zA-Z]*f|--recursive.*--force|-rf)'; then echo 'BLOCKED: rm -rf is dangerous' >&2; exit 2; fi; exit 0input=$(cat | jq -r '.input // empty'); if echo "$input" | grep -qE 'git\s+push.*(-f|--force).*\s+(main|master)'; then echo 'BLOCKED: Force pushing to main/master is not allowed.' >&2; exit 2; fi; exit 0python -c "import sys, json; d=sys.stdin.read(); i=json.loads(d if d else '{}'); cmd=i.get('tool_input', {}).get('command', ''); sys.stderr.write('[devteam] BLOCKED: --no-verify is not allowed. Let git hooks run.\n') if '--no-verify' in cmd else None; sys.exit(2) if '--no-verify' in cmd else sys.stdout.write(d)"python ${CLAUDE_PLUGIN_ROOT}/hooks/branch-protection.pypython ${CLAUDE_PLUGIN_ROOT}/hooks/commit-quality.pyWrite|Editpython ${CLAUDE_PLUGIN_ROOT}/hooks/config-protection.pypython ${CLAUDE_PLUGIN_ROOT}/hooks/suggest-compact.pymcp__.*python ${CLAUDE_PLUGIN_ROOT}/hooks/mcp-health.py preReadpython ${CLAUDE_PLUGIN_ROOT}/hooks/large-file-warner.py.*python ${CLAUDE_PLUGIN_ROOT}/hooks/log-error.pyBashpython ${CLAUDE_PLUGIN_ROOT}/hooks/audit-log.pyWrite|Editpython ${CLAUDE_PLUGIN_ROOT}/hooks/test-runner.py60msstartup|resumeecho '[devteam] Dev team online — agents + hooks active. Three red lines: closure discipline, fact-driven, exhaustiveness.' >&2; exit 0mcp__.*python ${CLAUDE_PLUGIN_ROOT}/hooks/mcp-health.py failure5plugins reuse this hooks config
First indexed Jan 25, 2026
npx claudepluginhub fine5351/java-claude-dev-team --plugin devteam