upgrade-stripe
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Official Service Integration: The skill provides instructions for upgrading and interacting with the official Stripe API. It references service-specific domains like api.stripe.com and js.stripe.com for API requests and library loading, which are standard for these integrations.
- SDK Dependency Management: The guide outlines the use of official SDKs, including the stripe package for Python and Node.js, and @stripe/stripe-js for Node.js. The use of standard package managers like pip and npm is a routine practice for maintaining these dependencies.
- Secure Configuration Examples: Code snippets demonstrate how to set API versions using placeholders for keys (e.g., sk_test_xxx), which is an appropriate method for documentation.
Audit Metadata