convex-quickstart
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official Convex project initializer from the public npm registry using
npm create convex@latest. - [COMMAND_EXECUTION]: Instructs the user to run standard development commands such as
npm installandnpx convex devto manage dependencies and connect to the Convex cloud service. - [SAFE]: The code examples provided for React and Next.js follow established best practices for integrating Convex, including the use of environment variables for configuration.
- [SAFE]: All external references and commands are associated with Convex, which is a well-known service provider, and align with their official documentation.
Audit Metadata