omermaksutii

Audit History — Security skill for Claude Code

Security community

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

How to install Audit History

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

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

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

What Audit History does


description: Pull past public audits (Code4rena, Sherlock, Spearbit, etc.) for a deployed contract or known protocol. argument-hint: "" allowed-tools: Bash, Agent, mcp__c4-history__*, mcp__sherlock-history__*, mcp__block-explorer__*

/audit-history — what's been found before

For `$ARGUMENTS` (an address or protocol name), retrieve historical audit findings.

Procedure

  1. Resolve target. If $ARGUMENTS is an address, use block-explorer to get the co

Alternatives in Security

  • Token Scan — Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP l 3.8k ★
  • /web3 Audit — Smart contract security audit using the 10-bug-class methodology 927 ★
  • Bountyforge — All-round bug bounty skill for Claude Code parallelized agents for smart contract audits (EVM, Move, Solana, T 399 ★

Full documentation available on GitHub

View Source Repository