systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill content is restricted to software engineering best practices, diagnostic guidelines, and utility scripts for local troubleshooting.
- [COMMAND_EXECUTION]: The
find-polluter.shutility script executesnpm teston local test files to identify environmental pollution. This is a standard and legitimate development tool used for debugging flaky test suites. - [DATA_EXFILTRATION]: Diagnostic examples in
SKILL.md, such as checking for the presence of environment variables (e.g.,env | grep IDENTITY) or inspecting macOS keychain identities, are provided as instructional guidance for developers to use in local or CI environments. These examples follow security best practices (e.g., using conditional expansions like${IDENTITY:+SET}to avoid printing secret values) and do not involve automated exfiltration.
Audit Metadata