python-background-jobs
Warn
Audited by Snyk on Mar 18, 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, while primarily about background job patterns, includes explicit payment-processing code and calls (e.g., process_payment calling payment_gateway.charge(payment_id), process_order calling payment_provider.charge(..., idempotency_key=...)) and discusses handling transaction results and idempotency for charges. Those are direct examples of executing financial transactions (charging payments), so it contains explicit financial execution capability.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata