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-interface via npm. 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 -SIGUSR1 to trigger the inspector on a running process, pgrep to find process IDs, and curl to 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 repl and exec commands, as well as the Debugger.evaluateOnCallFrame API. 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
Risk Level
SAFE
Analyzed
Aug 28, 2026, 12:48 PM
Security Audit — agent-trust-hub — node-inspect-debugger