Integrates payment processing with Stripe, PayPal, or Square including subscriptions, webhooks, and PCI compliance. Use when implementing checkout flows, recurring billing, or handling refunds and disputes.
66
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./plugins/payment-gateway-integration/skills/payment-gateway-integration/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
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 contains explicit payment gateway integrations (Stripe and PayPal). The code uses the Stripe SDK with calls that create payment intents, subscriptions, and refunds and handles webhook events (using secret keys and webhook signature verification). The doc also references PayPal order creation/capture and refund processing. These are specific financial execution APIs (moving money), not generic tools.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md’s required runtime workflow only defines server endpoints/webhook handlers that ingest Stripe/PayPal webhook request bodies and headers when those webhooks are received; outsider-authored free text can enter via the HTTP POST body the handlers parse.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The frontend integration loads and executes a remote PayPal script at runtime (https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID), which fetches and runs third-party code required for the PayPal buttons to function.
ad16332
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.