systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes standard development commands (pnpm test, pnpm lint, git diff) to facilitate debugging. A helper script
scripts/find-polluter.shis provided to automate test execution for identifying state pollution.\n- [PROMPT_INJECTION] (LOW): The skill involves processing potentially untrusted data like error messages and code changes, creating a surface for indirect prompt injection.\n - Ingestion points: Error messages, stack traces, and git diff outputs are analyzed in Phase 1 (SKILL.md).\n
- Boundary markers: Absent. The skill does not define specific delimiters for separating error data from instructions.\n
- Capability inventory: Local execution of pnpm (test, lint, type-check) and git across multiple files.\n
- Sanitization: Absent. Data is processed directly to identify root causes.
Audit Metadata