nestjs-expert
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides standard architectural guidelines and code examples for NestJS development.
- Code snippets for modules, controllers, and services follow community-accepted best practices.
- Authentication examples correctly implement JWT strategies using environment variables for secret management.
- [COMMAND_EXECUTION]: The skill utilizes common shell commands for project environment detection and diagnostics.
- Environment detection is performed using
grep,test, andfindto identify NestJS dependencies and project structure. - Project validation is conducted through standard build and test scripts like
npm run buildandnpm run test.
Audit Metadata