stripe-payments
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Recommends installing official Stripe packages (
stripe,@stripe/stripe-js) viabunand the Stripe CLI via Homebrew for local testing. - [CREDENTIALS_UNSAFE]: Correctly instructs users to manage sensitive credentials like
STRIPE_SECRET_KEYandSTRIPE_WEBHOOK_SECRETusing environment variables rather than hardcoding them. - [COMMAND_EXECUTION]: Provides standard shell commands for project initialization and local development testing with the Stripe CLI.
- [DATA_EXFILTRATION]: Webhook handling includes mandatory signature verification using
stripe.webhooks.constructEvent, preventing unauthorized data injection or manipulation from spoofed requests.
Audit Metadata