clerk-multi-env-setup
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill presents a coherent multi-environment Clerk setup with per-environment keys, URLs, webhooks, and CI/CD promotion. Data flows are largely aligned with the stated purpose, and most security concerns are manageable with standard best practices (restricting secret exposure, proper logging, and robust webhook validation). However, several elevated risks exist around exposing NEXT_PUBLIC keys to the client, potential secret leaks via logs, and the reliance on environment-driven configuration without explicit per-environment validation beyond startup checks. Overall, the footprint is proportionate to the stated goal, but the security posture should be tightened with stronger secret handling, explicit per-env data isolation guarantees, and careful logging controls.