fullstack-debugger
Provides expert debugging for Next.js, Cloudflare Workers, and Supabase, focusing on systematic troubleshooting for various issues.
Install this skill
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
Template literal with variable interpolation in command context
| 482 | console.log(`\n=== Checking ${table} ===`); |
Template literal with variable interpolation in command context
| 489 | console.log(`ERROR: ${error.message}`); |
Template literal with variable interpolation in command context
| 491 | console.log(`OK: ${count} rows accessible`); |
Curl to non-GitHub URL
| 123 | curl -s -o /dev/null -w "%{http_code}" https://YOUR-WORKER.workers.dev/health |
Curl to non-GitHub URL
| 126 | curl -s -D - -o /dev/null -H "Origin: https://yoursite.com" \ |
Curl to non-GitHub URL
| 302 | curl -X POST "https://api.cloudflare.com/client/v4/zones/ZONE_ID/purge_cache" \ |
Curl to non-GitHub URL
| 364 | curl -i https://your-worker.workers.dev/api/endpoint 2>&1 | grep -i ratelimit |
Curl to non-GitHub URL
| 396 | curl -H "Origin: https://yoursite.com" \ |
Access to .env file
| 477 | process.env.NEXT_PUBLIC_SUPABASE_URL, |
Access to .env file
| 478 | process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY |
External URL reference
| 123 | curl -s -o /dev/null -w "%{http_code}" https://YOUR-WORKER.workers.dev/health |
External URL reference
| 126 | curl -s -D - -o /dev/null -H "Origin: https://yoursite.com" \ |
External URL reference
| 127 | https://YOUR-WORKER.workers.dev/api/endpoint | grep -iE "(access-control|x-)" |
External URL reference
| 201 | -H "Origin: https://yoursite.com" \ |
External URL reference
| 204 | https://your-worker.workers.dev/api/endpoint |
External URL reference
| 302 | curl -X POST "https://api.cloudflare.com/client/v4/zones/ZONE_ID/purge_cache" \ |
External URL reference
| 364 | curl -i https://your-worker.workers.dev/api/endpoint 2>&1 | grep -i ratelimit |
External URL reference
| 391 | -H "Origin: https://yoursite.com" \ |
External URL reference
| 392 | "https://your-proxy.workers.dev/api/all?lat=45.52&lng=-122.68&radius=25" \ |
External URL reference
| 396 | curl -H "Origin: https://yoursite.com" \ |
External URL reference
| 397 | "https://your-proxy.workers.dev/warm" |