clerk-nextjs-patterns
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security vulnerabilities or malicious patterns were detected. The skill consists of instructional content and code templates that correctly implement authentication and authorization checks using the Clerk SDK.
- [EXTERNAL_DOWNLOADS]: The skill references standard, well-known packages from the npm registry (next, react, react-dom, @clerk/nextjs). These are official libraries required for the stated functionality and are hosted on a trusted registry.
- [COMMAND_EXECUTION]: No unauthorized or dangerous shell command execution was found. The code snippets are focused on application-level logic for Next.js Server Components and Actions.
- [DATA_EXFILTRATION]: There is no evidence of hardcoded credentials or unauthorized data transmission. The examples appropriately use environment variables (e.g., CLERK_JWT_KEY, CLERK_PEM_PUBLIC_KEY) and follow secure coding practices for handling sensitive session tokens.
Audit Metadata