Skip to main content

background-job-orchestrator

Expertly orchestrates background job processing using BullMQ and Celery for efficient async task management and scheduling.

Install this skill

or
84/100

Security score

The background-job-orchestrator skill was audited on Mar 7, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184jobId: `payment-${orderId}`, // Prevents duplicates
medium line 316

Template literal with variable interpolation in command context

SourceSKILL.md
316console.error(`Invalid email for user ${userId}`);
medium line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347subject: `Daily ${type} Report`,
low line 438

External URL reference

SourceSKILL.md
438// Visit http://localhost:3000/admin/queues
Scanned on Mar 7, 2026
View Security Dashboard