by anthropics · AI Tool · ★ 4.0k
Claude Code Security Reviewer An AI-powered security review GitHub Action using Claude to analyze code changes for security vulnerabilities. This action provides intelligent, context-aware security analysis for pull requests using Anthropic's Claude Code tool for deep semantic security analysis. See our blog post here for more details. Features AI-Powered Analysis: Uses Claude's advanced reasoning to detect security vulnerabilities with deep semantic understanding Diff-Aware Scanning: For PRs, only analyzes changed files PR Comments: Automatically comments on PRs with security findings Contextual Understanding: Goes beyond pattern matching to understand code semantics Language Agnostic: Works with any programming language False Positive Filtering: Advanced filtering to reduce noise and focus on real vulnerabilities Quick Start Add this to your repository's : yaml name: Security Review permissions: pull-requests: write # Needed for leaving PR comments contents: read on: pullrequest: jobs: security: runs-on: ubuntu-latest steps: uses: actions/checkout@v4 with: ref: ${{ github.event.pullrequest.head.sha github.sha }} fetch-depth: 2 uses: anthropics/claude-code-security-review@main...
| Stars | 4,047 |
| Forks | 339 |
| Language | Python |
| Category | AI Tool |
| License | MIT |
| Quality Score | 58.65/100 |
| Open Issues | 54 |
| Last Updated | 2026-02-11 |
| Created | 2025-08-04 |
| Platforms | claude-code, python |
| Est. Tokens | ~6k |
These tools work well together with claude-code-security-review for enhanced workflows:
Explore other popular ai tool tools:
claude-code-security-review is An AI-powered security review GitHub Action using Claude to analyze code changes for security vulnerabilities.. It is categorized as a AI Tool with 4.0k GitHub stars.
claude-code-security-review is primarily written in Python.
You can find installation instructions and usage details in the claude-code-security-review GitHub repository at github.com/anthropics/claude-code-security-review. The project has 4.0k stars and 339 forks, indicating an active community.
claude-code-security-review is released under the MIT license, making it free to use and modify according to the license terms.