ci-autofix-reusable
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The generated GitHub Actions workflows depend on the
anthropics/claude-code-action@v1andactions/checkout@v4actions, which are hosted on trusted and well-known repositories. - [COMMAND_EXECUTION]: The skill uses the GitHub CLI (
gh) andgitcommands via theBashtool to inspect repository state, check for secrets, and validate workflow files during the setup phase. - [DATA_EXFILTRATION]: The automated workflow templates use
gh run view --log-failedto retrieve failure logs. These logs are processed locally by the AI action but contain sensitive project operational details. - [PROMPT_INJECTION]: The skill creates an automated process that ingests untrusted CI logs and has the capability to modify code via Pull Requests.
- Ingestion points: CI logs and job summaries are read into the model context in the generated workflow steps defined in
REFERENCE.md. - Capability inventory: The workflow templates request
contents: write,pull-requests: write, andissues: writepermissions, enabling the agent to commit changes and create PRs. - Boundary markers: The instructions in
REFERENCE.mdstructure the task but do not include explicit separators or warnings to ignore commands embedded within the log data. - Sanitization: There is no evidence of log sanitization before processing, relying on the model's internal safety filters to ignore potential malicious content in logs.
Audit Metadata