audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Run Rugproof against the bundled vulnerable example contracts — first-run "wow moment".
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/demoContext preview
What this command does when you run it.
Run Rugproof against the bundled vulnerable example contracts — first-run "wow moment".
description: Run Rugproof against the bundled vulnerable example contracts — first-run "wow moment". argument-hint: "[reentrancy|oracle|flash-loan|inflation|replay|vyper|all]" allowed-tools: Read, Bash, Agent, Skill
First-run experience. Lets a new user see Rugproof's output on a real (but safe) vulnerable contract — no need to bring their own code yet.
Located in `examples/` (Solidity) and `examples-vyper/` (Vyper):
| Demo | Contract | Primary vuln class | |---|---|---| | `reentrancy` | `examples/VulnerableVault.sol` | reentrancy + access-control | | `oracle` | `examples/SpotOracleLending.sol` | oracle-manipulation + flash-loan | | `flash-loan` | `examples/FlashLoanGovernance.sol` | governance flash-loan | | `inflation` | `examples/Inflatable4626.sol` | ERC-4626 donation attack | | `replay` | `examples/ReplayableBridge.sol` | signature replay (cross-chain) | | `vyper` | `examples-vyper/VulnerableVyper.vy` | Vyper 0.2.15 `@nonreentrant` miscompile + access-control |
1. Map `$ARGUMENTS` to one or more demo files. Default = `all`. 2. Run `/audit` on each. 3. Show full output (findings + grade + trust report). 4. For each finding, optionally also run `/exploit` to generate a working PoC. 5. End with a teaser:
That's what Rugproof finds on these demos. Try it on your own code: /audit <your-file> /audit (scans your whole repo) Got a deployed contract? Try: /audit-live <chain> <addr>
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.