audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Compute a Rugproof grade (A+ → F) for the contract or repo based on findings from /audit.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/scoreContext preview
What this command does when you run it.
Compute a Rugproof grade (A+ → F) for the contract or repo based on findings from /audit.
description: Compute a Rugproof grade (A+ → F) for the contract or repo based on findings from /audit. argument-hint: "[file-or-dir]" allowed-tools: Read, Bash, Skill
Compute a single-letter grade. If no recent audit results exist, run `/audit` first.
The grade combines three signals:
Weighted points:
From the trust report ([[centralization-risk]]):
`total = severity_points + centralization_score + coverage_score`
| Total | Grade | |---|---| | 0 | A+ | | 1-3 | A | | 4-10 | B | | 11-25 | C | | 26-50 | D | | 51-100 | E | | >100 | F |
**Hard floor:** Any Critical finding caps the grade at **D** regardless of total.
Rugproof Score
Severity points: 22 (1 Critical, 0 High, 2 Medium, ...)
Centralization score: 15 (EOA admin, no timelock)
Coverage score: 0 (87% branch coverage, invariants ✓)
────────────────────────────
Total: 37
Grade: D (capped — Critical finding)
Top issues holding the grade down:
[C/REENT-001] Reentrancy in withdraw()
[H/CENT-002] Single-EOA admin with sweep authorityRugproof 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.