Node Auto Debugger

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The node-auto-debugger skill performs automated auditing of Node.js projects, including scanning for hardcoded secrets and private keys. It is classified as suspicious because it implements high-risk capabilities in `scripts/auto-debug.js`, specifically recursive file system access and the execution of arbitrary shell commands via `npm run build`. While these functions are aligned with the tool's stated purpose of debugging and build verification, they represent a significant attack surface for code execution if the agent is directed to run the tool on an untrusted project directory.