Wraps Braintree (PayPal-owned) sandbox testing patterns: sandbox merchant credentials, Drop-in / Hosted Fields client-side patterns, the Transaction lifecycle (submitted_for_settlement → settled), Braintree's distinctive test-card behaviours (specific PANs trigger specific errors), and the webhook verification (Braintree Webhook Parser). Use when testing Braintree-integrated code.
80
100%
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
Security
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 documents direct use of the Braintree payment gateway API (initializing a BraintreeGateway with merchant keys, creating transactions via gateway.transaction.sale, submitting for settlement, forcing settlement via gateway.testing.settle, and issuing refunds via gateway.transaction.refund). These are specific payment-gateway operations that can create/settle/refund charges — i.e., direct financial execution.