Spark
Testnet

Safe Sign

Description: Pre-signature safety scanner for Monad contracts red/yellow/green risk check before you sign. Problem: No fast way to know if an unfamiliar Monad contract is safe before you sign a transaction. Solution: Scans contract source/bytecode for high-risk patterns (drain functions, unlimited approvals, unsafe proxies, etc.), gives a plain-English score, and logs every scan onchain so results can't be quietly changed. What I learned: Building this made it obvious how little friction stands between a user and a bad signature most "safety" checks people rely on are just vibes and habit. Also spent more time than expected working out contract verification/source fetching on Monad's explorer versus the EVM chains I'm used to, which shaped how much the scanner could check with the time I had.

讨论

登录后即可评论此项目。

还没有评论,快来分享你的看法吧。