shepherd
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for
git,gh(GitHub CLI), andglab(GitLab CLI) to perform operations such as repository interaction, CI/CD job management, and merging pull requests. - [INDIRECT_PROMPT_INJECTION]: The skill has a vulnerability surface for indirect prompt injection due to its ingestion of external, user-controlled content from GitHub and GitLab.
- Ingestion points: The skill fetches and processes pull request comments, reviews, and CI log traces via
gh pr view,glab mr view,glab ci trace, andgh run viewas described in the Procedure section ofSKILL.md. - Boundary markers: Absent. There are no instructions or delimiters defined to separate the ingested external data from the skill's operational instructions.
- Capability inventory: The skill is authorized to perform high-impact actions including
git push,gh pr merge,glab mr merge, andglab ci retry. - Sanitization: Absent. The instructions do not specify any filtering, escaping, or validation of the content retrieved from external review comments or build logs.
Audit Metadata