vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a structured repository of development guidelines and best practices for React and Next.js environments. All content is educational and oriented towards performance optimization.
- [EXTERNAL_DOWNLOADS]: The documentation references well-known and reputable third-party libraries, including
swr,better-all,lru-cache,lucide-react, and@mui/material. These are established packages within the React ecosystem and are documented neutrally. - [DYNAMIC_EXECUTION]: Rule
rendering-hydration-no-flicker.mdprovides an example of usingdangerouslySetInnerHTMLto inject a theme-initialization script. This is a standard pattern in Server-Side Rendering (SSR) to prevent visual flickering and is not used for malicious purposes in this context. - [COMMAND_EXECUTION]: The README file describes standard project workflow commands such as
pnpm installandpnpm build, which are expected in a JavaScript development project environment.
Audit Metadata