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.
81
71%
Does it follow best practices?
Impact
97%
1.49xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/payment-processing/skills/stripe-integration/SKILL.mdSecurity
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.
Insecure credential handling detected (high risk: 1.00). The prompt's examples and patterns explicitly set API keys and webhook secrets inline in code (e.g., stripe.api_key = "sk_test_...", endpoint_secret = "whsec_..."), which instructs an agent to include secret values verbatim in 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.
Direct money access detected (high risk: 1.00). The skill is explicitly a Stripe payment integration and includes concrete APIs and code to create charges, payment intents, subscriptions, refunds, and to attach/manage payment methods. Examples in the prompt: stripe.checkout.Session.create, stripe.PaymentIntent.create and confirm, stripe.Subscription.create, stripe.Refund.create, stripe.PaymentMethod.attach, plus use of secret API keys and webhook handling for payment events. These are specific payment gateway operations (Stripe) that can move money and manage financial transactions — not generic interfaces. Therefore it grants direct financial execution capability.
91fe43e
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.