convex-quickstart
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard development commands such as
npm install,npx convex dev, andnpm create convex@latest. These are legitimate operations required to initialize and run a project on the Convex platform. - [EXTERNAL_DOWNLOADS]: The skill fetches the
convexpackage from the official npm registry and downloads project templates. It also references documentation fromdocs.convex.dev, which is the authoritative domain for the service. - [DATA_EXFILTRATION]: The skill reads
.env.localto verify the presence ofCONVEX_URL. This is a necessary step for local development configuration, and no sensitive information is transmitted to unauthorized external endpoints. - [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill supports scaffolding projects from arbitrary GitHub repositories using the
-t owner/repoflag. While this is a standard feature of the Convex CLI, it represents a surface where an agent could potentially ingest untrusted code if directed to a malicious repository by a user or external data. - Ingestion points: GitHub repository identifiers used as templates in
SKILL.md. - Boundary markers: None present.
- Capability inventory: Execution of project scaffolding and installation scripts via
npmandnpxinSKILL.md. - Sanitization: No specific validation of the template source is performed by the skill instructions.
Audit Metadata