Everything you need to scan smart contracts, interpret findings, integrate our API, and deploy safely.
// Quick audit via cURL
curl -X POST https://api.auditsmart.org/v1/audit/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"code": "pragma solidity ^0.8.0; ...",
"options": { "deepScan": false }
}'
// Response
{
"auditId": "audit_abc123",
"status": "completed",
"findings": [
{
"id": "REENTRANCY-001",
"severity": "CRITICAL",
"title": "Reentrancy vulnerability in withdraw()",
"line": 42,
"fix": "Add nonReentrant modifier"
}
],
"reportUrl": "https://auditsmart.org/r/abc123"
}Register at auditsmart.org with your email or OAuth. Free tier includes 3 audits.
Sign Up FreeNavigate to Dashboard → Scan Contract. Paste any Solidity file and hit Run Audit.
Open ScannerResults arrive in under 60 seconds with severity ratings, descriptions, and fix code.
View DashboardExport a branded PDF or share a public link to your audit results.
API ReferenceStep-by-step: run your first multi-agent audit and read the findings.
How the IBM + Braket quantum circuits work and how to read the risk score.
Deep dives into every vulnerability class we detect.
REST API for programmatic access and CI/CD integration.
Claude Opus powered analysis with exploit PoCs and patched code.
GitHub Actions, Hardhat plugin, and CI/CD setup.
Plan limits, upgrades, and API rate limits.