omermaksutii

Bounty Submit — Development skill for Claude Code

Development community

Submit a finding to a bug-bounty platform (Immunefi, Cantina) automatically.

How to install Bounty Submit

Installs to ~/.claude/skills/omermaksutii-rugproof-bounty-submit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omermaksutii-rugproof-bounty-submit && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/commands/bounty-submit.md -o ~/.claude/skills/omermaksutii-rugproof-bounty-submit/SKILL.md

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

What Bounty Submit does


description: Submit a finding to a bug-bounty platform (Immunefi, Cantina) automatically. argument-hint: " [--platform immunefi|cantina|protocol]" allowed-tools: Read, Bash

/bounty-submit — submit to a bug bounty

Automates the submission of a confirmed finding to Immunefi (or another bounty platform). Strict prerequisites:

  • Finding must have a passing /exploit-live PoC against a deployed contract.
  • The contract must NOT be one you own (otherwise: just patch).
  • A `bo

Alternatives in Development

  • Claude Code Guide — A full guide on Claude tips and tricks, optimizing Claude Code, and finding every command possible 3.7k ★
  • /report — Generate a submission-ready bug bounty report 1.8k ★
  • Src Hunter Skill — 实战 SRC / 众测 / Bug bounty 漏洞挖掘 Claude Code skill — 19 个攻击类 playbook、305 个结构化 payload、263 个 WAF/EDR 绕过、2887 份 Ha 602 ★

Full documentation available on GitHub

View Source Repository