nextjs-webflow-to-vercel
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [Project Auditing Script]: The skill includes a shell script (
scripts/audit.sh) designed to scan the project directory for existing Cloudflare and Webflow configurations. This script performs read-only operations using standard system utilities to generate a migration checklist. - [Credential Management Best Practices]: The instructions contain explicit safeguards against handling user secrets. It correctly guides the user to input sensitive environment variables directly into the official Vercel dashboard or via the Vercel CLI on their own machine, which minimizes the risk of credential exposure.
- [Service Integration and Dependencies]: The skill facilitates the transition to Vercel-native services by recommending official SDKs (such as
@vercel/blob) and tools. These references point to well-known, established resources provided by the platform vendor. - [Data Ingestion Surface]: To provide accurate migration steps, the skill analyzes local project files like
package.jsonandnext.config.ts. While this involves the agent processing external data from the project being migrated, the behavior is transparent and necessary for the skill's primary function.
Audit Metadata