systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to ingest and analyze external data, including error messages, stack traces, and source code files, which creates a surface for indirect prompt injection.
- Ingestion points: The agent gathers data using
read_file,search_files,web_search, andterminaloutput (e.g., frompytestorgit). - Boundary markers: The skill does not define specific delimiters or instructions to ignore malicious commands that might be embedded in analyzed files or error logs.
- Capability inventory: The agent is granted access to the
terminalfor executing commands, as well as file read/write tools. - Sanitization: There is no mention of sanitizing, escaping, or validating the external content before it is processed by the agent's logic.
Audit Metadata