code-debug
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents a structured five-step debugging process (Reproduce, Isolate, Hypothesis, Fix, Verify) which follows industry best practices.
- [SAFE]: Provides guidance on using standard debugging techniques such as print debugging, log analysis, binary search, and rubber ducking.
- [SAFE]: Recommends established developer tools including
ipdbfor Python,ndbfor Node.js, andDelvefor Go, providing official installation commands for the user from well-known registries and repositories. - [SAFE]: Explicitly warns against the storage or logging of sensitive information like passwords, tokens, or PII (Personally Identifiable Information).
Audit Metadata