vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate engineering guidelines and optimized code patterns for React and Next.js development. It covers critical performance areas such as eliminating waterfalls, bundle size optimization, and server-side rendering efficiency.
- [SAFE]: The security-focused rules, specifically Category 3.1 'Authenticate Server Actions Like API Routes', promote defensive programming by advising users to implement robust authentication and authorization checks inside server-side logic.
- [SAFE]: The recommended external packages ('better-all', 'lru-cache', 'swr') are well-known, established libraries within the modern JavaScript ecosystem and are used for their intended optimization purposes.
- [SAFE]: No malicious obfuscation, credential harvesting, or unauthorized remote code execution patterns were identified in the 76 analyzed files.
- [SAFE]: The use of
dangerouslySetInnerHTMLin rendering patterns is documented for a specific, safe technical purpose (preventing theme hydration flickering) and does not ingest untrusted user input.
Audit Metadata