vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves its stated purpose of providing detailed React and Next.js performance optimization guidelines with clear "Incorrect" and "Correct" examples.
- [EXTERNAL_DOWNLOADS]: The instructions reference well-known and standard industry libraries such as
swr,lru-cache, andbetter-all. These are documented as part of best-practice implementations for caching and parallelization. - [DYNAMIC_EXECUTION]: Rule
rendering-hydration-no-flicker.mdincludes an example of using a static inline script viadangerouslySetInnerHTML. This is a documented React pattern used to sync client-side state (like themes) before hydration to prevent UI flickering, and the provided code is benign and non-obfuscated.
Audit Metadata