omermaksutii

Audit Multi Chain — Security skill for Claude Code

Security community

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.

How to install Audit Multi Chain

Installs to ~/.claude/skills/omermaksutii-rugproof-audit-multi-chain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omermaksutii-rugproof-audit-multi-chain && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/commands/audit-multi-chain.md -o ~/.claude/skills/omermaksutii-rugproof-audit-multi-chain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Audit Multi Chain does


description: 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. argument-hint: " " allowed-tools: Read, Bash, Agent, mcp__block-explorer__*, mcp__anvil__*

/audit-multi-chain — find the chain that's misconfigured

Protocols deploy the same contract to Ethereum, Arbitrum, Base, Optimism… and one chain ends up with the wrong oracle, a forgot

Alternatives in Security

  • Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
  • Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★
  • Unifly Audit — Security audit of UniFi configuration 248 ★

Full documentation available on GitHub

View Source Repository