architecture-patterns
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill includes explicit payment integrations and code to perform charges. Examples: a domain interface named payment_gateway/payment_gateway.py and an adapters/gateways/stripe_payment_gateway.py are present, and the Hexagonal sample defines a PaymentGatewayPort with a charge(...) method and a StripePaymentAdapter that calls stripe.Charge.create and sets stripe.api_key. These are specific payment gateway APIs and functions to send transactions (move money), so the skill provides direct financial execution capability.
Audit Metadata