github-workflow-auto-fix
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is to automate CI failure analysis and remediation.
- [COMMAND_EXECUTION]: All listed commands use standard GitHub CLI (
gh) and Git utilities to manage workflows, pull requests, and logs within the repository. - [EXTERNAL_DOWNLOADS]: The generated GitHub Action references the official
anthropics/claude-code-action@v1, which is a trusted organization. - [DATA_EXPOSURE]: While the workflow accesses build logs and metadata, this is the intended functionality for debugging CI failures. Secrets like
CLAUDE_CODE_OAUTH_TOKENare handled using standard GitHub Secrets syntax (${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}). - [PROMPT_INJECTION]: No override instructions or safety bypass patterns were detected. The skill contains architectural guards to prevent recursive bot behavior and protect sensitive branches.
Audit Metadata