Skip to content

Releases: thidebrito/claude-code-security-kit

v1.0.0 β€” Initial Public Release πŸ›‘οΈ

07 May 03:30

Choose a tag to compare

πŸŽ‰ 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.sh

Comparison

  • 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

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!