Two ways to scan a contract on AuditSmart — a fast multi-agent Standard Audit, and an experimental Quantum Audit powered by IBM and AWS quantum circuits. This guide walks through both.
A Standard Audit runs your contract through a 10-agent pipeline — 8 specialised Groq LLaMA agents, Google Gemini, and the Slither static analyzer — all in parallel, then merges and de-duplicates the findings. It completes in under 60 seconds and is the right starting point for almost every contract.
From the dashboard, go to Scan Contract (or click New Audit). This is your entry point for every standard audit.
Open ScannerPaste your full Solidity source — include all relevant contracts and imports, not just the vulnerable function. Pick the target chain and, if relevant, the token standard (ERC-20, ERC-721, ERC-4626…). The Solidity version is auto-detected from your pragma.
Hit Run Audit. Our pipeline fans out across 10 agents in parallel — 8 specialised Groq LLaMA agents (reentrancy, overflow, access control, logic, gas/DoS, DeFi, backdoor, signature), Google Gemini, and the Slither static analyzer — then de-duplicates overlapping findings.
Results arrive in under 60 seconds: an overall score, a severity breakdown, and each finding with a title, description, the exact line number, the offending snippet, and a concrete fix recommendation.
Download a branded PDF report for your records or auditors, or share a public link to the result.
View HistoryEvery finding is tagged with a severity. Triage from the top down — clear Critical and High issues before anything else.
Funds at direct risk. Do not deploy — exploitable, high-impact (e.g. reentrancy on withdraw, missing access control on mint).
Serious flaw that can be exploited under realistic conditions. Fix before mainnet.
Meaningful issue with limited impact or harder preconditions. Should be addressed.
Minor concern or hardening opportunity. Safe to deploy but worth fixing.
Best-practice notes, gas hints, and style suggestions. No security impact.