vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- SAFE (SAFE): No malicious patterns detected. The skill contains educational documentation and performance optimization guidelines for React and Next.js.
- EXTERNAL_DOWNLOADS (LOW): The skill references several well-known and reputable NPM packages and libraries including
swr,lru-cache,better-all,zod,lucide-react, and@mui/material. These are standard tools in the React ecosystem. - COMMAND_EXECUTION (LOW): File
rules/rendering-svg-precision.mdmentions the use ofnpx svgofor SVG optimization. This is presented as an optional manual step for developers and is not executed automatically by the skill. - DYNAMIC_EXECUTION (SAFE): File
rules/rendering-hydration-no-flicker.mddemonstrates the use ofdangerouslySetInnerHTMLto inject a small, static script to prevent UI flickering by reading fromlocalStorage. The script is benign and contains no untrusted user input.
Audit Metadata