find-bugs

Scan local Git branch changes for bugs and security vulnerabilities.

1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/arroschaves/brandaocontador-site --skill find-bugs-arroschaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-bugs
Source: https://github.com/arroschaves/brandaocontador-site/tree/main/.agent/skills/sentry-find-bugs
Command: npx skills add https://github.com/arroschaves/brandaocontador-site --skill find-bugs-arroschaves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify and report bugs, security vulnerabilities, and code quality issues within the changes made in the current Git branch.

Core Features & Use Cases

  • Code Review Automation: Automatically scans code changes for common security flaws and bugs.
  • Attack Surface Mapping: Identifies key areas in the code that handle user input, database interactions, and external calls.
  • Security Checklist: Applies a comprehensive checklist to ensure adherence to security best practices.
  • Use Case: Before merging a new feature, use this Skill to perform a preliminary security audit and identify potential vulnerabilities.

Quick Start

Use the find-bugs skill to review the code changes on the current branch for any bugs or security issues.

Frequently Asked Questions about find-bugs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan local Git branch changes for security vulnerabilities and bugs?

To scan local Git branch changes for security vulnerabilities and bugs, the Skill analyzes code changes against a comprehensive checklist covering injection, XSS, CSRF, race conditions, and cryptography, prioritizing the most critical findings for your review.

What types of security flaws does a code review checklist cover?

A security code review checklist covers injection, XSS, authentication, authorization, CSRF, race conditions, session management, cryptography, information disclosure, DoS, and business logic flaws, systematically verifying each area within the current branch changes to ensure adherence to best practices.

Can I run an automated security audit on my code before a merge?

Yes, you can run an automated security audit on your code before a merge by scanning the current branch for common flaws. This process maps the attack surface by identifying areas handling user input and database interactions, then applies a security checklist to detect vulnerabilities.

How does vulnerability scanning handle authentication and authorization logic?

Vulnerability scanning handles authentication and authorization logic by analyzing these specific operations within the code changes, verifying them against a security checklist to detect potential bypasses, broken access controls, and session management flaws, ultimately prioritizing any critical findings.

What is the best way to identify race conditions and business logic flaws in a new feature?

The best way to identify race conditions and business logic flaws in a new feature is to scan the local branch code changes using an automated checklist that specifically targets these concurrency and logic vulnerabilities alongside standard injection and XSS checks, effectively prioritizing critical results.