Discover and explore top open-source AI tools and projects—updated daily.
AI-powered security review for GitHub Actions
Top 18.4% on SourcePulse
This GitHub Action leverages Anthropic's Claude Code to perform AI-powered security reviews on code changes within pull requests. It targets developers and security teams seeking intelligent, context-aware analysis to identify vulnerabilities beyond traditional SAST methods, aiming to reduce false positives and provide actionable remediation guidance.
How It Works
The action analyzes code diffs within pull requests, utilizing Claude's semantic understanding to detect a wide range of vulnerabilities, including injection attacks, authentication flaws, and business logic errors. It automatically comments on PRs with findings, offering detailed explanations and remediation advice. Advanced filtering is employed to minimize noise from low-impact or false-positive-prone issues, with options for customization via user-provided instructions.
Quick Start & Requirements
.github/workflows/security.yml
.secrets.CLAUDE_API_KEY
(Anthropic Claude API key).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The run-every-commit
option may increase false positives on PRs with numerous commits. Customization of scanning and filtering requires manual configuration file management.
1 month ago
Inactive