koki-develop/Claude Denied Tools Action
Report a list of tools that were denied due to insufficient permissions when used by Claude Code Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | no | ${{ github.token }} |
| claude-code-execution-file | The outputs.execution_file from anthropics/claude-code-action | yes | — |
| sticky-comment | If true, updates existing comment instead of creating new ones for each run | no | false |
| skip-comment | If true, skip creating/updating PR/Issue comments | no | false |
Outputs
| name | description |
|---|---|
| report | Markdown-formatted report of denied tool executions |
| denied-tools | List of denied tools (JSON) |
| found | Whether any denied tools were found (boolean) |