Stripe secret key found in client-side JavaScript
Exposed Secrets
Anyone can inspect the bundle, steal the key, and make authenticated Stripe API requests.
Move the secret key to a server-side environment variable and call Stripe only from an API route.
