Skip to main content

batch-processing-jobs

Facilitates the implementation of scalable batch processing systems for efficient handling of large datasets and scheduled tasks.

Install this skill

or
27/100

Security score

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

Categories Tested

Security Issues

medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98job.log(`Processing ${payload.items?.length || 0} items`);
medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119throw new Error(`Processing failed: ${error.message}`);
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170console.log(`Job ${job.id} completed:`, result);
medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180console.error(`Job ${job?.id} failed:`, error.message);
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193console.log(`Job ${job.id} progress: ${progress}%`);
medium line 197

Template literal with variable interpolation in command context

SourceSKILL.md
197console.warn(`Job ${job.id} stalled`);
medium line 279

Template literal with variable interpolation in command context

SourceSKILL.md
279url: `https://cdn.example.com/reports/${uuidv4()}.${format}`,
medium line 647

Template literal with variable interpolation in command context

SourceSKILL.md
647throw new Error(`Job ${job.name} already registered`);
medium line 652

Template literal with variable interpolation in command context

SourceSKILL.md
652throw new Error(`Invalid cron expression: ${job.schedule}`);
medium line 658

Template literal with variable interpolation in command context

SourceSKILL.md
658console.log(`Running job: ${job.name}`);
medium line 665

Template literal with variable interpolation in command context

SourceSKILL.md
665console.log(`Job ${job.name} completed in ${duration}ms`);
medium line 669

Template literal with variable interpolation in command context

SourceSKILL.md
669console.error(`Job ${job.name} failed:`, error);
medium line 684

Template literal with variable interpolation in command context

SourceSKILL.md
684throw new Error(`Job ${name} not found`);
medium line 696

Template literal with variable interpolation in command context

SourceSKILL.md
696throw new Error(`Job ${name} not found`);
low line 279

External URL reference

SourceSKILL.md
279url: `https://cdn.example.com/reports/${uuidv4()}.${format}`,
low line 523

External URL reference

SourceSKILL.md
523'url': f"https://cdn.example.com/reports/report.{format}",
low line 783

External URL reference

SourceSKILL.md
783- [Cron Expression Guide](https://crontab.guru/)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →