Back to skills

find-bugs

security

Runs a structured security and bug review against your current branch diff. It maps attack surfaces, checks a full OWASP-style checklist, and reports findings by severity without making any changes. R

Setup & Installation

npx skills add https://github.com/getsentry/find-bugs --skill find-bugs
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/find-bugs
View on GitHub

What This Skill Does

Runs a structured security and bug review against your current branch diff. It maps attack surfaces, checks a full OWASP-style checklist, and reports findings by severity without making any changes. Rather than mentally scanning a diff yourself, it systematically checks every changed file against a complete security checklist and forces verification before reporting, so real issues don't get missed under time pressure.

When to use it

  • Working with find bugs functionality
  • Implementing find bugs features
  • Debugging find bugs related issues