by anthropics · Claude Skill · ★ 4.6k
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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,577 |
| Forks | 432 |
| Language | Python |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 58.51/100 |
| Open Issues | 69 |
| 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 claude skill 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 Claude Skill with 4.6k 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.6k stars and 432 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.