nestjs-expert
Warn
Audited by Snyk on Jun 13, 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 explicitly defines a PaymentGateway interface and shows concrete Stripe and PayPal implementations (with a process(amount: number) method) and DI registration for selecting a payment provider. These are specific payment gateway integrations (Stripe/PayPal) that enable sending payment transactions, so the skill contains direct financial execution capabilities.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (2)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata