github_check_workflow_injection
Scan GitHub Actions workflow files for script injection vulnerabilities from untrusted event inputs, like ${{ github.event.issue.title }} in run: blocks.
Instructions
Scan workflow files for script injection vulnerabilities via untrusted event inputs (${{ github.event.issue.title }}, etc. in run: blocks). Detects ACT-001.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name |