Releases: thidebrito/claude-code-security-kit
Releases Β· thidebrito/claude-code-security-kit
v1.0.0 β Initial Public Release π‘οΈ
π First public release
Production-grade security & IP protection for developers using Claude Code (and AI coding agents).
What is it
5 automatic guardrails + IP authorship proof running silently in the background. You write code, the kit watches your back.
Highlights
- β Layer A β 5 hooks (block secrets/PII commits, auto-template new projects, pre-deploy guard, session health-check)
- β Layer B β Templates (.gitignore Γ 4 flavors, .env.example, pre-commit, .gitleaksignore)
- β Layer C β Authorship proof (UUID + invisible watermarks + SHA-256 + OpenTimestamps Bitcoin blockchain)
- β Layer 0 β Skill, commands, CLAUDE.md rules (always-on orchestration)
Quick Start
git clone https://github.com/thidebrito/claude-code-security-kit.git ~/PROJETOS/claude-code-security-kit
cd ~/PROJETOS/claude-code-security-kit && bash install.shComparison
- vs Husky/Lefthook: complete out-of-the-box system, no rules to configure
- vs Trufflehog/Gitleaks: scanner + templates + IP proof + AI agent integration
- vs GitGuardian: open-source, MIT, zero cost
Documentation
- README β overview, comparison, FAQ
- docs/ARCHITECTURE.md β 4-layer deep dive
- docs/INSTALLATION.md β install + troubleshooting
- docs/HOOKS.md β each hook explained
- docs/PROTECT-BUILD.md β Layer C IP protection deep dive
Validation
- β ShellCheck passing
- β Gitleaks passing (no secrets in repo)
- β Markdown Lint passing
- β Health-check 24/24
β Star the repo if it saved you from leaking a secret!