git-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains command templates that interpolate untrusted external data directly into shell commands, creating a surface for indirect prompt injection.
- Ingestion points: Data is retrieved from the
bdissue tracking tool and manual UAT files. - Boundary markers: There are no instructions to use delimiters or ignore embedded instructions when processing data from the
bdtool or UAT responses. - Capability inventory: The skill is granted access to the
Bashtool, along withRead,Write, andEdit, which could be exploited to execute arbitrary code if an attacker provides a malicious issue ID (e.g.,; rm -rf /). - Sanitization: The instructions do not specify any validation or escaping for variables like
{issue-id}or{description}before they are executed in a shell environment.
Audit Metadata