Web3 Smart Contract Auditor
Installation
SKILL.md
Web3 Smart Contract Auditor
The Web3 Smart Contract Auditor is an advanced RAG (Retrieval-Augmented Generation) Skill designed to help developers and auditors quickly understand, verify, and audit complex blockchain codebases and whitepapers.
Unlike generic RAG tools, this skill is optimized for:
- Smart Contract Code: Native parsing of
.sol,.rs,.goandGitHubrepositories. - Precise Citations: Every answer includes strict
[file_name_line]citations to prevent hallucinations. - Security Filtering: Automatically ignores
.env, private keys, and build artifacts during ingestion.
π Features
- GitHub & Local Ingestion: One-click ingestion of any public contract repo.
- Deep Search: Hybrid search (Vector + Keyword) to find exact function definitions.
- Audit-Ready QA: tailored prompts for finding vulnerabilities (Reentrancy, Overflow, Permission checks).