bounty

bounty is a command for coding agents from omermaksutii/RugProof. It costs 24 tokens per session (651 once invoked), scanned A, original, MIT.

A command that prepares a responsible-disclosure report for a confirmed security bug in a deployed blockchain contract. Responsible disclosure means privately reporting a vulnerability to the affected project so it can be fixed.

In plain words
What is it for?
Use it after a working proof of exploit has been confirmed to create an Immunefi, protocol-bounty, or SEAL 911 submission, including impact, affected contracts, reproduction steps, and mitigation.
Why use it?
It organizes the technical evidence and required details for different bug-bounty or emergency-reporting formats.

Command

Part of the rugproof plugin — 35 commands, 23 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/omermaksutii/rugproof/bounty
Clone the repo
git clone --depth 1 https://github.com/omermaksutii/RugProof

Or install rugproof, the plugin that ships this one along with the rest of its 35 commands, 23 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bounty

README.md
[![agentmods](https://agentmods.dev/badge/commands/omermaksutii/rugproof/bounty.svg)](https://agentmods.dev/commands/omermaksutii/rugproof/bounty)
Your own site
<a href="https://agentmods.dev/commands/omermaksutii/rugproof/bounty"><img src="https://agentmods.dev/badge/commands/omermaksutii/rugproof/bounty.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 651 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.00651
Opus 5 $0.00012 $0.00326
Sonnet 5 $0.00005 $0.00130
Haiku 4.5 $0.00002 $0.00065

Measured 4d ago against content hash b86cc51a38fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bounty scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/bounty.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/bounty — generate a bounty submission

After you find a real bug in a deployed contract, this command prepares a responsible-disclosure submission.

Procedure

Step 1 — Confirm the finding is real

Require the finding ID to have a passing /exploit-live proof on a fork. Otherwise, refuse to generate (no theoretical disclosures).

Step 2 — Pick the target

  • immunefi — uses Immunefi's submission format
  • protocol — uses the protocol's documented bounty form (auto-detect from chain + address)
  • seal911 — SEAL 911 (emergency, for actively exploitable critical vulns)

Step 3 — Generate the submission

Sections required by most bounty programs:

  1. Title (one-line, severity-loaded)
  2. Severity (per the protocol's bounty scale — usually Critical/High/Medium)
  3. Impact summary (who can lose what, how much, how fast)
  4. Affected contracts (addresses, on which chain)
  5. Bug description (clear, technical, no marketing)
  6. Reproduction steps (step-by-step)
  7. Working PoC (paste the Foundry test from /exploit-live)
  8. Recommended mitigation (the patch from /remediate)
  9. Disclosure timeline (today's date as initial disclosure)

Step 4 — Sensitive-data warnings

Before output, scan for:

  • Hardcoded private keys, mnemonics
  • Personal info
  • Internal-only URLs

If found, refuse to write to disk; warn the user.

Step 5 — Output

Write to rugproof-reports/bounty-<finding-id>-<date>.md. Tell the user:

✓ Bounty submission generated: rugproof-reports/bounty-REENT-001-2026-05-12.md

  Target:        Immunefi
  Project:       Acme Protocol (acme.fi)
  Severity:      Critical
  Estimated payout (per program): $50K - $250K

Next steps:
  1. Review the submission for accuracy
  2. Submit at https://immunefi.com/bounty/acme/
  3. DO NOT share the PoC publicly until the protocol acknowledges

If actively exploitable in the wild RIGHT NOW:
  → Contact SEAL 911: https://seal-911.com  (emergency channel)

Notes

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 73 lines · 24 tokens per session scan A b86cc51a38fa

Subscribe to this mod's changes

bounty is a command published in the GitHub repository omermaksutii/RugProof (9 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 651 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.