AI-powered security review for GitHub Actions
New!
Top 21.6% 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.
4 days ago
Inactive