nextjs-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides architectural templates and coding standards for Next.js projects using established libraries such as Zustand, TanStack Query, Axios, and Zod.
- [SAFE]: Sensitive configuration, including API base URLs and service keys, is managed through environment variables (e.g.,
NEXT_PUBLIC_API_URL,NEXT_PUBLIC_TOLGEE_API_KEY), following security best practices. - [SAFE]: Authentication logic is centralized in an Axios interceptor that injects Bearer tokens, providing a secure pattern for handling API authorization.
- [SAFE]: The documentation references well-known and trusted tools such as
shadcnfor UI scaffolding andTolgeefor internationalization. - [SAFE]: No obfuscation, prompt injection, or unauthorized data exfiltration patterns were detected in the provided documentation or code samples.
Audit Metadata