routing-middleware
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [Official Vendor Integration]: The skill references and utilizes official Vercel libraries and CLI tools, such as
@vercel/functions,@vercel/config, and@vercel/edge-config. These are expected components for managing platform-level routing and middleware within the Vercel ecosystem. - [Network Operations in Examples]: Code examples include the use of
fetchfor tasks like background logging to external endpoints (e.g.,analytics.example.com). These are presented as implementation patterns for telemetry and use standard placeholder domains. - [Security-Focused Guidance]: The content provides proactive guidance regarding Next.js 16 architectural changes, specifically the migration from
middleware.tstoproxy.ts. It references security considerations like CVE-2025-29927 to help users implement more secure network-boundary patterns. - [Standard CLI Usage]: The skill mentions common CLI commands like
npx @vercel/configandnpx @next/codemod, which are standard tools for project configuration and migration within the supported frameworks.
Audit Metadata