cc-safe-setup 5.3.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/audit-web/index.html +228 -642
- package/docs/index-legacy.html +685 -0
- package/docs/index.html +228 -642
- package/examples/git-tag-guard.sh +10 -0
- package/examples/max-file-count-guard.sh +8 -0
- package/examples/no-curl-upload.sh +6 -0
- package/examples/no-install-global.sh +11 -0
- package/examples/no-port-bind.sh +7 -0
- package/examples/no-sudo-guard.sh +8 -0
- package/examples/npm-publish-guard.sh +9 -0
- package/examples/reinject-claudemd.sh +44 -0
- package/index.mjs +6 -0
- package/package.json +1 -1
- package/docs/app.html +0 -271
package/README.md
CHANGED
|
@@ -253,7 +253,7 @@ Or browse all available examples in [`examples/`](examples/):
|
|
|
253
253
|
- [Hooks Cookbook](https://github.com/yurukusa/claude-code-hooks/blob/main/COOKBOOK.md) — 25 recipes from real GitHub Issues ([interactive version](https://yurukusa.github.io/claude-code-hooks/))
|
|
254
254
|
- [Japanese guide (Qiita)](https://qiita.com/yurukusa/items/a9714b33f5d974e8f1e8) — この記事の日本語解説
|
|
255
255
|
- [Hook Test Runner](https://github.com/yurukusa/cc-hook-test) — `npx cc-hook-test <hook.sh>` to auto-test any hook
|
|
256
|
-
- [Hook Registry](https://github.com/yurukusa/cc-hook-registry) — `npx cc-hook-registry search database`
|
|
256
|
+
- [Hook Registry](https://github.com/yurukusa/cc-hook-registry) — `npx cc-hook-registry search database` ([browse online](https://yurukusa.github.io/cc-hook-registry/))
|
|
257
257
|
- [Hooks Cheat Sheet](https://yurukusa.github.io/cc-safe-setup/cheatsheet.html) — printable A4 quick reference
|
|
258
258
|
- [Ecosystem Comparison](https://yurukusa.github.io/cc-safe-setup/ecosystem.html) — all Claude Code hook projects compared
|
|
259
259
|
- [The incident that inspired this tool](https://github.com/anthropics/claude-code/issues/36339) — NTFS junction rm -rf
|