python-background-jobs
Warn
Audited by Snyk on Feb 17, 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 payment-processing tasks and calls that perform charges. Examples: a Celery task process_payment calls payment_gateway.charge(payment_id) and returns a transaction_id, and process_order calls payment_provider.charge(amount=order.total, idempotency_key=...). These are concrete, finance-specific operations (charging/payments) rather than generic examples, so the skill grants direct financial execution capability.
Audit Metadata