loop-on-ci
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
gh(GitHub CLI) andgitto manage workflow runs and repository state. Specific commands includegh run list,gh run watch,gh run view, andgit branch --show-current. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the CI log processing workflow.
- Ingestion points: Untrusted data enters the agent's context through the output of
gh run view <run-id> --log-failed(referenced in SKILL.md). - Boundary markers: There are no markers or instructions to isolate the CI log content from the agent's instructions.
- Capability inventory: The agent has the ability to modify source code, create commits, and push changes to the repository.
- Sanitization: No sanitization or verification of the CI log content is implemented before it is used to guide code modifications.
Audit Metadata