debugging
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard development tools such as
git,npm, and the GitHub CLI (gh) for debugging tasks. It also includes a local shell script,scripts/collect-diagnostics.sh, which executes various system and language-version commands (e.g.,uname,whoami,df,python --version) to gather environment state. - [DATA_EXPOSURE]: The diagnostics script collects system metadata including the current user, working directory, disk availability, and git remote URLs. This behavior is explicitly documented as part of the environment diagnostics process and avoids collecting sensitive environment variables by sticking to a predefined safe subset.
- [SAFE]: The skill includes instructions to sanitize data (stripping IPs, hostnames, and customer data) before performing external searches, demonstrating a security-conscious approach to handling diagnostic information.
Audit Metadata