systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides a logical framework for technical troubleshooting that relies on established software engineering principles such as reproduction and data flow analysis.
- [COMMAND_EXECUTION]: The skill instructs the agent to use terminal commands for
pytestandgitto facilitate debugging. These are standard operations for a development-focused agent and do not involve unauthorized access or external downloads. - [INDIRECT_PROMPT_INJECTION]: The skill operates on external data like error logs and codebase files, which is a necessary attack surface for its debugging purpose.
- Ingestion points: Error messages and source code content ingested via
search_files,read_file, and terminal output. - Boundary markers: None specified within the skill instructions.
- Capability inventory:
terminal,search_files,read_file,web_search,web_extract. - Sanitization: Not specified in the instructions as the focus is on data analysis.
Audit Metadata