audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Multi-pass consensus audit — runs the audit twice with different prompts, only reports consensus findings. Aggressively cuts false positives.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/audit-strictContext preview
What this command does when you run it.
Multi-pass consensus audit — runs the audit twice with different prompts, only reports consensus findings. Aggressively cuts false positives.
description: Multi-pass consensus audit — runs the audit twice with different prompts, only reports consensus findings. Aggressively cuts false positives. argument-hint: "[file-or-dir]" allowed-tools: Read, Bash, Agent, Skill
Same surface as `/audit`, but each finding must be *independently produced* by two passes to be reported.
Read the code function by function. For each function:
Dispatch the `attacker` subagent (fresh context, no prior findings shared). Ask it:
Compute the intersection:
For the highest-stakes audits, escalate consensus from 2 passes to an N-of-M panel. Dispatch every specialist relevant to the detected protocol type (per the `/audit` dispatch table) **in parallel, each with fresh context**, plus `attacker` and `defender`. Require a finding to be surfaced by **≥3 independent agents** (or ≥2 for a Critical) before it reaches the HIGH-confidence tier; single-agent findings drop to MEDIUM with a single-source flag. This trades cost for the strongest false-positive suppression Rugproof offers.
Strict audit (two-pass consensus): Pass A findings: 8 Pass B findings: 6 Consensus (both): 5 ← reported as HIGH confidence Pass-A-only: 3 ← reported as MEDIUM confidence with disclaimer Pass-B-only: 1 ← reported as MEDIUM confidence with disclaimer Final report: 5 high-confidence findings, 4 needing user judgment.
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.