Systematic Debugging
Pass
Audited by Gen Agent Trust Hub on Jun 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes instructions to use shell commands for diagnostic instrumentation in multi-component systems. Specifically, it provides examples in SKILL.md Phase 1 for checking environment variables and macOS keychain states to isolate failures across system boundaries.
- [DATA_EXFILTRATION]: While the skill involves inspecting environment variables and secrets, it explicitly demonstrates safe debugging practices. It uses shell parameter expansion to verify the presence of an identity secret without printing the actual value to logs, preventing accidental credential exposure.
- [INDIRECT_PROMPT_INJECTION]: The debugging process involves ingesting and analyzing untrusted external data such as stack traces, error messages, and logs (SKILL.md Phase 1). This represents an attack surface for indirect prompt injection as boundary markers are absent and no specific sanitization or filtering of the external log content is specified. Capability inventory across the skill includes shell command execution and test script generation.
Audit Metadata