cometchat-nextjs-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate documentation and code snippets for Next.js integration. It correctly identifies and addresses architectural constraints such as the prevention of Server-Side Rendering (SSR) for browser-only SDK components.- [EXTERNAL_DOWNLOADS]: The skill includes instructions for creating API routes that communicate with CometChat's official API domains (cometchat.io) to generate authentication tokens. This interaction is standard for the service and is documented neutrally as a core functionality.- [COMMAND_EXECUTION]: The skill utilizes basic shell commands like 'ls' to perform environment detection, specifically to identify whether a project is using the App Router or Pages Router, which is a benign and necessary operation for providing accurate integration guidance.- [CREDENTIALS_UNSAFE]: The skill adheres to best practices by teaching the use of environment variables for storing application secrets and differentiates between client-side keys and server-side tokens, ensuring that sensitive credentials are not exposed to the browser.
Audit Metadata