Skip to main content

juicebox-data-handling

Facilitates compliant data handling practices for personal and candidate data, ensuring GDPR compliance and privacy management.

Install this skill

or
91/100

Security score

The juicebox-data-handling skill was audited on May 12, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49headers: { Authorization: `Bearer ${process.env.JUICEBOX_API_KEY}`, 'Content-Type': 'application/json' },
low line 49

Access to .env file

SourceSKILL.md
49headers: { Authorization: `Bearer ${process.env.JUICEBOX_API_KEY}`, 'Content-Type': 'application/json' },
low line 47

External URL reference

SourceSKILL.md
47const res = await fetch(`https://api.juicebox.ai/v1/search`, {
low line 121

External URL reference

SourceSKILL.md
121- [Juicebox Privacy Policy](https://juicebox.ai/privacy)
low line 122

External URL reference

SourceSKILL.md
122- [GDPR Data Subject Rights](https://gdpr.eu/tag/chapter-3/)
Scanned on May 12, 2026
View Security Dashboard