react-best-practices
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation repository for React performance best practices. All instructions and code examples provided are standard industry patterns aimed at optimization.
- [EXTERNAL_DOWNLOADS]: The documentation and rule files reference several reputable external libraries such as
swr,lru-cache, andbetter-all. These references are used to illustrate performance optimizations and are considered safe. - [COMMAND_EXECUTION]: The
README.mdfile includes standard shell commands for development workflows, such aspnpm installandpnpm build. These are documented for the user/agent to manage the skill's own build process. - [SAFE]: A code example in
rules/rendering-hydration-no-flicker.mddemonstrates the use ofdangerouslySetInnerHTML. The implementation is restricted to a benign, static script designed to synchronize UI themes before hydration, which is a common and safe practice in the React ecosystem.
Audit Metadata