omermaksutii

Audit Live — Security skill for Claude Code

Security community

Audit a deployed contract on a live chain.

How to install Audit Live

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

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

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

What Audit Live does


description: Audit a deployed contract on a live chain. Pulls verified source from the block explorer, optionally forks the chain for live-state simulation. argument-hint: " [--chain ethereum] [--block latest]" allowed-tools: Read, Bash, Agent, Skill, mcp__block-explorer__*, mcp__anvil__*, mcp__forge-runner__*

/audit-live — audit a deployed contract

`$ARGUMENTS` typically: `0xABC... --chain berachain --block 12345678`

Supported chains: `ethereum`, `berachain`, `arbitrum`,

Alternatives in Security

  • Audit Live Site — audit-live-site 1k ★
  • /web3 Audit — Smart contract security audit using the 10-bug-class methodology 927 ★
  • Agentseal — Security toolkit for AI agents 344 ★

Full documentation available on GitHub

View Source Repository