cc-safe-setup 5.3.0 → 5.4.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 -0
- package/audit-web/index.html +228 -642
- package/docs/index-legacy.html +685 -0
- package/docs/index.html +228 -642
- package/examples/reinject-claudemd.sh +44 -0
- package/index.mjs +9 -0
- package/package.json +1 -1
- package/docs/app.html +0 -271
package/README.md
CHANGED
|
@@ -224,6 +224,7 @@ Or browse all available examples in [`examples/`](examples/):
|
|
|
224
224
|
- **session-handoff.sh** — Auto-save git state and session info to `~/.claude/session-handoff.md` on session end
|
|
225
225
|
- **diff-size-guard.sh** — Warn/block when committing too many files at once (default: warn at 10, block at 50)
|
|
226
226
|
- **dependency-audit.sh** — Warn when installing packages not in manifest (npm/pip/cargo supply chain awareness)
|
|
227
|
+
- **env-source-guard.sh** — Block sourcing .env files into shell environment ([#401](https://github.com/anthropics/claude-code/issues/401))
|
|
227
228
|
- **symlink-guard.sh** — Detect symlink/junction traversal in rm targets ([#36339](https://github.com/anthropics/claude-code/issues/36339) [#764](https://github.com/anthropics/claude-code/issues/764))
|
|
228
229
|
- **binary-file-guard.sh** — Warn when Write targets binary file types (images, archives)
|
|
229
230
|
- **stale-branch-guard.sh** — Warn when working branch is far behind default
|