claude-code-security-review

by anthropics · AI Tool · ★ 4.0k

About claude-code-security-review

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...

Quick Facts

Stars4,047
Forks339
LanguagePython
CategoryAI Tool
LicenseMIT
Quality Score58.65/100
Open Issues54
Last Updated2026-02-11
Created2025-08-04
Platformsclaude-code, python
Est. Tokens~6k

Compatible Skills

These tools work well together with claude-code-security-review for enhanced workflows:

  • fuzzforge_ai — semantic(0.21)+complementary+same_lang+similar_pop+shared_platform (57%)
  • mcp-scanner — semantic(0.17)+complementary+same_lang+similar_pop+shared_platform (56%)
  • Anthropic-Cybersecurity-Skills — semantic(0.16)+complementary+same_lang+similar_pop+shared_platform (56%)
  • mcp — semantic(0.26)+complementary+same_lang+similar_pop+shared_platform (54%)
  • raptor — semantic(0.17)+complementary+same_lang+similar_pop+shared_platform (51%)

More AI Tool Tools

Explore other popular ai tool tools:

View all AI Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is claude-code-security-review?

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.

What programming language is claude-code-security-review written in?

claude-code-security-review is primarily written in Python.

How do I install or use claude-code-security-review?

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.

What license does claude-code-security-review use?

claude-code-security-review is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse AI Tool tools