audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
60-second onboarding — set up .rugproof.yml, choose severity profile, configure hooks, pick supported chains.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/rugproof-initContext preview
What this command does when you run it.
60-second onboarding — set up .rugproof.yml, choose severity profile, configure hooks, pick supported chains.
description: 60-second onboarding — set up .rugproof.yml, choose severity profile, configure hooks, pick supported chains. allowed-tools: Read, Write, Edit, Bash, AskUserQuestion
First-run experience. Walk the user through a minimal configuration so `/audit` works on their repo immediately.
Look at the repo:
Ask each as its own `AskUserQuestion` call (one at a time):
1. **Severity profile**
2. **Target chains** (multi-select)
3. **Hooks** (multi-select)
4. **Reporting formats** (multi-select)
Write the config with the selected options. Comment liberally.
For each selected hook:
Offer to run `/audit` on the bundled example vulnerable contract (`examples/VulnerableVault.sol`) so the user sees output immediately.
✓ .rugproof.yml created ✓ Pre-commit hook installed ✓ Pre-push hook installed ✓ Reports will be saved to ./rugproof-reports/ Try it: /audit examples/VulnerableVault.sol ← see Rugproof in action on a vulnerable demo /audit ← audit your real code
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.