fix-ci
Warn
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it instructs the agent to ingest and act upon data from external, untrusted sources such as CI logs and pull request details. \n
- Ingestion points: The skill uses
gh run view --log-failedto retrieve failure logs andgh pr viewto fetch pull request metadata (SKILL.md). \n - Capability inventory: The agent has the authority to modify source code, execute shell commands, perform
git pushto remote repositories, and schedule autonomous recurring tasks. \n - Boundary markers: No delimiters or safety instructions are provided to the agent to distinguish between its instructions and potentially malicious content within the logs. \n
- Sanitization: There are no mechanisms described to sanitize or validate the external data before it is used to drive automated code changes. \n- [COMMAND_EXECUTION]: The skill establishes persistence by using the
automation_updatetool to schedule recurring tasks viacron. This creates an autonomous loop that can perform code modifications andgit pushoperations independently of a user session, which could be influenced by malicious input.
Audit Metadata