Scans a contract's code, identifies every function that can change state from outside, sorts by who can call it (public, admin, role-locked), and flags the riskiest surface area.
Best for: Engineers preparing for a security audit or reviewing a contract before deployment.
Creator's repository · trailofbits/skills
License: CC-BY-SA-4.0