backlog
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the
ghCLI (includinggh repo view,gh issue list,gh label list, andgh issue create) andgrepto interact with GitHub repositories and local files for backlog management tasks. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection because it ingests and processes untrusted data from external sources.
- Ingestion points: Data is read from
docs/BACKLOG.md, individual markdown files indocs/issues/, and the output of thegh issue listcommand. - Boundary markers: There are no explicit delimiters or instructions to ignore potential commands embedded within the retrieved issue content.
- Capability inventory: The skill can write to the local file system (
docs/BACKLOG.md,docs/issues/) and create/modify issues on GitHub via theghCLI. - Sanitization: The instructions do not specify any validation, escaping, or filtering of the content read from files or CLI output.
- Mitigation: A strong mitigation is present in the instructions, which explicitly require 'per-item confirmation' from the user before performing destructive or state-changing actions like closing or merging items.
Audit Metadata