git-ci
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on executing system commands through the GitHub (
gh) and GitLab (glab) CLI tools, along withjqfor data processing. These are standard operations for development-oriented tasks. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a vulnerability surface for indirect prompt injection as it ingests untrusted data from external sources, specifically CI job logs and PR check descriptions. Ingestion points: Command outputs from
gh pr checks(SKILL.md, references/ci-queries.md),gh run view(SKILL.md, references/ci-queries.md), andglab ci trace(SKILL.md, references/ci-queries.md). Boundary markers: The instructions do not define specific delimiters to separate untrusted data from the agent's instructions. Capability inventory: The agent has capabilities to execute shell commands includinggh,glab, andjq(SKILL.md). Sanitization: There is no evidence of sanitization or filtering of the content retrieved from logs or status descriptions.
Audit Metadata