audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Generate a responsible-disclosure bounty submission from a confirmed finding — Immunefi / protocol bounty / SEAL 911 formats.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/bountyContext preview
What this command does when you run it.
Generate a responsible-disclosure bounty submission from a confirmed finding — Immunefi / protocol bounty / SEAL 911 formats.
description: Generate a responsible-disclosure bounty submission from a confirmed finding — Immunefi / protocol bounty / SEAL 911 formats. argument-hint: "<finding-id> [--target immunefi|protocol|seal911]" allowed-tools: Read, Write, Bash, Agent, Skill
After you find a real bug in a *deployed* contract, this command prepares a responsible-disclosure submission.
Require the finding ID to have a passing `/exploit-live` proof on a fork. Otherwise, refuse to generate (no theoretical disclosures).
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)
Before output, scan for:
If found, refuse to write to disk; warn the user.
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)
Rugproof your code before someone else does. 🌐 Live site: omermaksutii.github.io/RugProof 📦 Latest: v1.0.0 — 45 commands · 23 agents · 45 skills · 13 MCP servers · tested, offline-first, with rule packs, a benchmark, non-EVM coverage, and post-deploy
Repo: omermaksutii/RugProof
Audit only the git diff vs main (or specified base). Optimized for PR review.
Deep audit — same as /audit but spawns more parallel subagents, runs multi-pass review, and chases exploit chains across files.
Audit third-party dependencies — resolve installed versions, cross-reference known-vulnerable releases, and flag vendored code that has diverged from upstream.
Diff two Rugproof audit reports (before vs after) to track regressions — what's new, what's fixed, and whether the grade moved.
Pull past public audits (Code4rena, Sherlock, Spearbit, etc.) for a deployed contract or known protocol.
Audit a deployed contract on a live chain. Pulls verified source from the block explorer, optionally forks the chain for live-state simulation.