omermaksutii

61 mods across 2 repositories, 54 stars between them.

omermaksutii/RugProof

Agent

Yield aggregator and ERC-4626 specialist. Yearn V3, Beefy, Sommelier, MetaMorpho, custom vaults with strategies. Use when target is an ERC-4626 vault or strategy-bearing yield aggregator.

9 1mo ago A 54 tokens original MIT

omermaksutii/RugProof

Agent

ZK proof-verifier contract specialist. Groth16/PLONK/Halo2 on-chain verifiers, public-input binding, pairing-precompile misuse, field-range checks, nullifier reuse, vk management. Use on any contract that calls ecPairing/ecAdd/ecMul to verify a SNARK.

9 1mo ago A 68 tokens original MIT

audit-changes

27

omermaksutii/RugProof

Command

Audit only the git diff vs main (or specified base). Optimized for PR review.

9 1mo ago A 18 tokens original MIT

audit-deep

28

omermaksutii/RugProof

Command

Deep audit — same as /audit but spawns more parallel subagents, runs multi-pass review, and chases exploit chains across files.

9 1mo ago A 28 tokens original MIT

audit-deps

29

omermaksutii/RugProof

Command

Audit third-party dependencies — resolve installed versions, cross-reference known-vulnerable releases, and flag vendored code that has diverged from upstream.

9 1mo ago A 29 tokens original MIT

audit-diff

30

omermaksutii/RugProof

Command

Diff two Rugproof audit reports (before vs after) to track regressions — what's new, what's fixed, and whether the grade moved.

9 1mo ago A 28 tokens original MIT

audit-history

31

omermaksutii/RugProof

Command

Pull past public audits (Code4rena, Sherlock, Spearbit, etc.) for a deployed contract or known protocol.

9 1mo ago A 25 tokens original MIT

audit-live

32

omermaksutii/RugProof

Command

Audit a deployed contract on a live chain. Pulls verified source from the block explorer, optionally forks the chain for live-state simulation.

9 1mo ago A 27 tokens original MIT

audit-multi-chain

33

omermaksutii/RugProof

Command

Diff the on-chain configuration of one contract deployed across multiple chains — owner, oracle, fees, timelock, pause state, proxy impl — and flag the chain that drifted.

9 1mo ago A 37 tokens original MIT

audit-strict

34

omermaksutii/RugProof

Command

Multi-pass consensus audit — runs the audit twice with different prompts, only reports consensus findings. Aggressively cuts false positives.

9 1mo ago A 25 tokens original MIT

audit

35

omermaksutii/RugProof

Command

Full security audit of a Solidity/Vyper/Rust contract or directory. Runs the entire vuln-skills library and dispatches DeFi specialist subagents based on detected protocol type.

9 1mo ago A 35 tokens original MIT

bounty-submit

36

omermaksutii/RugProof

Command

Submit a finding to a bug-bounty platform (Immunefi, Cantina) automatically.

9 1mo ago A 19 tokens original MIT

bounty

37

omermaksutii/RugProof

Command

Generate a responsible-disclosure bounty submission from a confirmed finding — Immunefi / protocol bounty / SEAL 911 formats.

9 1mo ago A 24 tokens original MIT

card

38

omermaksutii/RugProof

Command

Generate a shareable PNG audit card from the latest /audit. Optimized for social media.

9 1mo ago A 19 tokens original MIT

coverage

39

omermaksutii/RugProof

Command

Run forge coverage, identify untested branches, generate tests to close gaps.

9 1mo ago A 15 tokens original MIT

demo

40

omermaksutii/RugProof

Command

Run Rugproof against the bundled vulnerable example contracts — first-run "wow moment".

9 1mo ago A 16 tokens original MIT

diff-audit

41

omermaksutii/RugProof

Command

Diff the contract against a canonical reference implementation (OZ, Solady, Uniswap V3, etc.) and flag suspicious deltas.

9 1mo ago A 28 tokens original MIT

dismiss

42

omermaksutii/RugProof

Command

Mark a finding as a false positive (or accepted risk). Future audits won't re-report it.

9 1mo ago A 19 tokens original MIT

explain

43

omermaksutii/RugProof

Command

Explain a finding in plain English, with examples. Optionally tailored to a beginner audience.

9 1mo ago A 18 tokens original MIT

exploit-chain

44

omermaksutii/RugProof

Command

Chain multiple findings into a single multi-step exploit. Produces a Foundry test that proves the chain works.

9 1mo ago A 22 tokens original MIT

exploit-live

45

omermaksutii/RugProof

Command

Generate an exploit against a deployed contract on a fork. Validates the exploit works on live state.

9 1mo ago A 23 tokens original MIT

exploit

46

omermaksutii/RugProof

Command

Generate a working Foundry PoC that exploits a specific finding. Compiles and passes.

9 1mo ago A 18 tokens original MIT

fuzz

47

omermaksutii/RugProof

Command

Generate property-based fuzz tests for a specific function.

9 1mo ago A 10 tokens original MIT

gas

48

omermaksutii/RugProof

Command

Gas profile — find expensive operations and suggest optimizations with before/after numbers.

9 1mo ago A 16 tokens original MIT