CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/braintree-test-cards

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

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking).

What this means

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.

Why it was flagged

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.

Report incorrect finding
Audited
Security analysis
Snyk