omermaksutii/RugProof
7 stars · Last commit 2026-05-26
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:** [v0.1.0](https://github.com/omermaksutii/RugProof/releases/tag/v0.1.0) 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 ```