Skip to main content

debugging

Provides a systematic debugging framework tailored for Makerkit, focusing on root cause analysis and specific patterns for Supabase and Drizzle.

Install this skill

or
86/100

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

medium line 243

Webhook reference - potential data exfiltration

SourceSKILL.md
243#### Webhook Failures
low line 245

Webhook reference - potential data exfiltration

SourceSKILL.md
245# Start Stripe webhook listener
low line 248

Webhook reference - potential data exfiltration

SourceSKILL.md
248# Check webhook logs in Stripe Dashboard
low line 250

Webhook reference - potential data exfiltration

SourceSKILL.md
250# 1. Wrong webhook secret in .env
low line 257

Webhook reference - potential data exfiltration

SourceSKILL.md
257// In webhook handler, always acknowledge first
low line 263

Webhook reference - potential data exfiltration

SourceSKILL.md
263const event = stripe.webhooks.constructEvent(body, sig!, webhookSecret);
low line 275

Webhook reference - potential data exfiltration

SourceSKILL.md
275console.error('Webhook error:', err);
low line 276

Webhook reference - potential data exfiltration

SourceSKILL.md
276return new Response('Webhook Error', { status: 400 });
low line 357

Webhook reference - potential data exfiltration

SourceSKILL.md
357pnpm stripe:listen # Start webhook listener
low line 250

Access to .env file

SourceSKILL.md
250# 1. Wrong webhook secret in .env
Scanned on Mar 1, 2026
View Security Dashboard