v0.2.3•Built-in Hooks Added
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