env-vars
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- Official CLI Tooling: The skill provides instruction on using the
vercel envCLI to manage environment variables. These commands are standard for the Vercel platform and are documented for intended developer workflows. - Secret Management Best Practices: The guidance correctly advises users against committing sensitive data to version control, emphasizing the use of gitignored files like
.env.localfor local development. - Third-Party Utility Integration: The skill references
dotenv-cli, which is a common and reputable Node.js package used to load environment variables for standalone scripts. - Trusted Documentation References: All external links provided point to official Vercel and Next.js documentation, ensuring users access authoritative and safe configuration resources.
Audit Metadata