check-secrets
SolidScan the codebase for potential secret leaks including API keys, tokens, passwords, hardcoded project IDs, and sensitive identifiers. Use when the user says "check for secrets", "scan for leaks", "security check", or before committing sensitive changes.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- koborin-ai
- Repository
- koborin-ai/site
- Created
- 9 months ago
- Last Updated
- 3 days ago
- Language
- MDX
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
secret-scan
Scan code or a diff for hardcoded secrets (API keys, tokens, passwords, private keys, and other exposed credentials) before they get committed or shipped. Use before committing, during review, or when auditing a repository.
secret-scan
Scan the codebase and git history for leaked secrets using gitleaks. Detects API keys, tokens, passwords, and platform-specific patterns (Stripe sk_live_/sk_test_, AWS AKIA, RabbitMQ amqp://).
secrets-scan
Scan for secrets (API keys, tokens, private keys, credentials, real .env files) before committing or pushing — enforces "never commit secrets". Prefers gitleaks if installed; otherwise uses high-signal patterns. Reports findings by file:line with the value redacted. Use before any commit/push, when adding config or fixtures, or whenever asked to check for leaked secrets. Read-only.