Performs comprehensive security audits and vulnerability scanning for Cairo smart contracts on Starknet using parallelized agent reasoning.
The cairo-auditor skill is a specialized security tool for the Starknet ecosystem, designed to automate the rigorous review of Cairo smart contracts. It orchestrates a parallelized workflow where multiple scanning agents analyze code against specific attack vectors, including reentrancy, access control, and integer overflows. By combining deterministic preflight checks via Semgrep with deep adversarial reasoning and real-time Starknet.js probing, it identifies complex vulnerabilities that traditional linters might miss, delivering a unified, deduplicated security report for developers.
Key Features
01Deep adversarial reasoning mode to simulate complex exploit paths
0279 GitHub stars
03Parallelized multi-agent orchestration for specialized vulnerability detection
04Deterministic preflight scanning with Semgrep integration
05Automated contract file discovery and repository scoping
06Live state-probing using Starknet.js for exploit validation
Use Cases
01Deep-dive adversarial audits for critical account and session management logic
02Automated triage of suspicious findings identified during CI/CD or by external reviewers
03Pre-merge security reviews for Cairo smart contracts to prevent on-chain vulnerabilities