convex-quickstart
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
convexpackage and usenpm create convex@latest. These are official resources for the Convex platform. - [COMMAND_EXECUTION]: The skill uses standard development commands such as
npm install,npm run dev, andnpx convex dev. These commands are necessary for the skill's primary purpose of scaffolding and managing a project. - [DATA_EXPOSURE]: The skill mentions using
.env.localfor environment variables likeCONVEX_URL. This follows standard security practices for local development and secret management.
Audit Metadata