systematic-debugging
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script,
find-polluter.sh, designed to isolate tests that create unwanted files or state. The script executes local commands includingnpm test,find,wc, andls. These operations are consistent with the skill's purpose of technical debugging and are performed locally. - [SAFE]: The skill's instructions emphasize rigorous investigation and root-cause analysis, which are best practices for software reliability. It explicitly discourages "quick fixes" and "guessing," which can lead to unstable code.
- [SAFE]: The documentation includes advanced techniques like defense-in-depth validation and systematic data-flow tracing, providing educational value for developers on how to build more secure and resilient systems.
Audit Metadata