clerk-deploy-integration
Facilitates the deployment of Clerk-authenticated applications across various platforms like Vercel, Netlify, and Railway.
Install this skill
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
Webhook reference - potential data exfiltration
| 34 | vercel env add CLERK_WEBHOOK_SECRET production |
Webhook reference - potential data exfiltration
| 61 | 3. Configure webhook endpoint |
Webhook reference - potential data exfiltration
| 90 | // netlify/functions/clerk-webhook.ts |
Webhook reference - potential data exfiltration
| 92 | import { Webhook } from 'svix' |
Webhook reference - potential data exfiltration
| 95 | const WEBHOOK_SECRET = process.env.CLERK_WEBHOOK_SECRET! |
Webhook reference - potential data exfiltration
| 101 | const wh = new Webhook(WEBHOOK_SECRET) |
Webhook reference - potential data exfiltration
| 139 | railway variables set CLERK_WEBHOOK_SECRET=whsec_... |
Webhook reference - potential data exfiltration
| 220 | ### Webhook Configuration |
Webhook reference - potential data exfiltration
| 221 | 1. Go to Clerk Dashboard > Webhooks |
Webhook reference - potential data exfiltration
| 222 | 2. Add endpoint: `https://yourdomain.com/api/webhooks/clerk` |
Webhook reference - potential data exfiltration
| 224 | 4. Copy webhook secret to environment |
Webhook reference - potential data exfiltration
| 234 | - Webhook endpoints ready |
Webhook reference - potential data exfiltration
| 241 | - [ ] Webhook endpoint configured |
Webhook reference - potential data exfiltration
| 251 | | Webhook fails | Wrong endpoint URL | Update URL in Clerk Dashboard | |
Webhook reference - potential data exfiltration
| 261 | Proceed to `clerk-webhooks-events` for webhook configuration. |
Access to .env file
| 95 | const WEBHOOK_SECRET = process.env.CLERK_WEBHOOK_SECRET! |
External URL reference
| 222 | 2. Add endpoint: `https://yourdomain.com/api/webhooks/clerk` |
External URL reference
| 228 | 2. Add `https://yourdomain.com/sso-callback` |
External URL reference
| 256 | - [Vercel Deployment](https://clerk.com/docs/deployments/deploy-to-vercel) |
External URL reference
| 257 | - [Netlify Deployment](https://clerk.com/docs/deployments/deploy-to-netlify) |
External URL reference
| 258 | - [Railway Guide](https://railway.app/docs) |