security-bounty-hunter

Scan code repositories for exploitable vulnerabilities and produce concise reports with proof-of-concept.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Maelwalser/claude-config --skill security-bounty-hunter-maelwalser
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security-bounty-hunter
Source: https://github.com/Maelwalser/claude-config/tree/main/skills/security-bounty-hunter
Command: npx skills add https://github.com/Maelwalser/claude-config --skill security-bounty-hunter-maelwalser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security researchers and auditors quickly identify and validate exploitable, bounty-worthy vulnerabilities in codebases by reducing noisy findings and focusing on high-impact, reachable attack paths.

Core Features & Use Cases

  • Focused Vulnerability Discovery: Prioritizes remotely reachable, user-controlled attack vectors such as SSRF, auth bypasses, remote deserialization, SQLi, command injection, and path traversal.
  • Triage and Proof-of-Concept Guidance: Walks through end-to-end code paths, verifies user control to meaningful sinks, and produces minimal, safe PoCs and a structured report suitable for HackerOne/Huntr submissions.
  • Use Case: Triage static analysis output for a web service, discard low-signal hits, confirm exploitability for the public bounty scope, and draft the disclosure with affected paths and impact.

Quick Start

Scan the repository for remotely reachable, user-controlled vulnerabilities and produce a concise report with vulnerable code locations and a minimal proof-of-concept.

Frequently Asked Questions about security-bounty-hunter

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

FAQPage Schema
How do I find exploitable vulnerabilities for bug bounties in a code repository?▼

To find exploitable vulnerabilities for bug bounties, scan code repositories for remotely reachable, user-controlled attack paths like SSRF, SQLi, and command injection. This approach prioritizes high-impact security flaws suitable for bounty programs by verifying end-to-end exploitability and impact.

What is the best way to triage static analysis output for HackerOne or Huntr bounty programs?▼

The best way to triage static analysis output for bounty programs is to filter noisy findings and focus on remotely reachable, user-controlled attack vectors. This involves analyzing end-to-end code paths to confirm exploitability and discarding low-signal hits before submission.

How do I write a minimal proof-of-concept for responsible disclosure of a security vulnerability?▼

To write a minimal proof-of-concept for responsible disclosure, verify user control mapping to meaningful sinks and construct a safe PoC demonstrating the vulnerability. This PoC should accompany a structured report detailing affected paths and impact for bounty submissions.

What types of security vulnerabilities are most valuable for bug bounty hunting?▼

The most valuable security vulnerabilities for bug bounty hunting are remotely reachable, user-controlled attack vectors. These include SSRF, authentication bypasses, remote deserialization, SQL injection, command injection, and path traversal, which provide clear, demonstrable impact.

Can I use automated code auditing to prepare structured bug bounty reports?▼

Yes, you can use code auditing to prepare structured bug bounty reports by analyzing end-to-end code paths and verifying exploitability. This process drafts responsible disclosure reports containing vulnerable code locations, affected paths, and minimal proofs-of-concept.

Why does my vulnerability scanner return low-signal hits unsuitable for bug bounties?▼

Vulnerability scanners return low-signal hits unsuitable for bounties because they often lack end-to-end code-path analysis and verification of user control to meaningful sinks. Focusing on remotely reachable attack vectors helps discard these irrelevant findings.