github_check_workflow_permissions
Check GitHub Actions workflow token permissions to ensure they are set to read-only, preventing write access risks (ACT-003).
Instructions
Check GITHUB_TOKEN default permissions (should be read, not write). Detects ACT-003.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name |