node-inspect-debugger
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
chrome-remote-interfacepackage from the official npm registry to enable programmatic interaction with the Chrome DevTools Protocol. This is a well-known and standard library for Node.js debugging. - [COMMAND_EXECUTION]: Provides instructions for executing various shell commands to manage debug sessions, such as
node inspect,node --inspect-brk, andkill -SIGUSR1. These are standard procedures for triggering and attaching to the Node.js debugger. - [DYNAMIC_EXECUTION]: The skill documents the use of debugger features that evaluate code at runtime, such as the
replandexeccommands in thenode inspectCLI, and theDebugger.evaluateOnCallFramemethod in the provided CDP script. This functionality is the intended primary purpose of the skill. - [SAFE]: The skill includes explicit security guidance regarding the risks of exposing the Node.js inspector on non-local network interfaces (
0.0.0.0), demonstrating a security-conscious approach to debugging documentation.
Audit Metadata