find-bugs - Find Bugs and Security Issues in Code Changes
Review local branch changes for bugs, security vulnerabilities, and code quality issues.
Tags
Updated: 2026-02-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- get git diff output
- read changed files
- list modified files
- identify user inputs
- identify database queries
- identify authentication checks
- identify authorization checks
- identify session operations
- identify external calls
- identify cryptographic operations
- check for injection vulnerabilities
- check for XSS vulnerabilities
- check authentication issues
- check authorization issues
- check CSRF protection
- check race conditions
- check session security
- check cryptography issues
- check information disclosure
- check DoS vulnerabilities
Inputs
- git repository
- local branch changes
- code files
- branch diff
Outputs
- security vulnerability reports
- bug reports
- code quality issue reports
- review findings list
Requirements
- git environment
- local code repository
- access to branch diffs
