web3-skills
Smart contract audits, client reviews, and exploit investigation
All Skills in This Repository (3)
Pure Emerald Level Indicatorsclient-auditor
Automates discovery, verification, and reporting of blockchain client security vulnerabilities.
exploit-investigator
Trace on-chain exploit transactions and generate root-cause analysis reports.
contract-auditor
Automate Solidity smart contract security audits with adversarial validation and report generation.
Frequently Asked Questions
FAQPage SchemaHow to install web3-skills?โผ
Run `npx skills add DarkNavySecurity/web3-skills --all -g -y` in your terminal to install all three security skills globally.
How to audit a Solidity contract for vulnerabilities?โผ
Run /contract-auditor in your project directory to scan production Solidity files, or add the deep flag for an extra adversarial review pass that challenges every finding.
How to investigate an on-chain exploit transaction?โผ
Run /exploit-investigator followed by the transaction hash and chain name, and it traces the attack, reconstructs the exploit logic, and writes a validated incident report.
Does web3-skills work with Claude Code and Codex?โผ
Yes. All three skills follow the standard SKILL.md format and run directly in Claude Code and Codex without extra configuration.
Can it audit blockchain node codebases like Go or Rust clients?โผ
Yes. The client-auditor skill reviews execution clients, consensus clients, and bridges across 20 vulnerability pattern families covering P2P networking, consensus, RPC, and memory safety.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core