debug-trace
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and troubleshooting strategies for software debugging. It uses standard development practices such as logging stack traces with
new Error().stackand checking theNODE_ENVenvironment variable for context. - [COMMAND_EXECUTION]: The skill includes examples of shell commands (
npm test) and child process execution (execFileAsync), but these are presented within the context of debugging examples and standard development workflows rather than as malicious or hidden execution patterns. - [DATA_EXPOSURE]: The skill references accessing
process.env.NODE_ENVandprocess.cwd(). These are non-sensitive environment variables and system paths commonly used in Node.js applications to determine execution context and are not indicative of data exfiltration or sensitive credential exposure.
Audit Metadata