node-inspect-debugger
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses various shell commands such as
kill,pgrep,curl,node,npm, andwhichto manage processes, query the inspector API, and execute debugging tools. - [EXTERNAL_DOWNLOADS]: Instructs the agent or user to install the
chrome-remote-interfacepackage from the public NPM registry to enable programmatic interaction with the Chrome DevTools Protocol. - [REMOTE_CODE_EXECUTION]: Provides functionality to evaluate arbitrary JavaScript code within a running Node.js process using the built-in
node inspectREPL and the Chrome DevTools Protocol methods. This is a standard feature for debugging purposes. - [DYNAMIC_EXECUTION]: Includes a template for creating and running a local JavaScript driver script (
/tmp/cdp-debug.js) to automate debugging tasks and state collection.
Audit Metadata