An AI-powered security analysis platform for detecting vulnerabilities in blockchain applications and smart contracts.
- AI-powered vulnerability detection for smart contracts
- Integration with GitHub repositories
- Detailed security reports with remediation suggestions
- Support for Solidity, Vyper, and other blockchain languages
- CLI tool for local scanning
This project is in early development. Current focus:
- Building the core LLM-based analysis pipeline
- Implementing basic vulnerability detection for common issues
- Creating initial GitHub integration
- Developing prototype dashboard
- Python 3.10+
- Docker and Docker Compose (optional)
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Set up environment variables in
.env - Run the development server:
uvicorn src.api.main:app --reload
[MIT/Apache 2.0] - See LICENSE file for details