systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill instructions promote software engineering best practices and procedural rigor in debugging.
- [COMMAND_EXECUTION]: The skill uses local shell commands (e.g.,
env,security,npm test) and a helper script (find-polluter.sh) for diagnostic and testing purposes. These are standard developer tools used within the local environment and do not involve remote communication or unauthorized access. - [PROMPT_INJECTION]: The skill is designed to analyze error messages and stack traces, which are untrusted data sources that could theoretically contain indirect instructions.
- Ingestion points: Error messages and stack traces analyzed during Phase 1 (SKILL.md).
- Boundary markers: Absent.
- Capability inventory: Diagnostic shell commands (
env,security) and test execution utilities (npm test). - Sanitization: Not explicitly mentioned; the skill relies on standard agent-level safety filters for processing external text.
Audit Metadata