way-typescript-react-style
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several well-known and trusted external resources, including official React documentation (react.dev), Next.js documentation (nextjs.org), and reputable community libraries. These references are used solely for developer education and do not involve untrusted remote execution.
- [COMMAND_EXECUTION]: Documentation includes examples of using standard development tools like
npx svgofor SVG optimization. These are provided as static examples for the developer to follow and do not involve the skill executing arbitrary commands. - [SAFE]: The skill includes a dedicated section on security for Server Actions, emphasizing the critical importance of performing authentication and authorization checks inside server-side functions to prevent unauthorized access.
- [SAFE]: The use of
dangerouslySetInnerHTMLin the hydration reference is a documented best practice for preventing theme flickering in SSR/Next.js applications. The implementation is a static, local script that does not ingest external input, making it a safe application of the pattern.
Audit Metadata