Skip to main content

clerk-migration-deep-dive

Facilitates seamless migration from various authentication providers to Clerk, ensuring a smooth transition for user data management.

Install this skill

or
81/100

Security score

The clerk-migration-deep-dive skill was audited on Jun 2, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101console.log(`Created: ${user.email} -> ${created.id}`)
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157console.log(`Mapped: ${dbUser.email} -> ${clerkUser.id}`)
medium line 259

Template literal with variable interpolation in command context

SourceSKILL.md
259console.log(`Mapped: ${dbUsers.length}, Unmapped: ${unmapped.length}`)
low line 80

Access to .env file

SourceSKILL.md
80const clerk = createClerkClient({ secretKey: process.env.CLERK_SECRET_KEY! })
low line 135

Access to .env file

SourceSKILL.md
135const clerk = createClerkClient({ secretKey: process.env.CLERK_SECRET_KEY! })
low line 51

External URL reference

SourceSKILL.md
51"https://$AUTH0_DOMAIN/api/v2/users?per_page=100&page=0" \
low line 269

External URL reference

SourceSKILL.md
269- [Clerk Migration Overview](https://clerk.com/docs/deployments/migrate-overview)
Scanned on Jun 2, 2026
View Security Dashboard