stripe-integration
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official
stripePython library to implement payment flows, adhering to established security standards for financial integrations. - [SAFE]: It demonstrates secure webhook handling by implementing signature verification via
stripe.Webhook.construct_event, protecting the endpoint against spoofed or unauthorized data. - [SAFE]: All sensitive parameters, including API keys and payment methods, are provided as standard test-mode placeholders (e.g.,
sk_test_...), which prevents the accidental exposure of production credentials.
Audit Metadata