security-audit
Installation
SKILL.md
Security Audit Skill
Smart contract security audit assistant powered by Solodit API and professional audit tools.
Quick Start
# Search vulnerabilities
python3 scripts/solodit_api.py search --keywords "reentrancy" --impact HIGH
# Fetch contract from Etherscan URL
python3 scripts/fetch_contract.py "https://etherscan.io/address/0x..."
# Detect project framework
python3 scripts/project_detector.py /path/to/project