Skip to main content

stripe-connect

Facilitates the integration of Stripe Connect for marketplace projects using Supabase and React/Flutter, streamlining payment processes.

Install this skill

or
50/100

Security score

The stripe-connect skill was audited on Jun 7, 2026 and we found 26 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 401

Template literal with variable interpolation in command context

SourceSKILL.md
401```json
low line 137

Webhook reference - potential data exfiltration

SourceSKILL.md
137supabase/functions/stripe-webhook/index.ts
medium line 218

Webhook reference - potential data exfiltration

SourceSKILL.md
218- `stripe-webhook/index.ts` — verificación firma con `constructEventAsync`, routing platform vs connect por header, idempotencia con tabla `stripe_processed_events`
medium line 315

Webhook reference - potential data exfiltration

SourceSKILL.md
3152. Handler webhook sin `constructEvent`/`constructEventAsync`
medium line 379

Webhook reference - potential data exfiltration

SourceSKILL.md
379- `infra/stripe/README.md` — checklist 4-6 pasos: envvars exactas (`STRIPE_SECRET_KEY`, `STRIPE_WEBHOOK_SECRET_PLATFORM`, `STRIPE_WEBHOOK_SECRET_CONNECT`, `STRIPE_PUBLISHABLE_KEY`, `DEFAULT_APPLICATIO
low line 454

Webhook reference - potential data exfiltration

SourceSKILL.md
454STRIPE_WEBHOOK_SECRET_PLATFORM: env.STRIPE_WEBHOOK_SECRET_PLATFORM,
low line 455

Webhook reference - potential data exfiltration

SourceSKILL.md
455STRIPE_WEBHOOK_SECRET_CONNECT: env.STRIPE_WEBHOOK_SECRET_CONNECT,
low line 475

Webhook reference - potential data exfiltration

SourceSKILL.md
475expected_names: ["STRIPE_SECRET_KEY", "STRIPE_WEBHOOK_SECRET_PLATFORM",
low line 476

Webhook reference - potential data exfiltration

SourceSKILL.md
476"STRIPE_WEBHOOK_SECRET_CONNECT", "DEFAULT_APPLICATION_FEE_PERCENT"]
low line 485

Webhook reference - potential data exfiltration

SourceSKILL.md
485STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET_PLATFORM,
low line 486

Webhook reference - potential data exfiltration

SourceSKILL.md
486STRIPE_WEBHOOK_SECRET_CONNECT, DEFAULT_APPLICATION_FEE_PERCENT
low line 497

Webhook reference - potential data exfiltration

SourceSKILL.md
497STRIPE_WEBHOOK_SECRET_PLATFORM = <from stripe listen output>
low line 498

Webhook reference - potential data exfiltration

SourceSKILL.md
498STRIPE_WEBHOOK_SECRET_CONNECT = <from stripe listen output>
low line 518

Webhook reference - potential data exfiltration

SourceSKILL.md
518├── UC-306.feature # Webhook firma + idempotencia (usa stripe trigger --replay)
low line 554

Webhook reference - potential data exfiltration

SourceSKILL.md
5543. Arranca el relay de webhooks (otra terminal):
low line 555

Webhook reference - potential data exfiltration

SourceSKILL.md
555stripe listen --forward-to http://localhost:54321/functions/v1/stripe-webhook
low line 562

Webhook reference - potential data exfiltration

SourceSKILL.md
5625. Copia los 4 secrets (STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET_PLATFORM,
low line 563

Webhook reference - potential data exfiltration

SourceSKILL.md
563STRIPE_WEBHOOK_SECRET_CONNECT, DEFAULT_APPLICATION_FEE_PERCENT) al
medium line 630

Webhook reference - potential data exfiltration

SourceSKILL.md
630- Stripe Docs: [Connect](https://docs.stripe.com/connect) · [Direct charges](https://docs.stripe.com/connect/direct-charges) · [Subscriptions embedded](https://docs.stripe.com/billing/subscriptions/bu
medium line 314

Access to .env file

SourceSKILL.md
3141. `sk_live_*` en código (no en `.env*` ni `.md`)
low line 496

Access to .env file

SourceSKILL.md
496STRIPE_SECRET_KEY = <from .env>
low line 318

External URL reference

SourceSKILL.md
3185. URL de Payment Link `https://buy.stripe.com/`
low line 405

External URL reference

SourceSKILL.md
405"url": "https://mcp.stripe.com/v1",
low line 443

External URL reference

SourceSKILL.md
443usuario un PAT válido y reintentar. Link: <https://supabase.com/dashboard/account/tokens>.
low line 555

External URL reference

SourceSKILL.md
555stripe listen --forward-to http://localhost:54321/functions/v1/stripe-webhook
low line 631

External URL reference

SourceSKILL.md
631- Stripe MCP oficial: [mcp.stripe.com](https://mcp.stripe.com/v1)
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →