github-workflow-auto-fix
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses dynamic context injection to execute
gh secret listandfindcommands during initialization to verify the repository state and configuration prerequisites. - [PROMPT_INJECTION]: The generated GitHub Action establishes a surface for indirect prompt injection by reading untrusted data into an LLM context.
- Ingestion points: The workflow generated in
SKILL.mdreads logs from failed CI runs usinggh run view --log-failedand feeds them to an LLM. - Boundary markers: The template uses a placeholder
<analysis-and-fix-prompt>which lacks explicit delimiters to separate logs from instructions. - Capability inventory: The action is granted
contents: write,pull-requests: write, andissues: writepermissions, enabling automated code commits or issue creation based on LLM output. - Sanitization: No sanitization or filtering of the build logs is performed before processing.
- [EXTERNAL_DOWNLOADS]: The skill configures a workflow that downloads and executes the
anthropics/claude-code-action@v1andactions/checkout@v4actions. Both originate from trusted or well-known organizations.
Audit Metadata