debugging
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes numerous examples of shell commands for standard debugging tools such as
node --inspect,gdb,lldb,dlv, andvalgrind. These are provided as educational references for developers to use manually and are not triggered automatically or used for malicious purposes. - [EXTERNAL_DOWNLOADS]: References are made to well-known developer packages such as
ndb,ipdb,pudb,objgraph, andpy-spyfrom official registries (npm and PyPI). These are standard tools in the software development ecosystem. - [DATA_EXFILTRATION]: While the skill describes tools like
curlandtcpdumpfor network debugging, the examples are focused on standard troubleshooting tasks (headers analysis, timing breakdown, packet capture) and do not involve sending sensitive data to unauthorized external domains. - [CREDENTIALS_UNSAFE]: No hardcoded credentials, API keys, or instructions to access sensitive configuration files (like
.sshor.aws) were detected. The content strictly focuses on code and application debugging state.
Audit Metadata