Community

secrets

Find exposed secrets before they become incidents. Scans for API keys, passwords, tokens, private keys, and connection strings. Checks git history too.

/secrets

Changelog
2026-03-26 Launch 0.6.1

Initial release in the security skill pack.

How it works

1
Identify codebase

Checks arguments or uses current directory

2
Pattern scan

Searches for API keys, passwords, tokens, AWS credentials, Slack tokens, GitHub tokens

3
File scan

Finds .env files, .pem keys, credential files that shouldn't be committed

4
Git history check

Looks for secrets in deleted files that are still in git history

5
Report

Table of findings with type, file, line, and risk level

6
Offer fixes

Adds patterns to .gitignore, replaces hardcoded values with env vars

Details


Security pack