nestjs-health-audit
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the nvm (Node Version Manager) installation script from its official GitHub repository to ensure the correct Node.js runtime environment for auditing tasks.
- [REMOTE_CODE_EXECUTION]: The skill executes the downloaded nvm installation script by piping it directly to a bash shell, which is a standard procedure for configuring Node.js version management on development systems.
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to perform automated repository management, including cleaning project artifacts (rm -rf), installing project dependencies through npm, yarn, or pnpm, and executing test suites to verify project health metrics.
Audit Metadata