v0.2.3Built-in Hooks Added

Guardy
Protect Your Code

curl guardy.run | sh

Code Security Suite

Protect your codebase from leaks, violations and security risks using git hooks, secrets scanner and secure file sync

🦀

Maximum Efficiency

Fastest in the industry with single binary, zero dependencies, parallel execution

Multi-Layer Protection

Git hooks, 100+ secret patterns, and secure config sync in one suite

AI-Era Ready

Enforce standards whether code is written by humans, AI assistants, or both

# .guardy.yaml
hooks:
  pre-commit:
    builtin: ["scan_secrets"]
    commands:
      format:
        run: dprint fmt
        glob: ["*.{ts,js,json,md}"]
        stage_fixed: true

  commit-msg:
    builtin: ["conventional_commits"]

settings:
  max_workers: 4