security-bounty-hunter

Detect remotely exploitable security vulnerabilities in code repositories.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/abhishekdutta18/blogspro --skill security-bounty-hunter-abhishekdutta18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-bounty-hunter
Source: https://github.com/abhishekdutta18/blogspro/tree/main/.claude/skills/security-bounty-hunter
Command: npx skills add https://github.com/abhishekdutta18/blogspro --skill security-bounty-hunter-abhishekdutta18

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps security researchers and developers detect and triage remotely reachable vulnerabilities in codebases, facilitating responsible disclosure and bounty submissions.

Core Features & Use Cases

  • Vulnerability Scanning: Analyze repositories to find user-controlled attack vectors such as SSRF, SQL injection, and command injection.
  • Report Preparation: Assist in drafting clear and concise vulnerability reports suitable for bug bounty programs or internal security audits.
  • Use Case: When assessing a web application, identify potential security flaws like path traversal or XSS, then generate an executable PoC or detailed report.

Quick Start

Provide the target repository URL containing web application code to scan for security issues.

Frequently Asked Questions about security-bounty-hunter

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

FAQPage Schema
How do I scan a code repository for exploitable security vulnerabilities?

To scan a code repository for security vulnerabilities, provide the target repository URL containing the web application code. The Skill analyzes code paths and suspicious input handling to detect remotely reachable attack vectors like SSRF, SQL injection, and command injection.

Can I generate a bug bounty report automatically after finding a vulnerability?

Yes, you can generate a bug bounty report after finding a vulnerability. The Skill assists in drafting clear and concise vulnerability reports suitable for bug bounty programs, detailing the security flaws identified during the repository code review.

What types of web security vulnerabilities can this pentesting tool detect?

This pentesting tool detects remotely exploitable web security vulnerabilities. It specifically focuses on identifying user-controlled attack vectors such as SQL injection, command injection, SSRF, cross-site scripting (XSS), and path traversal in code.

Does this security code review work with any specific programming languages or frameworks?

The security code review focuses on web application code repositories to identify suspicious input handling and injection points. It assesses code paths regardless of specific frameworks to ensure thorough vulnerability assessment for remote attack vectors.

How do I prepare an executable PoC for a detected SQL injection or XSS flaw?

To prepare an executable PoC for detected SQL injection or XSS flaws, the Skill scrutinizes possible injection points and code paths. It then assists in generating an executable proof of concept or a detailed report for internal security audits.

Why should I use an automated vulnerability scanner instead of manual code review for bug bounty hunting?

Using an automated vulnerability scanner for bug bounty hunting efficiently identifies exploitable security issues across entire repositories. It scrutinizes code paths and suspicious input handling faster than manual review, streamlining triage and report creation.