mastermind-bug-bounty
Automated bug bounty hunting, API fuzzing, and exploit reporting
All Skills in This Repository (25)
Pure Emerald Level Indicatorsmastermind-workflow
Orchestrate phased bug bounty workflows with agent delegation and triage validation.
api-fuzz-agent
Analyze API endpoints and parameters through structured fuzzing workflows to discover security weaknesses.
exploit-agent
Validate suspected web vulnerabilities and generate structured exploit reports.
bypass-agent
Identify and validate access control bypasses for protected web endpoints.
ai-security-agent
Test AI and LLM applications for adversarial security weaknesses.
crypto-attack-agent
Analyze encrypted application data to identify cryptographic security weaknesses.
report-agent
Generate HackerOne-format vulnerability reports from validated security findings.
recon-agent
Extract API endpoints and metadata from web application JavaScript assets.
api-fuzz
Select semantic fuzzing payloads for API parameters based on attack patterns.
cache-poisoning
Detect and validate web cache poisoning vulnerabilities from unkeyed request components.
auth-bypass
Identify authentication bypass weaknesses in protected web application endpoints.
prototype-pollution
Detects prototype pollution vulnerabilities in Node.js, Python, and browser JavaScript.
Frequently Asked Questions
FAQPage SchemaHow to install Mastermind Bug Bounty?โผ
Run `npx skills add jinyimeng01/mastermind-bug-bounty --all -g -y` in your terminal to install all skills in this suite globally.
What does Mastermind Bug Bounty do?โผ
It runs a phased offensive security pipeline covering reconnaissance, API fuzzing, JWT and crypto attacks, 403 bypass, and exploitation. Each phase feeds discovered values into the next so findings chain into confirmed vulnerabilities.
How does the value pool linkage engine work?โผ
It extracts parameter requirements from JavaScript files and matches them against values leaked in API responses. Values returned by one endpoint are automatically injected as inputs into other endpoints until no new data appears.
Can it resume an interrupted security test?โผ
Yes. The runtime persists hunt state, worklogs, and findings to files, so you can resume a session via the CLI or HTTP API without losing progress.
Does it generate bug bounty reports?โผ
Yes. Confirmed findings pass a six-check triage gate and are converted into structured reports with proof-of-concept evidence, CVSS scoring, and remediation guidance.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core