claude-code-ultimate-guide/examples/hooks/bash
Florian BRUNIAUX 9218ab37d6 feat: security scanning workflow (auditor + patcher + gate hook)
- security-hardening.md Part 4: PR security review workflow
  3-agent pipeline: scan → data flow trace → patch
  Tableau par type de changement (auth, DB, upload, deps)
  Hook pre-push git pour alerter sur fichiers sensibles
- security-patcher agent: applique les findings du security-auditor
  Propose avant d'écrire, jamais en autonomie (human approval gate)
  Séparation nette detect vs patch
- security-gate.sh hook: PreToolUse, 7 patterns vulnérables bloqués
  SQLi, XSS innerHTML, secrets hardcodés, eval() dynamique,
  hash faible (MD5/SHA1 password), command injection, path traversal
  Complément de dangerous-actions-blocker.sh (ops système)
- Claude Code Security (research preview) documentée dans security-hardening.md
  Comparaison Security Auditor Agent vs feature Anthropic
- reference.yaml: 4 nouvelles entrées indexées

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 15:21:35 +01:00
..
auto-checkpoint.sh feat: add 4 ClaudeKit-inspired hooks (checkpoint, validation, file-guard) 2026-02-02 21:50:48 +01:00
auto-format.sh feat: add Learning Paths, examples, and project governance files 2026-01-10 14:25:22 +01:00
claudemd-scanner.sh feat(docs): add LLM Handbook + Google Whitepaper integration v3.3.0 2026-01-14 21:00:49 +01:00
dangerous-actions-blocker.sh feat(examples): add production-ready commands, hooks, and comprehensive documentation 2026-01-10 17:30:30 +01:00
file-guard.sh feat: add 4 ClaudeKit-inspired hooks (checkpoint, validation, file-guard) 2026-02-02 21:50:48 +01:00
learning-capture.sh feat: add learning guide & website badge 2026-01-17 18:42:34 +01:00
mcp-config-integrity.sh feat(security): add security hardening guide and hooks v3.6.0 2026-01-15 07:39:53 +01:00
notification.sh feat(examples): add production-ready commands, hooks, and comprehensive documentation 2026-01-10 17:30:30 +01:00
output-secrets-scanner.sh feat(security): add security hardening guide and hooks v3.6.0 2026-01-15 07:39:53 +01:00
output-validator.sh feat(docs): add LLM Handbook + Google Whitepaper integration v3.3.0 2026-01-14 21:00:49 +01:00
permission-request.sh docs: add missing hook events from official CHANGELOG (v2.1.9-v2.1.10) 2026-01-27 12:45:47 +01:00
pre-commit-evaluator.sh feat(docs): add LLM Handbook + Google Whitepaper integration v3.3.0 2026-01-14 21:00:49 +01:00
pre-commit-secrets.sh feat: add configuration management and MCP secrets workflows (closes #16204) 2026-02-02 18:17:42 +01:00
privacy-warning.sh feat(docs): add comprehensive data privacy documentation v3.2.0 2026-01-14 20:42:19 +01:00
prompt-injection-detector.sh feat(security): add security hardening guide and hooks v3.6.0 2026-01-15 07:39:53 +01:00
repo-integrity-scanner.sh feat(security): add security hardening guide and hooks v3.6.0 2026-01-15 07:39:53 +01:00
rtk-auto-wrapper.sh docs: v3.27.1 — fact-check corrections, grepai docs, RTK overhaul 2026-02-15 18:41:45 +01:00
rtk-baseline.sh docs: v3.27.1 — fact-check corrections, grepai docs, RTK overhaul 2026-02-15 18:41:45 +01:00
sandbox-validation.sh docs: add Native Sandboxing comprehensive documentation (v3.21.1) 2026-02-02 20:24:17 +01:00
security-check.sh feat: add Learning Paths, examples, and project governance files 2026-01-10 14:25:22 +01:00
security-gate.sh feat: security scanning workflow (auditor + patcher + gate hook) 2026-02-22 15:21:35 +01:00
session-logger.sh feat(docs): add LLM Handbook + Google Whitepaper integration v3.3.0 2026-01-14 21:00:49 +01:00
session-summary-config.sh fix: make session-summary-config.sh compatible with Bash 3.2+ (macOS) 2026-02-16 11:42:20 +01:00
session-summary.sh docs: v3.27.1 — fact-check corrections, grepai docs, RTK overhaul 2026-02-15 18:41:45 +01:00
setup-init.sh docs: add missing hook events from official CHANGELOG (v2.1.9-v2.1.10) 2026-01-27 12:45:47 +01:00
subagent-stop.sh docs: add missing hook events from official CHANGELOG (v2.1.9-v2.1.10) 2026-01-27 12:45:47 +01:00
test-on-change.sh feat: add 4 ClaudeKit-inspired hooks (checkpoint, validation, file-guard) 2026-02-02 21:50:48 +01:00
tts-selective.sh docs: add Agent Vibes TTS integration documentation (v3.11.1) 2026-01-22 16:08:32 +01:00
typecheck-on-save.sh feat: add 4 ClaudeKit-inspired hooks (checkpoint, validation, file-guard) 2026-02-02 21:50:48 +01:00
unicode-injection-scanner.sh feat(security): add security hardening guide and hooks v3.6.0 2026-01-15 07:39:53 +01:00
velocity-governor.sh chore: update guide content and add new examples 2026-02-18 18:48:19 +01:00