systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The provided bash script
find-polluter.shis a utility for locating test pollution by executingnpm teston individual files. This is standard behavior for development tools. - DATA_EXFILTRATION (SAFE): Diagnostic examples in
references/four-phases-detailed.mdshow how to inspect environment variables and keychain identities. These are legitimate troubleshooting steps for complex build/signing issues and do not involve unauthorized data transmission. - PROMPT_INJECTION (SAFE): The skill processes external error logs, which is an inherent part of its debugging purpose.
- Ingestion points: Phase 1 (Root Cause Investigation) involves reading error messages and stack traces.
- Boundary markers: The procedural framework of the skill acts as a constraint on how the data is interpreted.
- Capability inventory: Local execution of tests via
npm testand diagnostic shell commands. - Sanitization: Not applicable as the skill focuses on technical diagnostics.
Audit Metadata