mitigation-dot-team/Auth Guard
Analyzes PR diffs to detect new API endpoints missing authentication middleware.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with permissions to read PR diffs and post comments. | yes | ${{ github.token }} |
| fail-on-violation | Fail the action if authentication violations are found. | no | false |
Outputs
| name | description |
|---|---|
| violations | JSON array of detected route violations |