nextjs-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill contains architectural patterns and code snippets for Next.js 15. Analysis of all 10 threat categories yielded no findings.
- [DATA_EXPOSURE] (SAFE): Sensitive values like client secrets are managed via environment variables (process.env.GOOGLE_CLIENT_SECRET). No hardcoded credentials or sensitive file paths were identified.
- [COMMAND_EXECUTION] (SAFE): The code snippets focus on web application logic (routing, data fetching, UI) and do not contain any shell commands or subprocess execution.
- [REMOTE_CODE_EXECUTION] (SAFE): There are no patterns for downloading and executing remote scripts. All imports are standard libraries.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to bypass safety filters or override agent behavior were found.
Audit Metadata