Skip to main content

juicebox-core-workflow-a

Facilitates candidate sourcing and talent discovery using Juicebox AI, enabling efficient people search workflows.

Install this skill

or
78/100

Security score

The juicebox-core-workflow-a 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 43

Template literal with variable interpolation in command context

SourceSKILL.md
43parts.push(`skills:(${params.skills.join(' OR ')})`);
medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47parts.push(`location:"${params.location}"`);
medium line 152

Template literal with variable interpolation in command context

SourceSKILL.md
152console.log(`Found ${candidates.length} matching candidates`);
medium line 154

Template literal with variable interpolation in command context

SourceSKILL.md
154console.log(`${c.name} (Score: ${c.score}) - ${c.title} at ${c.company}`);
low line 159

External URL reference

SourceSKILL.md
159- [Search Query Syntax](https://juicebox.ai/docs/search/syntax)
low line 160

External URL reference

SourceSKILL.md
160- [Filtering Guide](https://juicebox.ai/docs/search/filters)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →