Skip to main content

juicebox-core-workflow-b

Enhances candidate profiles by enriching data such as contact info and work history, improving recruitment processes.

Install this skill

or
75/100

Security score

The juicebox-core-workflow-b skill was audited on May 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43console.log(`Found ${query.total} candidates matching filters`);
medium line 45

Template literal with variable interpolation in command context

SourceSKILL.md
45console.log(` ${c.name} — ${c.title} (${c.relevance_score}/100)`)
medium line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58console.log(`${g.skill}: Q1=${g.datasets[0].count} vs Q4=${g.datasets[1].count} (${g.delta > 0 ? '+' : ''}${g.delta}%)`)
medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73console.log(`${r.metro}: ${r.candidate_count} candidates, density=${r.density_score}`)
medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85console.log(`Export ready: ${exportJob.download_url} (${exportJob.row_count} rows)`);
Scanned on May 12, 2026
View Security Dashboard
Installation guide →