cc-safe-setup 12.6.0 → 12.7.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.
Files changed (2) hide show
  1. package/index.mjs +14 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -487,6 +487,20 @@ function examples() {
487
487
  'file-size-limit.sh': 'Block creating files over 1MB',
488
488
  'branch-naming-convention.sh': 'Enforce feat/fix/chore branch prefixes',
489
489
  'pr-description-check.sh': 'Ensure PRs have description body',
490
+ 'max-session-duration.sh': 'Warn when session exceeds time limit',
491
+ 'dangling-process-guard.sh': 'Detect background processes after session',
492
+ 'encoding-guard.sh': 'Warn on non-UTF-8 file edits',
493
+ 'post-compact-restore.sh': 'Restore context after /compact',
494
+ 'ssh-key-protect.sh': 'Block reading SSH private keys',
495
+ 'git-signed-commit-guard.sh': 'Warn on --no-gpg-sign',
496
+ 'terraform-guard.sh': 'Block terraform destroy',
497
+ 'kubernetes-guard.sh': 'Block kubectl delete namespace',
498
+ 'subagent-scope-guard.sh': 'Limit subagent file access',
499
+ 'git-remote-guard.sh': 'Warn on non-origin remotes',
500
+ 'aws-region-guard.sh': 'Warn on unexpected AWS region',
501
+ 'api-endpoint-guard.sh': 'Block cloud metadata endpoints',
502
+ 'crontab-guard.sh': 'Warn before modifying crontab',
503
+ 'typosquat-guard.sh': 'Detect package typosquatting',
490
504
  },
491
505
  };
492
506
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-safe-setup",
3
- "version": "12.6.0",
3
+ "version": "12.7.0",
4
4
  "description": "One command to make Claude Code safe. 59 hooks (8 built-in + 51 examples). 26 CLI commands: dashboard, create, audit, lint, diff, migrate, compare, generate-ci. 284 tests.",
5
5
  "main": "index.mjs",
6
6
  "bin": {