microfrontends
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill utilizes the Vercel CLI (
vercel microfrontendsandvercel mf) to manage project groups, pull configurations, and start local development proxies. These operations are standard for the microfrontend workflow on the Vercel platform. - [Package Management]: The instructions involve the installation and use of the
@vercel/microfrontendspackage. This is an official Vercel library used for framework integration and provides necessary utilities for routing and local development. - [Secret Management Practices]: The documentation describes the use of
VERCEL_AUTOMATION_BYPASS_SECRETto handle deployment protection during local development. This follows standard security practices for bypassing authentication in automated or proxy environments and encourages users to manage these secrets through environment variables rather than hardcoding. - [Configuration Surface]: The skill relies on
microfrontends.jsonfor routing logic. To mitigate risks associated with configuration errors, the skill provides clear schema guidance and includes testing utilities likevalidateRoutingandvalidateMiddlewareConfigto help users verify their implementations.
Audit Metadata