python-background-jobs
Warn
Audited by Snyk on Jun 23, 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 tasks and code examples that perform payment operations: a Celery task named process_payment that calls payment_gateway.charge(payment_id) and a process_order task that calls payment_provider.charge(amount=..., idempotency_key=...). These are concrete payment/charge calls (including handling transaction IDs and idempotency keys), which amount to direct financial execution capability rather than a generic utility. Therefore it should be flagged.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata