Skip to main content

juicebox-debug-bundle

Collects diagnostic information for Juicebox support tickets, aiding in troubleshooting and error reporting.

Install this skill

or
64/100

Security score

The juicebox-debug-bundle skill was audited on May 12, 2026 and we found 16 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26```bash
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90headers: { Authorization: `Bearer ${key}` },
medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92console.log(`[${res.ok ? "OK" : "FAIL"}] API: HTTP ${res.status}`);
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96headers: { Authorization: `Bearer ${key}` },
medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100console.log(`[INFO] Quota remaining: ${data.remaining ?? "unknown"}`);
low line 89

Fetch to external URL

SourceSKILL.md
89const res = await fetch("https://api.juicebox.ai/v1/health", {
low line 95

Fetch to external URL

SourceSKILL.md
95const quota = await fetch("https://api.juicebox.ai/v1/account/quota", {
low line 86

Access to .env file

SourceSKILL.md
86const key = process.env.JUICEBOX_API_KEY;
low line 40

External URL reference

SourceSKILL.md
40https://api.juicebox.ai/v1/health 2>/dev/null || echo "000")
low line 45

External URL reference

SourceSKILL.md
45"https://api.juicebox.ai/v1/account/quota" \
low line 50

External URL reference

SourceSKILL.md
50"https://api.juicebox.ai/v1/datasets?limit=10" > "$BUNDLE/datasets.json" 2>&1 || true
low line 52

External URL reference

SourceSKILL.md
52"https://api.juicebox.ai/v1/analyses?limit=5" > "$BUNDLE/recent-analyses.json" 2>&1 || true
low line 56

External URL reference

SourceSKILL.md
56-H "Authorization: Bearer ${JUICEBOX_API_KEY}" https://api.juicebox.ai/v1/health 2>/dev/null || true
low line 89

External URL reference

SourceSKILL.md
89const res = await fetch("https://api.juicebox.ai/v1/health", {
low line 95

External URL reference

SourceSKILL.md
95const quota = await fetch("https://api.juicebox.ai/v1/account/quota", {
low line 109

External URL reference

SourceSKILL.md
109- [Juicebox Status](https://status.juicebox.ai)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →