vs-project
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
vsCLI to perform authentication checks, resource enumeration (apps, datasets, scenes), and project creation and deployment commands. - [COMMAND_EXECUTION]: It manages local development workflows by executing
npm installandnpm run devwithin the context of the generated project directory. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of project dependencies via
npmand handles deployment to Cloudflare using thevs project deploycommand andnpx wrangler. - [SAFE]: Incorporates security guardrails, such as checking for the presence of the
vscommand before execution and providing explicit warnings to avoid committing configuration files that contain plaintext credentials.
Audit Metadata