software-architecture

Warn

Audited by Snyk on Mar 6, 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 prompt explicitly defines a PaymentProcessor interface with a process(amount: number) method and a PaymentProcessorFactory that creates implementations for 'stripe' and 'paypal' (StripeProcessor, PayPalProcessor). Those are specific payment gateway integrations and an explicit "process" transaction function — i.e., code-level constructs intended to move money. Even though the overall skill is about software architecture, these concrete references to Stripe/PayPal and a payment-processing function constitute direct financial execution capability.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 6, 2026, 10:09 AM