flutter
Warn
Audited by Snyk on Jul 8, 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 an explicit payment API: lib/core/platform/payment_channel.dart defines PaymentChannel.processPayment(amount, currency) which invokes a native method 'processPayment' via MethodChannel. This is a specific function to initiate payments (i.e., send transactions) rather than a generic browser or HTTP tool, so it grants direct financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata