fix-ci
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the GitHub CLI (
gh) and Git to fetch workflow logs, check status, commit fixes, and push changes to the remote repository. - [COMMAND_EXECUTION]: Instructs the agent to execute local commands for linting, formatting, and running tests based on the failures discovered in CI logs.
- [PROMPT_INJECTION]: The skill processes external data from CI logs which constitutes an indirect prompt injection surface.
- Ingestion points: Fetches CI logs via
gh run view <run-id> --log-failed. - Boundary markers: None identified; logs are parsed directly for error patterns.
- Capability inventory: File system modification, local command execution (test/lint), and
git pushcapabilities. - Sanitization: None specified for the content parsed from external logs.
Audit Metadata