AI repository analyst + Solidity auditor powered by OpenGradient TEE LLM on Base Sepolia.
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
cp .env.example .env
# edit .env: set OG_PRIVATE_KEY (Base Sepolia wallet with OPG).venv/bin/python web_app.py
# open http://127.0.0.1:8091web_app.py— Flask server (loads.envautomatically)repo_oracle.py—ask+reviewmodes (planner/analyst pipeline)audit.py/auditor_core.py— Solidity smart contract auditorstatic/index.html— UI
- Never commit
.env, private keys, or.claude/(settings may contain keys). - All sensitive config lives in environment variables — see
.env.example.