omermaksutii/RugProof
8 stars · Last commit 2026-06-16
Smart contract security auditor for Claude Code — vuln detection, exploit PoCs, mainnet-fork simulation, audit cards, on-chain certificates. Solidity + Vyper · 38 commands · 19 agents · 33 skills · 9 MCP servers.
README preview
# Rugproof > Rugproof your code before someone else does. 🌐 **Live site:** [omermaksutii.github.io/RugProof](https://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 monitoring A Claude Code plugin that turns your editor into a full-stack smart contract security auditor: vulnerability detection, working exploit PoCs, mainnet-fork simulation, invariant generation, gas profiling, soulbound on-chain audit certificates, and shareable audit cards — Solidity + Vyper across every major EVM chain. ## Install ### From this GitHub source (works today) ```bash # In Claude Code: /plugin marketplace add omermaksutii/RugProof /plugin install rugproof@omermaksutii-RugProof /rugproof-init # 60-second setup /audit examples/VulnerableVault.sol # try it on the bundled vulnerable demo ```