node-inspect-debugger
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing
chrome-remote-interfacevianpm. This is a standard and well-known library for programmatic interaction with the Chrome DevTools Protocol. - [COMMAND_EXECUTION]: The instructions include various shell commands for process management and debugging, such as
kill -SIGUSR1to trigger the inspector on a running process,pgrepto find process IDs, andcurlto fetch debugger metadata from local endpoints. These are standard system administration and development tasks. - [DYNAMIC_EXECUTION]: The skill documents the use of the debugger's built-in
replandexeccommands, as well as theDebugger.evaluateOnCallFrameAPI. While these involve dynamic code evaluation, they are fundamental features of a debugger used for inspecting runtime state and are presented within the context of developer-initiated troubleshooting.
Audit Metadata