AI powered GitHub Action for real time security scans
This repository provides a GitHub Action that uses Claude to automatically review code changes for security vulnerabilities. It scans pull requests in the CI/CD pipeline and posts inline comments highlighting issues like SQL injection, cross site scripting, authentication flaws, insecure data handling and dependency problems. Developers can also run ad hoc security checks from the terminal using the /security review command, which analyzes the codebase, explains detected issues and suggests or applies fixes. The project is open source, MIT licensed and created by Anthropic.
Comments
Post a Comment