Skip to main content

fullstack-debugger

Provides expert debugging for Next.js, Cloudflare Workers, and Supabase, focusing on systematic troubleshooting for various issues.

Install this skill

or
47/100

Security score

The fullstack-debugger skill was audited on Mar 7, 2026 and we found 21 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 482

Template literal with variable interpolation in command context

SourceSKILL.md
482console.log(`\n=== Checking ${table} ===`);
medium line 489

Template literal with variable interpolation in command context

SourceSKILL.md
489console.log(`ERROR: ${error.message}`);
medium line 491

Template literal with variable interpolation in command context

SourceSKILL.md
491console.log(`OK: ${count} rows accessible`);
medium line 123

Curl to non-GitHub URL

SourceSKILL.md
123curl -s -o /dev/null -w "%{http_code}" https://YOUR-WORKER.workers.dev/health
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s -D - -o /dev/null -H "Origin: https://yoursite.com" \
medium line 302

Curl to non-GitHub URL

SourceSKILL.md
302curl -X POST "https://api.cloudflare.com/client/v4/zones/ZONE_ID/purge_cache" \
medium line 364

Curl to non-GitHub URL

SourceSKILL.md
364curl -i https://your-worker.workers.dev/api/endpoint 2>&1 | grep -i ratelimit
medium line 396

Curl to non-GitHub URL

SourceSKILL.md
396curl -H "Origin: https://yoursite.com" \
low line 477

Access to .env file

SourceSKILL.md
477process.env.NEXT_PUBLIC_SUPABASE_URL,
low line 478

Access to .env file

SourceSKILL.md
478process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY
low line 123

External URL reference

SourceSKILL.md
123curl -s -o /dev/null -w "%{http_code}" https://YOUR-WORKER.workers.dev/health
low line 126

External URL reference

SourceSKILL.md
126curl -s -D - -o /dev/null -H "Origin: https://yoursite.com" \
low line 127

External URL reference

SourceSKILL.md
127https://YOUR-WORKER.workers.dev/api/endpoint | grep -iE "(access-control|x-)"
low line 201

External URL reference

SourceSKILL.md
201-H "Origin: https://yoursite.com" \
low line 204

External URL reference

SourceSKILL.md
204https://your-worker.workers.dev/api/endpoint
low line 302

External URL reference

SourceSKILL.md
302curl -X POST "https://api.cloudflare.com/client/v4/zones/ZONE_ID/purge_cache" \
low line 364

External URL reference

SourceSKILL.md
364curl -i https://your-worker.workers.dev/api/endpoint 2>&1 | grep -i ratelimit
low line 391

External URL reference

SourceSKILL.md
391-H "Origin: https://yoursite.com" \
low line 392

External URL reference

SourceSKILL.md
392"https://your-proxy.workers.dev/api/all?lat=45.52&lng=-122.68&radius=25" \
low line 396

External URL reference

SourceSKILL.md
396curl -H "Origin: https://yoursite.com" \
low line 397

External URL reference

SourceSKILL.md
397"https://your-proxy.workers.dev/warm"
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →