Skip to main content

clerk-deploy-integration

Facilitates the deployment of Clerk-authenticated applications across various platforms like Vercel, Netlify, and Railway.

Install this skill

or
43/100

Security score

The clerk-deploy-integration skill was audited on Feb 21, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 34

Webhook reference - potential data exfiltration

SourceSKILL.md
34vercel env add CLERK_WEBHOOK_SECRET production
medium line 61

Webhook reference - potential data exfiltration

SourceSKILL.md
613. Configure webhook endpoint
low line 90

Webhook reference - potential data exfiltration

SourceSKILL.md
90// netlify/functions/clerk-webhook.ts
low line 92

Webhook reference - potential data exfiltration

SourceSKILL.md
92import { Webhook } from 'svix'
low line 95

Webhook reference - potential data exfiltration

SourceSKILL.md
95const WEBHOOK_SECRET = process.env.CLERK_WEBHOOK_SECRET!
low line 101

Webhook reference - potential data exfiltration

SourceSKILL.md
101const wh = new Webhook(WEBHOOK_SECRET)
low line 139

Webhook reference - potential data exfiltration

SourceSKILL.md
139railway variables set CLERK_WEBHOOK_SECRET=whsec_...
medium line 220

Webhook reference - potential data exfiltration

SourceSKILL.md
220### Webhook Configuration
medium line 221

Webhook reference - potential data exfiltration

SourceSKILL.md
2211. Go to Clerk Dashboard > Webhooks
medium line 222

Webhook reference - potential data exfiltration

SourceSKILL.md
2222. Add endpoint: `https://yourdomain.com/api/webhooks/clerk`
medium line 224

Webhook reference - potential data exfiltration

SourceSKILL.md
2244. Copy webhook secret to environment
medium line 234

Webhook reference - potential data exfiltration

SourceSKILL.md
234- Webhook endpoints ready
medium line 241

Webhook reference - potential data exfiltration

SourceSKILL.md
241- [ ] Webhook endpoint configured
medium line 251

Webhook reference - potential data exfiltration

SourceSKILL.md
251| Webhook fails | Wrong endpoint URL | Update URL in Clerk Dashboard |
medium line 261

Webhook reference - potential data exfiltration

SourceSKILL.md
261Proceed to `clerk-webhooks-events` for webhook configuration.
low line 95

Access to .env file

SourceSKILL.md
95const WEBHOOK_SECRET = process.env.CLERK_WEBHOOK_SECRET!
low line 222

External URL reference

SourceSKILL.md
2222. Add endpoint: `https://yourdomain.com/api/webhooks/clerk`
low line 228

External URL reference

SourceSKILL.md
2282. Add `https://yourdomain.com/sso-callback`
low line 256

External URL reference

SourceSKILL.md
256- [Vercel Deployment](https://clerk.com/docs/deployments/deploy-to-vercel)
low line 257

External URL reference

SourceSKILL.md
257- [Netlify Deployment](https://clerk.com/docs/deployments/deploy-to-netlify)
low line 258

External URL reference

SourceSKILL.md
258- [Railway Guide](https://railway.app/docs)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →