From shipshitdev-library
Detects private information, secrets, API keys, and credentials in codebases before open sourcing. Scans files, git history, and sets up pre-commit hooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:open-source-checkerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when you're:
Use when you're:
.pem, .key).env should be gitignored)gitleaks, truffleHog, or git-secretsgit-filter-repo if neededgitleaks: Best for git history scanningtruffleHog: Alternative history scannergit-secrets: AWS-focused with pre-commit hooksdetect-secrets: Baseline-based detectionnpx claudepluginhub shipshitdev/skills --plugin worktreeScans code, git history, and configs for secrets like API keys, cloud credentials, private keys, and DB strings using regex, entropy, and context. Assesses severity and generates remediation reports.
Scans codebases for hardcoded secrets, API keys, and credentials. Detects patterns like AWS, Stripe, GitHub tokens and checks .env files. Useful before public commits or during security audits.
Scans source code and git history for hardcoded secrets, API keys, passwords, credentials using gitleaks, detect-secrets, grep patterns. Categorizes risks and suggests prevention like pre-commit hooks.