systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a utility script
find-polluter.shwhich executesnpm teston files discovered via bisection to identify environment-polluting tests. Additionally,SKILL.mdcontains examples of diagnostic commands for macOS environments, such assecurity list-keychains,security find-identity, andcodesign, which are used to debug code-signing issues at the workflow level. - [SAFE]: The skill is primarily instructional, outlining a four-phase debugging process (Root Cause Investigation, Pattern Analysis, Hypothesis, and Implementation). The included 'pressure tests' (
test-pressure-1.mdthroughtest-pressure-3.md) are behavioral evaluation scenarios designed to verify the agent's adherence to the skill's logic under simulation, rather than malicious prompt injections aimed at bypassing core system safety. - [SAFE]: Data validation patterns in
defense-in-depth.mdand polling patterns incondition-based-waiting.mdpromote standard software engineering best practices for stability and security.
Audit Metadata