π¨ Exposed Credentials Found
The file examples/.env.basic in this repository contains a live Stripe secret key that should never be committed to Git.
What was found:
- Stripe LIVE secret key (
sk_live_...) β Can be used to make charges, refunds, and access payment data
- This is a LIVE key, not a test key
Why this is dangerous:
Anyone with this Stripe live key can process payments, issue refunds, and access sensitive payment information on your Stripe account.
Recommended actions:
- IMMEDIATELY revoke this key from the Stripe Dashboard
- Remove the file from Git history using
git filter-branch
- Add
*.env* to your .gitignore
- Never commit API keys to Git
β https://buymeacoffee.com/vibecode
π¨ Exposed Credentials Found
The file
examples/.env.basicin this repository contains a live Stripe secret key that should never be committed to Git.What was found:
sk_live_...) β Can be used to make charges, refunds, and access payment dataWhy this is dangerous:
Anyone with this Stripe live key can process payments, issue refunds, and access sensitive payment information on your Stripe account.
Recommended actions:
git filter-branch*.env*to your.gitignoreβ https://buymeacoffee.com/vibecode