Chain banner
Mikacr1138 Mikacr1138

Chain

Security community

Description

--- description: Build an exploit chain — given bug A, finds B and C to combine for higher severity and payout. Knows common chain patterns: IDOR→ATO, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth. Usage: /chain --- # /chain Build an A→B→C exploit chain for higher severity and payout. ## When to Use This After confirming a standalone finding that: - Is on the "conditionally valid" list (open redirect, SSRF DNS-only, etc.) - Has been validated but classified

Installation

Installs to ~/.claude/skills/mikacr1138-claude-bug-bounty-chain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikacr1138-claude-bug-bounty-chain && curl -fsSL https://raw.githubusercontent.com/Mikacr1138/claude-bug-bounty/HEAD/commands/chain.md -o ~/.claude/skills/mikacr1138-claude-bug-bounty-chain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository