nodejs-expert
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses local shell commands (
node -v,npm -v,test -f) and inline Node.js scripts to gather information about the current development environment and package manager. - [SAFE]: Provides educational content and code templates for common Node.js patterns, including async error handling, memory leak detection, and secure filesystem access using the official
fs.promisesAPI. - [SAFE]: Includes standard diagnostic flags for the Node.js runtime (
--unhandled-rejections,--prof,--inspect) which are routine tools for developer debugging.
Audit Metadata