Guard
Can I trust the agent not to do damage — in any harness, with proof?
Can I trust the agent not to do damage — in any harness, with proof?
One deterministic policy file. The same verdict in Claude Code, Codex, Cursor, CI, and a local check. Backed by a bypass-attempt suite. The edge over built-in permission modes is portable and testable, not "it blocks rm -rf".

Overview
@ruah-dev/guard sits between an agent and the world. Deterministic rules only — no LLM "intent detection".
npx @ruah-dev/guard init
npx @ruah-dev/guard check --cmd 'rm -rf /' --json
echo '{"tool":"Bash","command":"rm -rf /"}' | npx @ruah-dev/guard hook --stdinRequires Node.js >= 18. Zero runtime dependencies. Peer: @ruah-dev/schema.
Commands
ruah guard check --cmd "rm -rf /"
ruah guard check --file staged.diff
ruah guard hook claude-code
ruah guard hook --stdin --fail-open
ruah guard audit --last 50 --json
ruah guard initExit codes: 0 allow, 1 deny / findings / user error, 2 internal error.
Policy
.ruah/guard.json, validated against Policy from @ruah-dev/schema. Built-in defaults deny rm -rf / ~ ., dd, mkfs, DROP/TRUNCATE, force-push to main, curl|bash, chmod 777, > /dev/sd*, git reset --hard + clean -fd, base64 -d | sh. Wrappers (sudo, bash -c, $HOME, ; / &&) are expanded first.
Secrets: Stripe / Anthropic / AWS / GitHub / PEM / JWT / high-entropy. Excerpts are sk_live_••••. Allowlist via secrets.allow in guard.json.
Composition
ruah guard check --cmd "$CMD" --json | jq -e '.decision == "allow"'