stripe
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content for integrating with Stripe, a well-known payment processing service.
- [SAFE]: Credentials and API keys mentioned in the documentation and curl examples use placeholders (e.g.,
sk_live_xxx), which is a standard safe practice for documentation and instructional materials. - [SAFE]: The skill recommends using secure methods for secret management, such as
wrangler secret putand 1Password Environment, rather than hardcoding sensitive values in source files. - [SAFE]: The provided code examples for handling Webhooks include secure signature verification using Stripe's official SDK and recommended practices for the Cloudflare Workers environment, such as the
SubtleCryptoprovider. - [SAFE]: The network operations documented, such as
curlcalls toapi.stripe.com, target official API endpoints of a well-known service for legitimate administrative and testing tasks.
Audit Metadata