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, andvinext 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, andwrangler. 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.jsto.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, andnext.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