react-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and recommends several reputable open-source libraries, including
better-all,lru-cache, andswr. These are widely used, well-maintained packages within the React and Next.js ecosystems. - [COMMAND_EXECUTION]: Provides an illustrative example of using the
npx svgocommand-line tool for SVG optimization. This is a standard utility in web development workflows. - [SAFE]: Includes a code example utilizing React's
dangerouslySetInnerHTMLproperty. In the context provided, this is used to inject a static, synchronous script for managing theme hydration and preventing visual flickering, which is a documented and accepted pattern for this specific technical requirement.
Audit Metadata