Skip to main content

juicebox-migration-deep-dive

Provides advanced strategies for migrating data to Juicebox from various recruiting platforms, ensuring efficient data transformation.

Install this skill

or
78/100

Security score

The juicebox-migration-deep-dive skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137throw new Error(`Required field missing: ${mapping.sourceField}`);
medium line 249

Template literal with variable interpolation in command context

SourceSKILL.md
249logger.info(`Batch ${index + 1}/${batches.length} complete`, {
medium line 332

Template literal with variable interpolation in command context

SourceSKILL.md
332issues.push(`${field} mismatch: "${source[field]}" vs "${dest[field]}"`);
medium line 348

Template literal with variable interpolation in command context

SourceSKILL.md
348this.checkpointFile = `./checkpoints/${migrationId}.json`;
low line 415

External URL reference

SourceSKILL.md
415- [Bulk Import Guide](https://juicebox.ai/docs/migration)
low line 416

External URL reference

SourceSKILL.md
416- [Data Format Specifications](https://juicebox.ai/docs/data-formats)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →