migrate-to-vinext

Pass

Audited by Gen Agent Trust Hub on Mar 9, 2026

Risk Level: SAFE
Full Analysis
  • Command Execution: The skill utilizes commands like vinext check, vinext init, and vinext deploy. These are part of the core functionality for project analysis and deployment, allowing the agent to automate the setup process within the user's environment.
  • External Dependencies: It recommends installing standard development dependencies such as vite, nitro, and wrangler. These are well-known tools in the web ecosystem used for building, optimizing, and deploying applications.
  • Configuration Modification: The skill automates changes to package.json (e.g., adding "type": "module") and renames configuration files (e.g., postcss.config.js to .cjs) to ensure ESM compatibility. This is a common requirement for projects moving to a Vite-based architecture.
  • Data Ingestion Surface: The migration process involves reading project metadata from package.json, lockfiles, and next.config.js. This ingestion is necessary for the tool to detect the router type and package manager, though it relies on the integrity of the local configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 10:53 PM