CtrlK
BlogDocsLog inGet started
Tessl Logo

python-background-jobs

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

1.32x
Quality

77%

Does it follow best practices?

Impact

99%

1.32x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/python-development/skills/python-background-jobs/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Repository
wshobson/agents
Audited
Security analysis
Snyk

Is this your skill?

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.