debugging
Provides a systematic debugging framework tailored for Makerkit, focusing on root cause analysis and specific patterns for Supabase and Drizzle.
Install this skill
Security score
The debugging skill was audited on Mar 1, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 243 | #### Webhook Failures |
Webhook reference - potential data exfiltration
| 245 | # Start Stripe webhook listener |
Webhook reference - potential data exfiltration
| 248 | # Check webhook logs in Stripe Dashboard |
Webhook reference - potential data exfiltration
| 250 | # 1. Wrong webhook secret in .env |
Webhook reference - potential data exfiltration
| 257 | // In webhook handler, always acknowledge first |
Webhook reference - potential data exfiltration
| 263 | const event = stripe.webhooks.constructEvent(body, sig!, webhookSecret); |
Webhook reference - potential data exfiltration
| 275 | console.error('Webhook error:', err); |
Webhook reference - potential data exfiltration
| 276 | return new Response('Webhook Error', { status: 400 }); |
Webhook reference - potential data exfiltration
| 357 | pnpm stripe:listen # Start webhook listener |
Access to .env file
| 250 | # 1. Wrong webhook secret in .env |
Install this skill with one command
/learn @flosrn/debugging