Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.
85
77%
Does it follow best practices?
Impact
99%
1.32xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/python-development/skills/python-background-jobs/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
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.
27a7ed9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.