vercel-react-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions attempting to bypass safety filters or override agent behavior were found.
- [EXTERNAL_DOWNLOADS] (SAFE): References reputable libraries such as
swr,better-all, andlru-cache. These are used as examples of best practices and do not involve untrusted downloads or installations. - [DATA_EXFILTRATION] (SAFE): No attempts to access sensitive files (~/.ssh, .env) or exfiltrate data to external domains were identified.
- [COMMAND_EXECUTION] (SAFE): Mentions
npx svgoas a tool for manual SVG optimization; however, the skill itself does not contain logic to execute system commands. - [DYNAMIC_EXECUTION] (SAFE): Includes a rule demonstrating the use of
dangerouslySetInnerHTMLto inject a small, hardcoded script for preventing hydration flickering. The script is static and performs benign DOM manipulation, posing no execution risk.
Audit Metadata