Skip to main content

clerk-prod-checklist

Ensures production readiness for Clerk deployment with a comprehensive checklist covering configuration, security, and performance optimization.

Install this skill

or
60/100

Security score

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

Categories Tested

Security Issues

medium line 34

Template literal with variable interpolation in command context

SourceSKILL.md
34```bash
low line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45CLERK_WEBHOOK_SECRET=whsec_...
low line 83

Webhook reference - potential data exfiltration

SourceSKILL.md
83'/api/webhooks(.*)',
medium line 100

Webhook reference - potential data exfiltration

SourceSKILL.md
100### 4. Webhooks Setup
medium line 102

Webhook reference - potential data exfiltration

SourceSKILL.md
102- [ ] Configure production webhook endpoint
medium line 103

Webhook reference - potential data exfiltration

SourceSKILL.md
103- [ ] Set webhook secret in environment
low line 113

Webhook reference - potential data exfiltration

SourceSKILL.md
113// Verify webhook endpoint is accessible
low line 114

Webhook reference - potential data exfiltration

SourceSKILL.md
114// POST https://yourdomain.com/api/webhooks/clerk
medium line 185

Webhook reference - potential data exfiltration

SourceSKILL.md
185- [ ] Webhook handling tests
medium line 202

Webhook reference - potential data exfiltration

SourceSKILL.md
202- [ ] Document webhook event handling
low line 231

Webhook reference - potential data exfiltration

SourceSKILL.md
231if [[ -z "$CLERK_WEBHOOK_SECRET" ]]; then
low line 232

Webhook reference - potential data exfiltration

SourceSKILL.md
232echo "WARNING: CLERK_WEBHOOK_SECRET not set"
low line 114

External URL reference

SourceSKILL.md
114// POST https://yourdomain.com/api/webhooks/clerk
low line 250

External URL reference

SourceSKILL.md
250- [Clerk Production Checklist](https://clerk.com/docs/deployments/overview)
low line 251

External URL reference

SourceSKILL.md
251- [Security Best Practices](https://clerk.com/docs/security/overview)
low line 252

External URL reference

SourceSKILL.md
252- [Performance Guide](https://clerk.com/docs/quickstarts/nextjs)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →