react-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content focused on React and Next.js performance optimization. The instructions are aligned with official documentation and industry standards.
- [EXTERNAL_DOWNLOADS]: The skill references standard and well-known libraries in the JavaScript ecosystem, such as
swr,better-all, andlru-cache. These are used for legitimate caching and data-fetching optimizations. - [COMMAND_EXECUTION]: Includes a reference to
npx svgofor SVG optimization, which is a standard command-line utility for frontend developers. - [SAFE]: Section 3.1 in
AGENTS.mdexplicitly promotes security best practices by instructing the agent to implement authentication and authorization inside Server Actions to prevent unauthorized access. - [SAFE]: The use of
dangerouslySetInnerHTMLin section 6.5 ofAGENTS.mdis a documented pattern for preventing theme flickering during hydration. The provided script is static and performs a benign operation onlocalStorage.
Audit Metadata