vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard, well-known libraries like
swr,lru-cache, andbetter-all. These are industry-standard dependencies from trusted sources. - [COMMAND_EXECUTION] (SAFE): The repository mentions standard build and validation commands (
pnpm build,pnpm validate) typical for documentation and static site generation workflows. - [DYNAMIC_EXECUTION] (LOW): The
rendering-hydration-no-flicker.mdrule provides a template for usingdangerouslySetInnerHTMLto inject a small, static script for theme management. This is a common performance pattern and does not incorporate untrusted or remote input. - [SECURITY_BEST_PRACTICES] (INFO): The skill proactively addresses security in
server-auth-actions.md, providing explicit instructions on how to prevent unauthorized access to server-side logic, which is a significant safety benefit.
Audit Metadata