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 microfrontends and vercel 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/microfrontends package. 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_SECRET to 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.json for routing logic. To mitigate risks associated with configuration errors, the skill provides clear schema guidance and includes testing utilities like validateRouting and validateMiddlewareConfig to help users verify their implementations.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 12, 2026, 10:04 PM
Security Audit — agent-trust-hub — microfrontends