jaybobo/AuthSnitch Security Review
Monitors pull requests for authentication-related changes and alerts security teams when manual review may be needed
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 | yes | — |
| anthropic_api_key | Claude API key for detection and summarization | yes | — |
| slack_webhook_url | Slack incoming webhook URL | no | — |
| teams_webhook_url | Microsoft Teams webhook URL | no | — |
| post_pr_comment | Post findings as a PR comment | — | false |
| notify_on_claude_only | Notify when only Claude detects auth changes but no keywords match | — | false |
| notify_on_keywords_only | Notify when only keywords match but Claude does not detect auth changes | — | false |
| custom_keywords | Additional keywords to detect (comma-separated) | no | — |
| detection_prompt | Custom detection prompt (overrides default) | no | — |
| detection_config_path | Path to custom detection.yml in repo | no | — |
Outputs
no outputs