audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Fast pre-commit-grade scan. Only catches Critical and High. Optimized for hooks.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/quick-scanContext preview
What this command does when you run it.
Fast pre-commit-grade scan. Only catches Critical and High. Optimized for hooks.
description: Fast pre-commit-grade scan. Only catches Critical and High. Optimized for hooks. argument-hint: "[file-or-dir]" allowed-tools: Read, Grep, Glob, Bash, Skill
Lighter than `/audit`. Designed to run in pre-commit hooks. Targets only Critical and High findings.
For each, regex-grep first, then read context only for matches.
1. Resolve target from `$ARGUMENTS` or staged files (`git diff --cached --name-only -- '*.sol'`). 2. For each fast skill, run pattern detection:
3. Read full function context only for matched lines. 4. Emit Critical/High findings only. Skip everything Medium and below.
Compact, designed for CLI consumption:
Rugproof quick-scan ✗ Vault.sol:142 [C/REENT-001] withdraw() updates balance after external call ✗ Vault.sol:204 [H/ORACLE-001] slot0() used for collateral pricing (sandwichable) ⚠ pre-commit threshold: critical — 1 critical, 1 high found → blocking commit
Exit 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.