Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From pythonic
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 · 4 hooks
npx claudepluginhub jwplatta/agent-cubicle --plugin pythonicSafety 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
Write|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && uv run ruff format "$FILE_PATH"Bashuv run ruff check . && uv run mypy src && uv run pytestWrite|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && uv run ruff check --fix "$FILE_PATH"Write|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && FILE_NAME=$(basename "$FILE_PATH" .py) && uv run pytest tests/test_${FILE_NAME}.pyShare bugs, ideas, or general feedback.