vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several third-party libraries such as better-all, lru-cache, and swr. These are well-known packages in the React ecosystem or are maintained by contributors associated with the author organization.
- [DATA_EXPOSURE]: Several rules provide guidance on using localStorage and document.cookie for performance optimizations, such as caching expensive computation results or theme preferences. These patterns are standard for front-end development and do not involve unauthorized data transmission.
- [COMMAND_EXECUTION]: The documentation mentions standard development commands using pnpm (install, build, validate) and npx (svgo) to manage the repository and optimize assets. These are typical for the provided development context.
- [PROMPT_INJECTION]: The skill contains no instructions designed to override AI safety guidelines or manipulate agent behavior outside of its stated purpose.
- [REMOTE_CODE_EXECUTION]: Examples include the use of dangerouslySetInnerHTML for injecting a theme-setting script. This is a documented Next.js pattern used to prevent flickering during hydration and is implemented safely within the provided examples.
Audit Metadata