Skip to content

feat: add audit command to scan git history for secrets#2

Merged
BLemine merged 1 commit into
mainfrom
claude/fix-ci-failure-33Yo1
Apr 18, 2026
Merged

feat: add audit command to scan git history for secrets#2
BLemine merged 1 commit into
mainfrom
claude/fix-ci-failure-33Yo1

Conversation

@BLemine

@BLemine BLemine commented Apr 18, 2026

Copy link
Copy Markdown
Owner

Walks the full git history using git log -p and flags:

  • .env files (excluding *.example/sample/template) ever committed
  • lines matching secret patterns: AWS keys, GitHub tokens, Stripe keys, Slack tokens, private key headers, and generic API key/secret/password assignments

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY

Walks the full git history using `git log -p` and flags:
- .env files (excluding *.example/sample/template) ever committed
- lines matching secret patterns: AWS keys, GitHub tokens, Stripe keys,
  Slack tokens, private key headers, and generic API key/secret/password
  assignments

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY
@BLemine BLemine merged commit 2ab408e into main Apr 18, 2026
2 checks passed
@BLemine BLemine deleted the claude/fix-ci-failure-33Yo1 branch April 18, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants