convex-quickstart
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute standard development commands such as
npm install,npm run dev, andnpx convex deployfor project setup and management. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npm create convex@latestto fetch scaffolding tools and templates, including support for downloading project templates from public GitHub repositories. - [REMOTE_CODE_EXECUTION]: Scaffolding via
npm createinvolves executing remote code from a well-known service's official tooling. - [SAFE]: The instructions explicitly recommend that the agent does not run interactive or authentication-required processes like
npx convex devdirectly, advising instead that these be performed by the user.
Audit Metadata