soliint

AI Security for Solidity, built for Foundry devs. 19 rules. AI deep audit. HTML + PDF reports. Zero Python.

$curl -fsSL https://soliint.vercel.app/install.sh | bash

One command. Installs soliint, registers the soliint command, shows success, then auto-opens the AI-agent picker on first run.

watch the 60-second demo in action

Real output. Real reports.

Every command produces professional artifacts - terminal tables, HTML, PDF, JSON, SARIF.

soliint — audit
┌────────────────────────────────────────────────────────────┐
│ soliint audit │
│ score 0/100 (F) · 1 file · 19 rules │
│ 1 critical, 10 high, 10 medium, 4 low, 0 info │
└────────────────────────────────────────────────────────────┘
File critical high medium low info
Vulnerable.sol 1 10 10 4 0
↳ Vulnerable-report.html
↳ Vulnerable-report.pdf
↳ report.json
soliint — nuke
$ soliint nuke ./contracts --target A
⚖️ severity re-rank · 🧪 exploit PoC
🔗 hack correlation · ✅ 17-check checklist
score 0/100 (F) → 82/100 (A)
✅ 5 findings auto-fixed + re-verified
📦 backup saved · forge test passed
→ .soliint/nuke/2026-08-03/
soliint — fix + watch
$ soliint fix .
✅ 3 findings auto-fixed + verified
backup: .soliint/backups/2026-08-03/
$ soliint watch ./contracts
[soliint watch] changed: Vulnerable.sol
before: 0 (F) → after: 68 (C)
⚠ 2 new findings · 1 fixed

Ethereum native

Solidity AST parsing, Foundry-first

TypeScript

One npm package. No Python, no 400 deps.

19 rules

Reentrancy to floating pragma - all covered.

AI deep audit

nuke: PoC, hack history, checklist, autofix.