vercel-storage
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Package Management: The skill suggests installing several Node.js packages for storage integration, such as
@vercel/blob,@neondatabase/serverless, and@upstash/redis. These are well-known libraries within the Vercel and web development communities used for their intended purposes. - Environment Variable Configuration: The skill includes instructions for managing sensitive configuration, such as using the Vercel CLI to pull environment variables (
vercel env pull) and shell commands to load variables from local.env.localfiles. These are standard development workflows for establishing secure connections to storage providers. - Command Line Integration: Several Vercel CLI commands are referenced, such as
vercel integration add, which automates the provisioning of third-party storage services. This aligns with the vendor's official documentation for project setup. - Migration Guidance: A significant portion of the skill is dedicated to advising users on migrating from sunsetted first-party packages to supported marketplace alternatives, which helps maintain application stability and security by using up-to-date dependencies.
Audit Metadata