Skip to main content

python-background-jobs

Explains Python background job patterns for async task processing, enabling efficient handling of long-running operations.

Install this skill

or
87/100

Security score

The python-background-jobs skill was audited on Feb 9, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 13

Webhook reference - potential data exfiltration

SourceSKILL.md
13- Sending emails, notifications, or webhooks
low line 234

Webhook reference - potential data exfiltration

SourceSKILL.md
234def process_webhook(self, webhook_id: str, payload: dict) -> None:
low line 235

Webhook reference - potential data exfiltration

SourceSKILL.md
235"""Process webhook with DLQ for failures."""
low line 237

Webhook reference - potential data exfiltration

SourceSKILL.md
237result = send_webhook(payload)
low line 239

Webhook reference - potential data exfiltration

SourceSKILL.md
239raise WebhookFailedError(result.error)
low line 244

Webhook reference - potential data exfiltration

SourceSKILL.md
244"task": "process_webhook",
low line 245

Webhook reference - potential data exfiltration

SourceSKILL.md
245"webhook_id": webhook_id,
low line 252

Webhook reference - potential data exfiltration

SourceSKILL.md
252"Webhook moved to DLQ after max retries",
low line 253

Webhook reference - potential data exfiltration

SourceSKILL.md
253webhook_id=webhook_id,
Scanned on Feb 9, 2026
View Security Dashboard