public-skills-builder

作者 shuvonsec已验证

Generate Claude Code bug bounty skills from public HackerOne reports and GitHub writeups — 18 vuln classes, no private reports needed

191
Stars
41
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/shuvonsec/public-skills-builder

快速入门

使用 public-skills-builder 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Public Skills Builder

Generate Claude Code bug bounty skills from public HackerOne reports and GitHub writeups — no private reports needed.

Feed it 500+ public bug bounty reports. Get back 18 ready-to-use Claude Code skill files — one per vulnerability class — packed with real-world techniques, payloads, and bypass patterns.

License: MIT Python 3.10+ Stars

Quick Start · Output · Sources · Usage


Why Use This

Bug bounty reports are the best training data for hunting. This tool reads hundreds of disclosed HackerOne reports and community writeups, then uses Claude to distill them into structured skill files you can load directly into Claude Code.

No private reports required. Everything comes from public data.


Quick Start

git clone https://github.com/shuvonsec/public-skills-builder
cd public-skills-builder

python3 -m venv .venv
source .venv/bin/activate
pip install anthropic requests

cp .env.example .env
# Edit .env — add your ANTHROPIC_API_KEY

Sources

SourceAuth neededWhat it fetches
HackerOne public feedNonePublicly disclosed reports
HackerOne REST APIH1 API keyYour own resolved reports
GitHub writeup reposNone (optional token)1,200+ community writeups

Output

One markdown skill file per vulnerability class, ready to load into Claude Code:

skills/
  hunt-idor.md
  hunt-ssrf.md
  hunt-xss.md
  hunt-rce.md
  hunt-oauth.md
  hunt-sqli.md
  hunt-business-logic.md
  ... (18 vuln classes total)
  README.md  ← index of all skills

Each skill file contains:

  • Crown jewel targets
  • Attack surface signals
  • Step-by-step hunting methodology
  • Payloads and grep patterns
  • Bypass techniques
  • Gate 0 validation checklist

Usage

# Public GitHub writeups only (just needs Claude API key)
python3 public_skills_builder.py --source github

# HackerOne public disclosed reports (no H1 key needed)
python3 public_skills_builder.py --source h1-public

# Everything — all sources, all vuln classes
python3 public_skills_builder.py --source all --limit 500

# Specific vuln classes only
python3 public_skills_builder.py --vuln-type idor ssrf xss oauth

# Specific H1 program
python3 public_skills_builder.py --source h1 --program shopify --limit 200

Supported Vuln Classes

idor ssrf xss sqli rce auth-bypass oauth race-condition business-logic graphql cache-poison xxe upload ssti csrf subdomain llm-ai crypto


Using the Skills in Claude Code

Once generated, load a skill into Claude Code by pointing it at the file:

claude
# Then: "Load skills/hunt-idor.md and help me hunt IDOR on target.com"

Or copy skill files into your Claude Code project's .claude/ directory so they load automatically.


Requirements


Legal

For authorized security testing only. Only test targets within an approved bug bounty program scope.


MIT License · Built for bug hunters who learn from the community

Star if this saved you research time

常见问题

What is public-skills-builder?

public-skills-builder is an open-source testing skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by shuvonsec. Generate Claude Code bug bounty skills from public HackerOne reports and GitHub writeups — 18 vuln classes, no private reports needed. It has 191 GitHub stars.

Is public-skills-builder safe to use?

Yes. public-skills-builder passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install public-skills-builder?

Clone the repository with "git clone https://github.com/shuvonsec/public-skills-builder" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is public-skills-builder written in?

public-skills-builder is primarily written in Python. It is open-source under shuvonsec on GitHub, so you can review or fork the full source.

Are there alternatives to public-skills-builder?

Yes. SkillsLLM lists many other Testing skills you can browse and compare side by side. Open the Testing category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh public-skills-builder against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

Claude-BugHunter

by elementalsouls

A Claude Code skill bundle for bug hunting and external red-team work - 82 skills, 15 slash commands, 681 disclosed-report patterns curated across 24 core vulnerability classes, plus enterprise identity + infrastructure attack matrices.

3,740578Python
Testing
查看详情

Rapid-MLX

by raullenchai

The fastest local AI engine for Apple Silicon. 4.2x faster than Ollama, 0.08s cached TTFT, 100% tool calling. 17 tool parsers, prompt cache, reasoning separation, cloud routing. Drop-in OpenAI replacement. Works with Claude Code, Cursor, Aider.

3,530401Python
Testing
查看详情

playwright-skill

by lackeyjb

Claude Code Skill for browser automation with Playwright. Model-invoked - Claude autonomously writes and executes custom automation for testing and validation.

3,014229JavaScript
Testing
查看详情

src-hunter-skill

by MyuriKanao

实战 SRC / 众测 / Bug bounty 漏洞挖掘 Claude Code skill — 19 个攻击类 playbook、305 个结构化 payload、263 个 WAF/EDR 绕过、2887 份 HackerOne 真实案例、88,636 WooYun 案例统计

60187
Testing
查看详情

100 field-tested Claude Code recipes for knowledge workers — prompts, steps, and 6 installable graded skills.

38048
Testing
查看详情

Claude Code Skill that turns any idea into a cinematic, model-ready video prompt — Sora · Kling · Veo · Seedance. 21 genre templates, 5-stage structure, eval-tested. Distilled from the AI short Hollywood director PJ Ace called "one of the best short films I've seen in years."

36869Python
Testing
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情