nextjs-integration
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill includes shell scripts for automating project setup. These scripts perform standard file system operations and package management using detected tools like npm, yarn, or pnpm.
- EXTERNAL_DOWNLOADS (SAFE): The scripts facilitate the installation of the official @clerk/nextjs package from the npm registry. This is a standard dependency for the intended functionality.
- CREDENTIALS_UNSAFE (SAFE): Security best practices are followed regarding secrets. The skill uses placeholders and automatically configures .gitignore to prevent the accidental commitment of .env.local files.
Audit Metadata