audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Render the latest audit as a deliverable report in Markdown / HTML / PDF / JSON / PNG.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/reportContext preview
What this command does when you run it.
Render the latest audit as a deliverable report in Markdown / HTML / PDF / JSON / PNG.
description: Render the latest audit as a deliverable report in Markdown / HTML / PDF / JSON / PNG. argument-hint: "[--format markdown|html|pdf|json|png|all] [--out <dir>]" allowed-tools: Read, Write, Bash, Agent, Skill
Take the most recent `/audit` (or `/audit-deep`) result and render it as a deliverable. Default formats from `.rugproof.yml report.formats`.
If a recent audit isn't in conversation context, ask the user to run `/audit` first, or point them at `rugproof-reports/findings.json` if it exists.
1. **Executive summary** — 4-6 sentences. Lead with the dollar value at risk, the number of Critical findings, and the trust level. Suitable for executives. 2. **Severity overview** — counts table, grade. 3. **Trust report** (centralization findings) — from [[centralization-risk]] format. 4. **Findings** — one section per finding, sorted by severity descending:
5. **Methodology** — which skills ran, which specialist subagents dispatched, scope (lines audited). 6. **Out of scope / known limitations** — be honest about what wasn't checked. 7. **Appendix** — tool versions, MCP server versions, git commit, contract addresses.
For long reports, dispatch the `report-writer` subagent with the raw findings — it will produce polished prose without consuming the main context.
For each requested format, use the corresponding template in `templates/`:
Tell the user where the files are:
Report generated: rugproof-reports/audit-2026-05-12.md rugproof-reports/audit-2026-05-12.html rugproof-reports/audit-2026-05-12.json rugproof-reports/audit-card-2026-05-12.png
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.