ci
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute several system commands, includinggit log,gh run view, andnpm test. These commands are essential for analyzing build failures and verifying fixes but involve arbitrary command execution within the environment. - [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection (Category 8) because it ingests and processes untrusted data from CI/CD environments.
- Ingestion points: Untrusted data enters the agent context via
gh run view --logandgh run view --log-failedinreferences/analyzing-failures.md, as well as through the standard output ofnpm testinreferences/fixing-tests.md. - Boundary markers: Absent. The instructions do not define clear delimiters or include warnings to the agent to ignore instructions that might be embedded within the retrieved logs or test failure messages.
- Capability inventory: The skill has powerful capabilities, including
Bash(shell access),Edit(ability to modify implementation and test files), andTask(invocation of sub-agents likeci-cd-fixer). - Sanitization: No sanitization or escaping of the external log content is performed before it is processed by the agent or passed to a sub-agent prompt.
Audit Metadata