adyen-test-mode
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for using Adyen's test environment. It describes standard development workflows including test card usage and payment result code handling.
- [EXTERNAL_DOWNLOADS]: The skill references the official Adyen API libraries for Node.js (
@adyen/api-library) and Python (Adyen). These are standard dependencies from well-known registries. The skill also links to official Adyen documentation domains (docs.adyen.com). - [CREDENTIALS_UNSAFE]: The code snippets demonstrate best practices for secret management by using environment variables (
process.env.ADYEN_TEST_API_KEY,process.env.ADYEN_HMAC_KEY) instead of hardcoded keys. - [DATA_EXFILTRATION]: No suspicious data exfiltration or unauthorized network operations were detected. The card numbers provided in the documentation are public test credentials provided by Adyen for integration testing.
Audit Metadata