Web3 Audit banner
Mikacr1138 Mikacr1138

Web3 Audit

Security community

Description

--- description: Smart contract security audit — runs through 10 bug class checklist (accounting desync, access control, incomplete path, off-by-one, oracle errors, ERC4626, reentrancy, flash loan, signature replay, proxy/upgrade). Applies pre-dive kill signals first. Generates Foundry PoC template for confirmed findings. Usage: /web3-audit <contract.sol> --- # /web3-audit Smart contract security audit using the 10-bug-class methodology. ## Usage ``` /web3-audit VulnerableContract.sol /web3-

Installation

Installs to ~/.claude/skills/mikacr1138-claude-bug-bounty-web3-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikacr1138-claude-bug-bounty-web3-audit && curl -fsSL https://raw.githubusercontent.com/Mikacr1138/claude-bug-bounty/HEAD/commands/web3-audit.md -o ~/.claude/skills/mikacr1138-claude-bug-bounty-web3-audit/SKILL.md

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

Full documentation available on GitHub

View Source Repository