v0.1.0 — guardrails: safe-by-default Claude Code
First public release of groundwork — a safe-by-default Claude Code harness starter pack.
guardrails (v0.1.0)
A PreToolUse Bash guard + a redacted audit log. Local-only, zero-config, MIT.
- Blocks supply-chain (piping a remote script into a shell), disk-destroying (
dd/mkfs), and fork-bomb commands. - Asks before
rm -rf, force-push,DROP/TRUNCATE,kubectl delete, credential/.envaccess, and cloud-resource deletion. - Redacted audit log — tokens/passwords masked before they're written.
- Every rule is
off/ask/block, per-repo or global, plus your own patterns. - Works in
--dangerously-skip-permissions(yolo) mode — a PreToolUsedenystill stops the command (verified headless). /guardrails:self-testproves it live in ~10s, executing nothing.batstests + CI.
Bundled with dev-loop (a wiki-grounded plan→verify loop) in the same marketplace; the guard stands alone.
Install
/plugin marketplace add choiyounggi/groundwork
/plugin install guardrails@groundwork
MIT.