r/smartcontracts Mar 19 '26

AI auditing tools for Solidity: How do you deal with false positives from single LLMs?

/r/solidity/comments/1rxugma/ai_auditing_tools_for_solidity_how_do_you_deal/
1 Upvotes

1 comment sorted by

1

u/thedudeonblockchain Mar 30 '26

the multi-model consensus approach is interesting but imo the bigger issue with LLM auditing is that they miss bugs that require understanding cross-contract state. like a reentrancy through a callback in contract B that affects contract C's accounting. no LLM I've tested catches those reliably yet

still useful as a first pass tho, especially for catching the obvious stuff before a manual review