TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: AuditBase – Solidity Security Scans

2 pointsby mafellowsover 1 year ago
I built AuditBase because I was very frustrated with the quality of tools and reports from &quot;reputable&quot; audit firms.<p>You can scan a solidity file from your computer, verified contract from a block explorer, or integrate with github repos.<p>Under the hood, it&#x27;s a python bot that downloads the source and uses Solidity ASTs to generate an analysis of the code &amp; some machine learning for issues that can&#x27;t purely be caught via static analysis.<p>There bot checks for over 400 issues in it&#x27;s current state and more are getting added every week.<p>Here&#x27;s an example report that the bot generated: <a href="https:&#x2F;&#x2F;app.auditbase.com&#x2F;share&#x2F;17229652399" rel="nofollow noreferrer">https:&#x2F;&#x2F;app.auditbase.com&#x2F;share&#x2F;17229652399</a><p>Building the platform has been about a year of trial and error. The hardest part was proving that it&#x27;s a good tool.<p>Fortunately, Code4rena launched &quot;bot races&quot; and gave us a proving ground to show that the reports are quality output. It also provides an excellent feedback loop to improve the bot each week.<p>A few of the top Web3 security researchers have used the tool and provided some amazing feedback:<p>- <a href="https:&#x2F;&#x2F;twitter.com&#x2F;pashovkrum&#x2F;status&#x2F;1707740614270271976" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter.com&#x2F;pashovkrum&#x2F;status&#x2F;1707740614270271976</a> - <a href="https:&#x2F;&#x2F;twitter.com&#x2F;marcobesier&#x2F;status&#x2F;1710886639579332652" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter.com&#x2F;marcobesier&#x2F;status&#x2F;1710886639579332652</a><p>Current focus is improving the bot and successfully executing the pilot we have going with a few well-known audit firms.<p>Let me know what you think and if you have any questions. Thank you!

no comments

no comments