mpp-spt-lifecycle
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Fetches documentation and API references from Stripe's official domain (
docs.stripe.com), which is a well-known and trusted service. - [SAFE]: Recommends secure credential management by using environment variables (
process.env.STRIPE_WEBHOOK_SECRET) rather than hardcoding secrets. - [SAFE]: Includes security best practices such as verifying webhook signatures using standard library methods (
stripe.webhooks.constructEvent) to prevent request spoofing.
Audit Metadata