jinyimeng01

61 mods across 2 repositories, 60 stars between them.

ai-security-agent

02

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

AI/LLM security testing specialist. Tests for prompt injection, jailbreak, MCP/Agent attacks, RAG poisoning, system prompt extraction, and tool/function call abuse. Optional phase.

55 2mo ago B 41 tokens

api-fuzz-agent

03

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

An API testing skill that discovers how endpoints use parameters and then tests those endpoints with realistic values and targeted variations. An endpoint is a URL or operation that an application exposes for requests.

55 2mo ago A 95 tokens

bypass-agent

04

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Access control bypass specialist. Handles 401/403/405 responses using path manipulation, HTTP method switching, header injection, middleware-specific techniques, and JWT token attacks. Third phase in the pipeline.

55 2mo ago A 43 tokens

crypto-attack-agent

05

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

A cryptography and encoding analysis tool for extracting keys, decoding data, examining JSON Web Tokens, and reversing custom signatures or obfuscation. Cryptography protects data by transforming it so only intended users can read or verify it.

55 2mo ago A 73 tokens

exploit-agent

06

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

★ Exploit + Report: vulnerability exploitation specialist. Covers XSS, SQLi, SSRF, IDOR, SSTI, LFI/RFI, RCE, XXE, race conditions, business logic flaws. Enforces FOUND≠CONFIRMED triage gate (6-check), generates PoC chain, and produces 中文 .docx HackerOne/SRC-format reports. Final required phase.

55 2mo ago B 85 tokens

recon-agent

07

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

A web reconnaissance tool for collecting and examining JavaScript files, identifying the technologies a site uses, finding API routes, and checking source code for exposed secrets or leaked data.

55 2mo ago A 112 tokens

report-agent

08

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Report generation specialist. Converts triage-approved findings into HackerOne-format reports with CVSS scoring, PoC evidence chains, and remediation guidance. Final phase in the pipeline.

55 2mo ago A 37 tokens

auth-bypass

09

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

401/403/405 authentication bypass techniques. Covers path manipulation, HTTP method switching, header injection, protocol downgrade, multi-position fuzzing, and middleware- specific bypass strategies with full payload dictionary.

55 2mo ago A 43 tokens

cache-poisoning

10

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Web Cache Poisoning detection and exploitation. Covers unkeyed headers, parameter cloaking, cache key normalization, XSS via cache, and DoS via cache. Targets: CDN (Cloudflare/Akamai/Fastly), reverse proxy (Varnish/Nginx), application-level caching (Redis/Memcached).

55 2mo ago A 70 tokens

data-linkage

11

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

An API testing method that uses values returned by one endpoint as inputs to test other endpoints. An API is a set of web interfaces that software uses to exchange data.

55 2mo ago B 102 tokens

dependency-cve

12

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Dependency version fingerprinting and CVE matching. Fastest ROI: identify framework/library versions from JS, headers, error pages, default paths, then match against known CVEs (Fastjson, Shiro, Log4j, Spring, Struts2, Laravel, etc.).

55 2mo ago B 59 tokens

graphql-test

13

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

GraphQL API security testing v2. Coverage: introspection bypass (6 techniques), clairvoyance field brute-force, alias-based rate limit bypass, batch query IDOR, depth/cyclic query DoS, persisted queries bypass, field suggestion leak, and subscription hijacking.

55 2mo ago A 58 tokens

http-smuggling

14

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

HTTP Request Smuggling detection and exploitation. Covers CL.TE, TE.CL, TE.TE variants, front-end/back-end parsing discrepancies, WAF bypass via smuggling, and cache poisoning chaining. Uses burpsuite + fetch for timing and differential response analysis.

55 2mo ago A 57 tokens

js-analysis

15

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

A guide to collecting and analyzing JavaScript files from a website. It extracts API details such as URLs, methods, content types, parameter names, required fields, and authentication requirements, then maps them together.

55 2mo ago A 84 tokens

jwt-attack

16

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

JWT (JSON Web Token) attack methodology. Covers Bearer removal bypass, algorithm confusion (alg:none / RS256→HS256 / empty sig), secret brute force with public wordlists + JS-extracted keywords, kid/jku/jwk header injection, claims manipulation, cross-service token reuse, JWKS endpoint analysis, and multi-role…

55 2mo ago B 79 tokens

oauth-sso

17

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

OAuth 2.0 / OpenID Connect / SSO attack methodology. redirecturi manipulation, state parameter bypass, CSRF on authorization endpoint, code/accesstoken interception, PKCE bypass, implicit flow hijack, and cross-tenant token reuse.

55 2mo ago A 54 tokens

passive-recon

18

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Passive reconnaissance: subdomain enumeration via crt.sh/DNS history, Shodan/Censys IP intelligence, favicon hash matching for tech stack, Wayback Machine URL history, WHOIS data. All free, no target contact.

55 2mo ago A 50 tokens

prototype-pollution

19

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Prototype Pollution detection and gadget chaining. Covers server-side (Node.js merge/deep-extend, Python class pollution) and client-side (DOM clobbering, DOMPurify bypass, jQuery deep-extend). Includes gadget chains for RCE via EJS/Pug/Handlebars and XSS via DOMPurify bypass.

55 2mo ago A 72 tokens

race-condition

20

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

A guide to testing race conditions, which happen when simultaneous requests produce an unsafe result. It also covers time-of-check to time-of-use (TOCTOU) flaws, where a value changes between checking it and using it.

55 2mo ago A 90 tokens

source-leak

21

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Source code leak detection via GitHub, Gitee, and search engine dorking. Uses tech stack fingerprints to construct targeted search queries for leaked source code, configs, and credentials.

55 2mo ago A 41 tokens

vuln-classes

22

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Vulnerability class encyclopedia. Detection signals, exploitation techniques, and impact demonstration for XSS, SQLi, SSRF, IDOR, SSTI, path traversal, file upload, XXE, CSRF, CORS, prototype pollution, and business logic flaws.

55 2mo ago C 59 tokens

websocket-test

23

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

A guide to testing WebSocket connections, which keep a live two-way link between a browser and a server. It covers authentication, access control, injected messages, replayed messages, and connection exhaustion.

55 2mo ago A 81 tokens

mastermind-workflow

24

jinyimeng01/mastermind-bug-bounty

Skill Claude CodeCodex

Mastermind Bug Bounty workflow orchestrator. Drives the 6-phase bug bounty lifecycle with 6-Hook middleware. Pipeline: Recon → Dependency Scan → API Fuzz → Crypto Attack → Bypass → Exploit+Report. AI 优势赛道: API Fuzz (值池联动) + Crypto Attack (JWT/AES/编码).

55 2mo ago A 76 tokens