Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Security
2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The prompt includes hardcoded API keys and webhook secrets (e.g., "sk_test_...", "pk_test_...", "whsec_...") in code examples, which encourages embedding secret values verbatim in generated outputs and is therefore insecure.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill is explicitly a Stripe payment-integration skill and includes direct calls to Stripe's API to create checkout sessions, PaymentIntents, Subscriptions, create refunds, attach payment methods, and confirm payments (including setting stripe.api_key). These are specific payment-gateway operations that can initiate charges, manage billing/subscriptions, and issue refunds — i.e., direct financial execution capabilities.
e63f7dd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.