Skip to main content

background-job-processing

Facilitates the implementation of background job processing systems for efficient asynchronous task execution and management.

Install this skill

or
72/100

Security score

The background-job-processing skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 246

Template literal with variable interpolation in command context

SourceSKILL.md
246throw new Error(`User ${userId} not found`);
medium line 293

Template literal with variable interpolation in command context

SourceSKILL.md
293console.log(`Email job ${job.id} completed`);
medium line 297

Template literal with variable interpolation in command context

SourceSKILL.md
297console.error(`Email job ${job.id} failed:`, err.message);
medium line 301

Template literal with variable interpolation in command context

SourceSKILL.md
301console.log(`Email job ${job.id} ${progress}% complete`);
low line 213

Access to .env file

SourceSKILL.md
213host: process.env.REDIS_HOST || 'localhost',
low line 214

Access to .env file

SourceSKILL.md
214port: process.env.REDIS_PORT || 6379
low line 220

Access to .env file

SourceSKILL.md
220host: process.env.REDIS_HOST || 'localhost',
low line 221

Access to .env file

SourceSKILL.md
221port: process.env.REDIS_PORT || 6379
low line 227

Access to .env file

SourceSKILL.md
227host: process.env.REDIS_HOST || 'localhost',
low line 228

Access to .env file

SourceSKILL.md
228port: process.env.REDIS_PORT || 6379
low line 234

Access to .env file

SourceSKILL.md
234host: process.env.REDIS_HOST || 'localhost',
low line 235

Access to .env file

SourceSKILL.md
235port: process.env.REDIS_PORT || 6379
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →