react-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The README.md file includes instructions for standard project maintenance tasks such as
pnpm install,pnpm build, andpnpm validate. These are intended for developers managing the repository and do not pose a risk in the context of the skill's usage. - [EXTERNAL_DOWNLOADS]: The documentation references and recommends well-known and trusted libraries from the React ecosystem, such as
swr,lru-cache, andbetter-all(a utility by a Vercel engineer). These references are informative and point to established, safe sources. - [DYNAMIC_EXECUTION]: The rule
rendering-hydration-no-flicker.mdprovides an example usingdangerouslySetInnerHTMLto inject a synchronous script for theme management. This is a recognized pattern in Next.js development to prevent hydration flickers and is used here in a controlled, safe manner.
Audit Metadata