DarkNavySecurityDarkNavySecurityOfficialยท3 Agent Skills Included

web3-skills

Smart contract audits, client reviews, and exploit investigation

Audits Solidity contracts, blockchain clients, and on-chain attack transactions for security vulnerabilities. Coordinates parallel review agents that map call paths, hunt bugs across P2P, consensus, and RPC surfaces, and verify every finding. Reconstructs exploit logic from transaction traces and produces severity-ranked reports with optional Foundry proof-of-concept tests.
npx skills add DarkNavySecurity/web3-skills --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’