Skip to content

Repository files navigation

web3-skills

License: MIT Immunefi: $22K Claude Code|Codex

Web3 security skills for Claude Code and Codex — smart contract auditing, blockchain client auditing, and on-chain exploit investigation.

Skills

Skill Invoke Description
contract-auditor /contract-auditor [path] [deep] Solidity security auditor — DFS-based context mapping, parallel hunt agents, optional adversarial falsifier
client-auditor /client-auditor <start|verify|report> [path] Blockchain node auditor (Go, Rust, C/C++) — 20 vulnerability pattern families across P2P, consensus, RPC, and memory safety; three explicit phases with disk-anchored audit state
exploit-investigator /exploit-investigator 0x<tx> <chain> On-chain exploit investigator — traces attack transactions, reconstructs exploit logic, Analyst-Validator debate loop, optional Foundry PoC ⚠️ requires Python env + API keys

contract-auditor

/contract-auditor                   # scan production Solidity sources
/contract-auditor deep              # adds adversarial falsifier pass
/contract-auditor src/Vault.sol     # review specific file(s)

client-auditor

Three explicit phases — do not silently chain. Each phase stops after its own completion gate.

/client-auditor start [path]        # recon + hunt drafts + inventory; stops after findings/ is populated
/client-auditor verify [path]       # verify Medium+ findings in place (frontmatter + ## Verification body)
/client-auditor verify [path] deep  # also run 4 depth lenses + adversarial review
/client-auditor report [path]       # render report.md from existing findings; no validation

exploit-investigator

/exploit-investigator <tx_hash> <chain>                  # investigate a transaction
/exploit-investigator <tx_hash> eth "suspected oracle manipulation"   # with hints
/exploit-investigator briefs/incident.md                   # from a pre-written brief
/exploit-investigator poc 0x<tx_hash>                      # generate Foundry PoC

Install

Claude Code|Codex :

Install skills in https://github.com/DarkNavySecurity/web3-skills/

Or update an existing install:

Update skills in https://github.com/DarkNavySecurity/web3-skills/

Note: exploit-investigator requires additional setup (Python environment, API keys). See its README.

Track Record

Smart Contract Auditing — $21K earned on Immunefi

Blockchain Client Auditing

Onchain Exploit Analysis — 60+ artifacts in web3-exploit-analysis, also posted on X

License

MIT

Contact

X X Website

About

Web3 security skills kit — smart contract auditing, blockchain client analysis, and on-chain exploit investigation.

Resources

Contributing

Security policy

Stars

114 stars

Watchers

0 watching

Forks

Contributors

Languages