CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/adyen-test-mode

Wraps Adyen test-mode patterns: test-API-key initialization, the canonical Adyen test cards (Visa 4111 1111 1111 1111; 5454 5454 5454 5454 3DS frictionless; 4917 6100 0000 0000 3DS 2 challenge), the per-flow result codes (Authorised / Refused / Pending / RedirectShopper / Error), the HMAC-SHA256 webhook validation, and notifications-vs-API duality (Adyen separates synchronous API calls from asynchronous notifications). Use when testing Adyen-integrated code.

76

Quality

95%

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 is explicitly for Adyen payment integration and includes concrete payment-execution code: it initializes an Adyen Client with an API key and TEST environment, constructs a CheckoutAPI instance, and calls checkout.payments with amount and (test) card data and merchantAccount. The CI example also passes ADYEN_TEST_API_KEY and ADYEN_TEST_MERCHANT_ACCOUNT as secrets. These are specific payment gateway operations (sending payment transactions), not generic tooling.

Report incorrect finding
Audited
Security analysis
Snyk