juicebox-debug-bundle
Collects diagnostic information for Juicebox support tickets, aiding in troubleshooting and error reporting.
Install this skill
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
Template literal with variable interpolation in command context
| 26 | ```bash |
Template literal with variable interpolation in command context
| 90 | headers: { Authorization: `Bearer ${key}` }, |
Template literal with variable interpolation in command context
| 92 | console.log(`[${res.ok ? "OK" : "FAIL"}] API: HTTP ${res.status}`); |
Template literal with variable interpolation in command context
| 96 | headers: { Authorization: `Bearer ${key}` }, |
Template literal with variable interpolation in command context
| 100 | console.log(`[INFO] Quota remaining: ${data.remaining ?? "unknown"}`); |
Fetch to external URL
| 89 | const res = await fetch("https://api.juicebox.ai/v1/health", { |
Fetch to external URL
| 95 | const quota = await fetch("https://api.juicebox.ai/v1/account/quota", { |
Access to .env file
| 86 | const key = process.env.JUICEBOX_API_KEY; |
External URL reference
| 40 | https://api.juicebox.ai/v1/health 2>/dev/null || echo "000") |
External URL reference
| 45 | "https://api.juicebox.ai/v1/account/quota" \ |
External URL reference
| 50 | "https://api.juicebox.ai/v1/datasets?limit=10" > "$BUNDLE/datasets.json" 2>&1 || true |
External URL reference
| 52 | "https://api.juicebox.ai/v1/analyses?limit=5" > "$BUNDLE/recent-analyses.json" 2>&1 || true |
External URL reference
| 56 | -H "Authorization: Bearer ${JUICEBOX_API_KEY}" https://api.juicebox.ai/v1/health 2>/dev/null || true |
External URL reference
| 89 | const res = await fetch("https://api.juicebox.ai/v1/health", { |
External URL reference
| 95 | const quota = await fetch("https://api.juicebox.ai/v1/account/quota", { |
External URL reference
| 109 | - [Juicebox Status](https://status.juicebox.ai) |