Audits StarkNet smart contracts by scanning for critical Cairo-specific vulnerabilities including felt252 arithmetic and messaging issues.
Developed by security experts at Trail of Bits, the Cairo Vulnerability Scanner enables Claude to perform deep security audits on Cairo and StarkNet smart contracts. It specifically targets six high-impact vulnerability classes, such as felt252 arithmetic overflows, L1-L2 messaging inconsistencies, and address conversion flaws. By integrating this skill, developers and auditors can identify complex blockchain-specific bugs early in the development lifecycle, ensuring that decentralized applications on the StarkNet ecosystem remain robust and secure against common attack vectors.
Key Features
01Scans for address conversion and formatting errors
02Flags potential signature replay attacks
03Automates specialized security checks for StarkNet projects
04Detects felt252 arithmetic overflows and underflows
052 GitHub stars
06Identifies L1-to-L2 messaging vulnerabilities
Use Cases
01Reviewing Cairo codebases for common vulnerability patterns before mainnet deployment
02Performing automated security audits during StarkNet contract development
03Validating L1-L2 communication logic in cross-chain bridge contracts