production-harden
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a best-practices guide for React/Next.js development, focusing on type safety, error handling, and accessibility.
- [SAFE]: Explicitly promotes security best practices by including checks for hardcoded secrets and encouraging the use of
.env.examplefiles for environment variable management. - [SAFE]: Includes standard, non-malicious code snippets for React Error Boundaries, custom 404 pages, and image fallbacks.
- [SAFE]: Recommends the use of Zod for runtime and build-time data validation, which is a defensive programming best practice.
- [SAFE]: All suggested commands (
npx tsc,npm run build,vercel --prod) are standard development workflow operations.
Audit Metadata