Scan Pricing
AuditAgent uses a credit-based pricing system where 1 credit = $0.01 USD. Scans are priced per Billable Line of Code (BLoC).
| Feature | Developer Scan | Auditor Scan |
|---|---|---|
| Price | $0.02 / BLoC | $0.10 / BLoC |
| Best for | Code review during development | Audit and deployment preparation |
| Compute Capability | 1x | 5x |
| Scan time | Up to 1 hour per scan | Up to 5 hours per scan |
| Repository access | Private access | Private access |
| Contracts per scan | Up to 100 | Up to 100 |
| BLoC per scan | Up to 8000 | Up to 8000 |
| AI models | Lightweight models | Most expensive models |
| Internet Search | ❌ | ✅ |
| Multi-Agent System (MAS) | ❌ | ✅ |
| Attacker Model | ❌ | ✅ |
How Pricing Works
- We estimate the Billable Lines of Code (BLoC) for each selected contract file:
estimated_bloc = ceil(tokens / 10)
- The final price is calculated by multiplying the total BLoC by the price per BLoC of the selected scan quality.
Learn more about how we count lines of code.
Discounts and Free BLoC
- The first 500 BLoC of your Developer Scan is free (maximum of 3 scans per day)
- This effectively makes Developer Scans on 500 BLoC or less free
- You can claim an additional 500 BLoC for free by providing your contact information
Eligibility
To be eligible for discounts, your GitHub account must be older than 3 months.
Additional Information
info
BLoC includes comments in the selected contracts. See our BLoC methodology for why.
note
All scan types include:
- Security analysis
- Vulnerability detection
- Code quality checks
- Standard PDF reports
Need Help Choosing?
Not sure which scan type is right for you? Contact our sales team for a personalized recommendation.