audit-changes
Audit only the git diff vs main (or specified base). Optimized for PR review.
Compose a tweet from the latest audit. Either auto-posts (if Twitter API creds set) or generates a one-click intent URL.
> /plugin marketplace add omermaksutii/RugProof > /plugin install rugproof@rugproof
How it fires
How this command gets triggered: by you, by Claude, or both.
/tweetContext preview
What this command does when you run it.
Compose a tweet from the latest audit. Either auto-posts (if Twitter API creds set) or generates a one-click intent URL.
description: Compose a tweet from the latest audit. Either auto-posts (if Twitter API creds set) or generates a one-click intent URL. argument-hint: "[--auto] [--include-card] [--text \"custom prefix\"]" allowed-tools: Read, Bash
Compose a tweet from the latest `/audit` output. The audit-card PNG attaches automatically.
Two modes:
1. Read latest audit findings + (if `--include-card`) latest PNG card. 2. Compose the text. Default template:
🛡 Rugproof audit: {target}
Grade: {grade}
Critical: {critical} High: {high} Medium: {medium}
Top: {top_finding}
Audited with @rugproof_dev3. Truncate to 280 characters; preserve hashtag + handle. 4. **Manual mode:**
open "https://x.com/intent/tweet?text=$(jq -r -n --arg t "$TEXT" '$t|@uri')"
Tells the user to attach the PNG manually (X intent URL doesn't accept media). 5. **Auto mode:**
Manual:
✓ tweet draft prepared open the URL in your browser to post: https://x.com/intent/tweet?text=... attach: rugproof-reports/audit-card-2026-05-13.png
Auto:
✓ posted: https://x.com/rugproof_dev/status/1234567890 characters used: 247 / 280 media: rugproof-reports/audit-card-2026-05-13.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.